Update config scripts to compile for Apple Silicon (arm64)#2700
Update config scripts to compile for Apple Silicon (arm64)#2700markpeek wants to merge 1 commit intoerlang:masterfrom
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 testsNote: 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.