]> 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 14:39:20 +0000 (10:39 -0400)
committerGitHub <noreply@github.com>
Tue, 15 Mar 2022 14:39:20 +0000 (15:39 +0100)
commitdea270a2a80214de22afadaaca2043d0d782eb7d
tree23cdfb7d4e4d10525741d1f1286e4d65751eeb14
parentccbc31ecf3a08ef626be9bbb099f0ce801142fc8
bpo-45405: Prevent internal configure error when running configure with recent versions of clang. (GH-28845) (GH-31889)

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

Co-authored-by: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst [new file with mode: 0644]
configure
configure.ac