---- On Tue, 18 Oct 2022 00:17:27 -0500  Christian Jullien  wrote --- 
 > Currently, TinyCC, the super fast C compiler I modestly contribute on, works 
 > with limitations on M1 but only with x86_64 emulation.
 > We hope to have a native M1 port as TinyCC has already an aarch64 backend.
 > 
 > Until then, works remains to better support TinyCC on M1 with Rosetta 
 > emulation so it's a nice to have on this machine.

Rosetta is installed now.

gcc104 (homebrew):~ zv$ gcc -arch x86_64 foo.c -o foo
gcc104 (homebrew):~ zv$ file foo
foo: Mach-O 64-bit executable x86_64
gcc104 (homebrew):~ zv$ ./foo
hello!


Best,

ZV
_______________________________________________
cfarm-users mailing list
cfarm-users@lists.tetaneutral.net
https://lists.tetaneutral.net/listinfo/cfarm-users

Reply via email to