New submission from Misty De Méo <mistyde...@gmail.com>: Configure's `arch` check on Macs running with Apple Silicon CPUs will fail because the list of acceptable architectures is hardcoded to Intel and PowerPC: https://github.com/python/cpython/blob/master/configure.ac#L2486-L2496
This needs a clause that adds "arm64" as an acceptable arch. ---------- components: Build messages: 378776 nosy: mistydemeo priority: normal severity: normal status: open title: Configure on Apple ARM: "Unexpected output of 'arch' on OSX" versions: Python 3.9 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue42056> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com