diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-11-22 01:54:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 01:54:08 (GMT) |
commit | 6e665424d6e7abf6d6de010609a398a7407df83c (patch) | |
tree | 772166b408aac318067e6e1b549948c74da3b822 /Misc/NEWS.d | |
parent | 7e9bf4ec91fdcc884b4469f796d3db7a91c0d26e (diff) | |
download | cpython-6e665424d6e7abf6d6de010609a398a7407df83c.zip cpython-6e665424d6e7abf6d6de010609a398a7407df83c.tar.gz cpython-6e665424d6e7abf6d6de010609a398a7407df83c.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.
(cherry picked from commit 0f20bd9042c9b7fce20c3b9511cd0820b30094c3)
Co-authored-by: Ronald Oussoren <ronaldoussoren@mac.com>
Diffstat (limited to 'Misc/NEWS.d')
-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. |