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

Reworked version of Apple's driverdriver.c? #109

Open cblc opened 1 year ago

cblc commented 1 year ago

I don't know if it's just me, but in these days of Intel+ARM universal binaries for MacOS, I'd find it very convenient to build these fat binaries in one go, like in the times of Apple's gcc version. This was done thanks to driverdriver.c

However, given that the goal of this fork is to be merged upstream with GCC, maybe this driverdriver.c thing should be a customization not merged upstream.

I don't know the GCC internals myself, so I'm pointing out this suggestion as a wished feature.

iains commented 1 year ago

It is on the TODO list .. ( but, sadly, the list is long and time is short :( )