Re: [Tinycc-devel] Tinycc on Apple M1 is creating x64 binaries

2022-04-19 Thread Christian Jullien
ehalf Of Antoine Champion Sent: Tuesday, April 19, 2022 20:53 To: tinycc-devel@nongnu.org Subject: [Tinycc-devel] Tinycc on Apple M1 is creating x64 binaries Hi list, I've installed tinycc from mob branch without configure options. When I try to compile any piece of code, the produ

[Tinycc-devel] Tinycc on Apple M1 is creating x64 binaries

2022-04-19 Thread Antoine Champion
Hi list, I've installed tinycc from mob branch without configure options. When I try to compile any piece of code, the produced output is for x86_64 architecture : % echo "int main(int argc, char** argv) { return 0 ; }" > test.c % tcc test.c % lipo -info a.out Non-fat file: a.out is architectur