Support ARM-based Mac as Host - #71
Conversation
* This make the `configure` script can detect the triple of ARM macOS correctly.
Newer versions of Darwin report pagesize 20 which means that we need to adjust the aligment of the PCH area. gcc/ChangeLog: * config/host-darwin.c: Align pch_address_space to 16384.
Backport from iains/gcc-darwin-arm64 Commit ID: 28781eaf7c9d1f5cc4de21848aaed6960f53f879
|
It seems that it's enough to build a toolchain targeting |
|
Hello @EddaAkikusa, Thank you. I am concerned, though, that the original patches themselves have not yet been added to mainline GCC. I think I would want to look at the changes more closely first, and maybe also wait for the dust to settle (so to speak), before proceeding further. In the meantime, if you need any help in stress-testing your patches, let me know. (I am currently using the Thank you! |
|
Okay. |
3791af1 to
172d90f
Compare
f2c2cf6 to
9688ce3
Compare
|
It seems that AArch64 Darwin support is now upstream, however the changes in |
d5144bb to
586d4dc
Compare
This pr backports some commits from https://github.com/iains/gcc-darwin-arm64.