diff options
author | Ronald Oussoren <ronaldoussoren@mac.com> | 2020-11-22 01:13:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 01:13:11 (GMT) |
commit | 0f20bd9042c9b7fce20c3b9511cd0820b30094c3 (patch) | |
tree | 8c931cb6a71fb4416a0e502d718a44c5742b0d61 /Misc/NEWS.d/next/macOS | |
parent | 68f68fa423739802fce37589ee77683c42ddb933 (diff) | |
download | cpython-0f20bd9042c9b7fce20c3b9511cd0820b30094c3.zip cpython-0f20bd9042c9b7fce20c3b9511cd0820b30094c3.tar.gz cpython-0f20bd9042c9b7fce20c3b9511cd0820b30094c3.tar.bz2 |
bpo-38443: Check that the specified universal architectures work (GH-22910)
As [bpo-38443]() says the error message from configure when specifying --enable-universalsdk with a set of architectures that is not supported by the compiler is not very helpful. This PR explicitly checks if the compiler works and bails out if it doesn't.
Diffstat (limited to 'Misc/NEWS.d/next/macOS')
-rw-r--r-- | Misc/NEWS.d/next/macOS/2020-10-23-10-26-53.bpo-38443.vu64tl.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/macOS/2020-10-23-10-26-53.bpo-38443.vu64tl.rst b/Misc/NEWS.d/next/macOS/2020-10-23-10-26-53.bpo-38443.vu64tl.rst new file mode 100644 index 0000000..008c972 --- /dev/null +++ b/Misc/NEWS.d/next/macOS/2020-10-23-10-26-53.bpo-38443.vu64tl.rst @@ -0,0 +1,2 @@ +The ``--enable-universalsdk`` and ``--with-universal-archs`` options for the +configure script now check that the specified architectures can be used. |