> t'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
I don't have access to other archs :-( It is better if this will be fixed by you. I planning to test only a windows versions of the tcc. > 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. Thers is no /usr/lib64/crt*.o on Ubuntu 12.04 ? I will try to compile a current tcc on different distros (inside a openvz containers) and to find a solution (i386 and x86_64 only) _______________________________________________ Tinycc-devel mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/tinycc-devel
