Skip to content

[3.8] bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) #31889

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

Merged
merged 1 commit into from
Mar 15, 2022

Conversation

ned-deily
Copy link
Member

@ned-deily ned-deily commented Mar 15, 2022

Change the configure logic to function properly on macOS when the compiler
outputs a platform triplet for option --print-multiarch.
The Apple Clang included with Xcode 13.3 now supports --print-multiarch
causing configure to fail without this change.

Co-authored-by: Ned Deily [email protected]
(cherry picked from commit 9c47667)

Co-authored-by: David Bohman [email protected]

https://bugs.python.org/issue45405

…th recent versions of clang. (pythonGH-28845)

Change the configure logic to function properly on macOS when the compiler
outputs a platform triplet for option --print-multiarch.
The Apple Clang included with Xcode 13.3 now supports --print-multiarch
causing configure to fail without this change.

Co-authored-by: Ned Deily <[email protected]>
(cherry picked from commit 9c47667)

Co-authored-by: David Bohman <[email protected]>

Automerge-Triggered-By: GH:ned-deily
(cherry picked from commit 9901d15)
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.

5 participants