]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38443: Check that the specified universal architectures work (GH-22910)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 22 Nov 2020 01:54:08 +0000 (17:54 -0800)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 01:54:08 +0000 (17:54 -0800)
commit6e665424d6e7abf6d6de010609a398a7407df83c
tree772166b408aac318067e6e1b549948c74da3b822
parent7e9bf4ec91fdcc884b4469f796d3db7a91c0d26e
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>
Misc/NEWS.d/next/macOS/2020-10-23-10-26-53.bpo-38443.vu64tl.rst [new file with mode: 0644]
configure
configure.ac