]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45405: Prevent internal configure error when running configure with recent versio...
authorNed Deily <nad@python.org>
Tue, 15 Mar 2022 07:18:39 +0000 (03:18 -0400)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 07:18:39 +0000 (03:18 -0400)
commit720bb456dc711b0776bae837d1f9a0b10c28ddf2
tree7cbde63a9fd6a21556e1b89ec3163ec86d63f9de
parent80cc10fa7d5f41daaf59ae9173022303f35a403c
bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31890)

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 <nad@python.org>
(cherry picked from commit 9c4766772cda67648184f8ddba546a5fc0167f91)

Co-authored-by: David Bohman <debohman@gmail.com>
Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst [new file with mode: 0644]
configure
configure.ac