diff options
author | David Bohman <debohman@gmail.com> | 2021-10-13 00:10:26 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-13 00:10:26 (GMT) |
commit | 9c4766772cda67648184f8ddba546a5fc0167f91 (patch) | |
tree | 2e6826f02616e8f1d54c9d5bbdd64c52126e9181 /Misc/NEWS.d/next/Build | |
parent | dbe213de7ef28712bbfdb9d94a33abb9c33ef0c2 (diff) | |
download | cpython-9c4766772cda67648184f8ddba546a5fc0167f91.zip cpython-9c4766772cda67648184f8ddba546a5fc0167f91.tar.gz cpython-9c4766772cda67648184f8ddba546a5fc0167f91.tar.bz2 |
bpo-45405: Prevent ``internal configure error`` when running ``configure`` with recent versions of non-Apple clang. (#28845)
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>
Diffstat (limited to 'Misc/NEWS.d/next/Build')
-rw-r--r-- | Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst b/Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst new file mode 100644 index 0000000..a2dc5bc --- /dev/null +++ b/Misc/NEWS.d/next/Build/2021-10-11-16-27-38.bpo-45405.iSfdW5.rst @@ -0,0 +1,2 @@ +Prevent ``internal configure error`` when running ``configure`` +with recent versions of non-Apple clang. Patch by David Bohman. |