-
Notifications
You must be signed in to change notification settings - Fork 216
add --sysroot configuration option #3419
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
Conversation
|
Looks pretty straightforward to me. Just to clarify your ideas here: you don't envision the |
|
@casparvl Exactly, see easybuilders/easybuild-easyblocks#2142 (Perl) and easybuilders/easybuild-easyblocks#2143 (binutils) for example. I'm not planning anything specific on the framework side for now, although it's possible we could enhance the sanity check when Whether that's a viable approach remains to be seen, but it could be interesting... |
Interesting idea. I guess we could try and see with a couple of |
casparvl
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
akesandgren
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
|
Going in, thanks @boegel! |
This will come in useful when building certain software (GCC, binutils, ...) in an environment where you don't want to pick up anything from the host environment, for example when cross-compiling or when installing software on top of an alternative environment like Gentoo Prefix.