-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update config scripts to compile for Apple Silicon (arm64) #2700
Conversation
Detect Apple Silicon (arm64) during configuration for compilation on macOS 11.0 (beta at this time).
@rickard-green PR updated per your review. |
Please rebase this onto the |
I've rebased this to |
Any chance this can get into |
@rickard-green |
@amar1994 Sorry, no OTP 20 is not maintained anymore |
@rickard-green: |
You want to cherry-pick the following commits onto the base commit of your choice (the once marked "test" only affect test-cases): Hopefully they should be possible to cherry-pick to a late OTP 20 without conflicts, but that is not guaranteed. |
@rickard-green
|
Detect Apple Silicon (arm64) during configuration for compilation on macOS 11.0 (beta at this time). Fixes ERL-1305.
Main changes:
Verified via
./otp_build tests
Note: the current config.guess uses "arm-apple-darwin*" for the build/host system type while a newer version uses "aarch64-apple-darwin*". However, the diffs between 2015-03-04 to 2020-07-12 were outside the scope of being able to test for this PR.