Hi, On Fri, 15 Apr 2016, Sergey Korshunoff wrote:
> ./configure --enable-cross > make > cc -o arm64-tcc tcc.c -DONE_SOURCE -DTCC_TARGET_ARM64 -I. -Wall -g -O0 \ > -Wdeclaration-after-statement -Wno-deprecated-decl arations > -Wno-strict-aliasing \ > -Wno-sign-compare -Wno-uninitialized -fno-strict-aliasing -lm -ldl > lib/libtcc1.c > > lib/libtcc1.c:145:2: #error unsupported CPU type Same thing as the other. libtcc1.c is not supposed to be compiled with the native compiler (and in fact is not needed or supported for arm64). Ciao, Michael. _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
