Problem: tcc is building i386-win32-tcc as x86_64 even when -m32 is set. So for now I'm forcing just the --enable-cross to use gcc:
$(MAKE) i386-win32-tcc CC=gcc To resume work on cross-compilers, I will be looking into setting up some kind of directory scheme as grischka mentioned here: http://www.mail-archive.com/[email protected]/msg02697.html _______________________________________________ Tinycc-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/tinycc-devel
