Subj.

PS: I can compile a i386-win32-tcc using a commands
/configure --enable-cross --extra-cflags="-DTCC_TARGET_PE -UTCC_IS_NATIVE"
make
gcc -o i386-win32-tcc tcc.o libtcc.a -lm -ldl -I.  -DTCC_TARGET_PE
-fno-strict-aliasing tccpe.c tccrun.c

But this is not enougth. Both tcc (native and a cross one) use the
same prefix /usr/local
Question: where to put a files for i386-win32-tcc (how to configure it right)?

Attachment: 047-configure-x86.patch
Description: Binary data

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

Reply via email to