Skip to content

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

Merged
ambv merged 1 commit intopython:3.8from
ned-deily:bpo-45405-38
Mar 15, 2022
Merged

[3.8] bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845)#31889
ambv merged 1 commit intopython:3.8from
ned-deily:bpo-45405-38

Conversation

@ned-deily
Copy link
Copy Markdown
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