iains / gcc-darwin-arm64

GCC master branch for Darwin with experimental support for Arm64. Currently GCC-15.0.0 [September 2024]
GNU General Public License v2.0
268 stars 33 forks source link

detection of 'native' CPU needs a macOS-specific rewrite. #120

Closed iains closed 6 months ago

iains commented 11 months ago

The current code assumes Linux and uses /proc/cpuinfo and/or a CPUINFO env var (but again parsing for Linux-specific content)

iains commented 6 months ago

functionality added in https://github.com/iains/gcc-darwin-arm64/commit/9bc66f9b11baf1c291b2afac429cb12bf8461f91 (thanks @fxcoudert !!)