Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow overriding strip command for cross-compilation #19

Merged
merged 1 commit into from
Jan 21, 2019

Conversation

ahdinosaur
Copy link
Contributor

No description provided.

@ralphtheninja
Copy link
Member

Just need some docs for the STRIP env var.

@ahdinosaur ahdinosaur mentioned this pull request Dec 25, 2018
@ahdinosaur
Copy link
Contributor Author

ahdinosaur commented Dec 25, 2018

@ralphtheninja cheers, i forked the env var docs problem into another issue: #21.

with regards to STRIP, it's in the same family as common cross-compiling env vars like CC, CXX, LINK, AR, AS, RANLIB, and NM, which are all meant to point to their respective cross-compiler binaries (CC for gcc, CXX for g++, etc).

@ralphtheninja
Copy link
Member

with regards to STRIP, it's in the same family as common cross-compiling env vars like CC, CXX, LINK, AR, AS, RANLIB, and NM, which are all meant to point to their respective cross-compiler binaries (CC for gcc, CXX for g++, etc).

TIL! 😄

@mafintosh mafintosh merged commit 43d8d2c into prebuild:master Jan 21, 2019
@mafintosh
Copy link
Collaborator

2.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants