> Is --with-libgcc option needed for arm64 too? No. The runtime for arm64 is implemented in lib/lib-arm64.c, which must be compiled by TCC because it contains a TCC-specific intrinsic. (It's in __clear_cache, in case you're interested. I could have implemented it with inline assembler and made it compilable only by GCC.)
Edmund _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
