[New-bugs-announce] [issue42056] Configure on Apple ARM: "Unexpected output of 'arch' on OSX"

Misty De Méo report at bugs.python.org
Fri Oct 16 18:47:17 EDT 2020


New submission from Misty De Méo <mistydemeo at 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 <report at bugs.python.org>
<https://bugs.python.org/issue42056>
_______________________________________


More information about the New-bugs-announce mailing list