Re: Can gcc13 create fat binaries for Intel+ARM in one-liner?

2023-06-22 Thread Ces VLC
Thanks a lot, Ken. César On Wed, Jun 21, 2023 at 3:34 PM Ken Cunningham < ken.cunningham.web...@gmail.com> wrote: > The necessary parts Apple added (driverdriver.c) to enable that have not > been updated since gcc-4.2, so one-pass universal is not available since > then. > > People occassionaly

Re: Can gcc13 create fat binaries for Intel+ARM in one-liner?

2023-06-21 Thread Ken Cunningham
The necessary parts Apple added (driverdriver.c) to enable that have not been updated since gcc-4.2, so one-pass universal is not available since then. People occassionaly talk about updating driverdriver.c, and there are a few shell scripts floating around that do some of it, but that’s as far

Can gcc13 create fat binaries for Intel+ARM in one-liner?

2023-06-21 Thread Ces VLC
Hi! Last time I used gcc for creating fat binaries was in the days of Snow Leopard, using the Apple-bundled version of gcc, which, if I recall correctly had this behaviour of letting you specify several archs in the same invocation because of a patch written by Apple. I also seem to recall that ye