]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38443: Check that the specified universal architectures work (GH-22910)
authorRonald Oussoren <ronaldoussoren@mac.com>
Sun, 22 Nov 2020 01:13:11 +0000 (02:13 +0100)
committerGitHub <noreply@github.com>
Sun, 22 Nov 2020 01:13:11 +0000 (17:13 -0800)
commit0f20bd9042c9b7fce20c3b9511cd0820b30094c3
tree8c931cb6a71fb4416a0e502d718a44c5742b0d61
parent68f68fa423739802fce37589ee77683c42ddb933
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.
Misc/NEWS.d/next/macOS/2020-10-23-10-26-53.bpo-38443.vu64tl.rst [new file with mode: 0644]
configure
configure.ac