simonjwright / distributing-gcc

Binary releases of GCC (native and cross) on macOS; also, the scripts/Makefiles used for producing them.
BSD 3-Clause "New" or "Revised" License
40 stars 0 forks source link

Package info for cross packages needs to include host architecture #11

Closed simonjwright closed 1 year ago

simonjwright commented 1 year ago

As it stands, cross-packaging/Makefile doesn't distinguish between packages hosted on x86_64 and aarch64.

The result is that if you install both builds, the second one deletes all the equivalent files in the first, in spite of the fact they're in different directories.

simonjwright commented 1 year ago

Fixed in eb649cf, 41d25aa.