> Currently the search paths for a non-cross tcc on Debian arm64 look
> like this (./tcc -vv):

Try "./configure --enable-cross; make; ./arm64-tcc -vv". The output
must be the same. Is it?

I think a configure script must not check a files in the build system.
This is a bad thing. What it can tell to the tcc sources: is a current
compiler a cross-cpu compiler or simply tell TCC_HOST_CPU. All path's
can be defined inside a tcc source. If current tcc is a cross cpu
compiler then paths like /usr/lib64 must not be included

_______________________________________________
Tinycc-devel mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to