Skip to content

Conversation

@mistydemeo
Copy link

@mistydemeo mistydemeo commented Oct 16, 2020

This section of the configure script only accepts Intel and PowerPC as valid architectures, but Apple's new ARM Macs means that arm64 can occur too. Without this, configure will fail with the message Unexpected output of 'arch' on OSX.

I didn't include a 32-bit option since Apple no longer ship any devices that support 32-bit ARM. Apple's ARM Macs are 64-bit only.

https://bugs.python.org/issue42056

@ned-deily
Copy link
Member

ned-deily commented Oct 27, 2020

Thanks for the PR. As noted in bpo-42056, full support for arm64, including this change, is being tracked in GH-22855 (bpo-41100).

@ned-deily ned-deily closed this Oct 27, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants