]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] bpo-45405: Prevent ``internal configure error`` when running ``configure``...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 13 Oct 2021 00:35:59 +0000 (17:35 -0700)
committerGitHub <noreply@github.com>
Wed, 13 Oct 2021 00:35:59 +0000 (17:35 -0700)
commit9901d153c201d852d27dc9d3074e283c26468f6d
tree4a42ad4ba4ac450df603683fb24f1f4d0dee4fe1
parent6d4d4ec59f3e8cf633af882b386959ecbe1e0c54
[3.9] bpo-45405: Prevent ``internal configure error`` when running ``configure``  with recent versions of non-Apple clang. (GH-28845) (GH-28910)

Change the configure logic to function properly on macOS when the compiler
outputs a platform triplet for option --print-multiarch.

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
Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst [new file with mode: 0644]
configure
configure.ac