Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-41090: Add support for building "Universal 2" binaries on macOS 11. #21115

Closed

Conversation

ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Jun 24, 2020

Add a new option to "--with-universal-archs": "universal2". This will build binaries supporting the arm64 and x86_64 architectures, in preparation for "Apple Silicon" systems.

https://bugs.python.org/issue41090

@ronaldoussoren ronaldoussoren requested a review from a team as a code owner June 24, 2020 12:52
@corona10 corona10 changed the title BPO-41090: Add support for building "Universal 2" binaries on macOS 11. bpo-41090: Add support for building "Universal 2" binaries on macOS 11. Jun 24, 2020
@@ -16806,7 +16811,7 @@ do
done


SRCDIRS="Parser Parser/pegen Objects Python Modules Modules/_io Programs"
SRCDIRS="Parser Objects Python Modules Modules/_io Programs"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is this change on purpose or bad merge?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A previous commit from another project left configure out of sync with configure.ac. While this corrects that, I'm pushing a separate PR (#21152 ) to fix it right away.

@ned-deily
Copy link
Member

ned-deily commented Oct 26, 2020

This PR and its issue have been superseded by GH-22855 and bpo-41100.

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.

5 participants