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
bpo-45881: Use CC from env first for cross building (GH-29752) #29752
Conversation
``setup.py`` now uses ``CC`` from environment first to discover multiarch and cross compile paths. The sysconfig variable contains the value for the build host. The patch also re-arranges ``set_compiler_executables``, ``configure_compiler``, and ``init_inc_lib_dirs`` to make the code easier to follow. Signed-off-by: Christian Heimes <christian@python.org>
Thanks @tiran for the PR |
Sorry, @tiran, I could not cleanly backport this to |
Sorry @tiran, I had trouble checking out the |
…honGH-29752). (cherry picked from commit b30bf45) Co-authored-by: Christian Heimes <christian@python.org>. (cherry picked from commit e6b0c8a) Co-authored-by: Christian Heimes <christian@python.org>
GH-29754 is a backport of this pull request to the 3.9 branch. |
|
setup.py
now usesCC
from environment first to discover multiarchand cross compile paths. The sysconfig variable contains the value for
the build host.
The patch also re-arranges
set_compiler_executables
,configure_compiler
, andinit_inc_lib_dirs
to make the codeeasier to follow.
Signed-off-by: Christian Heimes christian@python.org
https://bugs.python.org/issue45881
The text was updated successfully, but these errors were encountered: