-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
A couple of Makefile tweaks #14103
A couple of Makefile tweaks #14103
Conversation
Why does it matter which c++ std library patchelf gets built against? |
If you're building everything with sanitizer it'll fail otherwise. Of course, the alternative solution is to change to build rules to prevent patchelf from being built with sanitizers, but that seemed like an annoying special case. |
Huh. Picky, but whatever. It's also used on arpack, I suspect you'll need to change |
- If we're building the world with a custom C++ library, make sure PATCHELF picks up the correct flags both at build time and when we use it. - Fix base/version_git.sh to also work when using O= out of tree builds (important for Compat, etc.)
702d227
to
5fd2095
Compare
Thanks, not sure why I missed that one. |
It's the prerequisite for this rule, so touching it will invalidate the libuv for all other trees.
This also seems to fix the infinite loop in |
whoops, sorry about that, we can revert |
PATCHELF picks up the correct flags both at build time and when
we use it.
builds (important for Compat, etc.)