Hi seyko, Your recent commits have broken TCC on amd64 Ubuntu 12.04, where crt[1in].o are in /usr/lib/x86_64-linux-gnu, not /usr/lib. The same is probably true for most recent Debian derivatives. But, as you wrote in the commit message, a solution must be discussed.
It's also broken on arm64 because you put "ARM64" instead of "arm64" in tcc_add_support in tccelf.c. It's easy to fix but perhaps you want to check the corresponding strings for other architectures while you're there. Thanks, Edmund _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
