Henry Kroll wrote:
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
I removed references to "config.h" from the libtcc1 files.
http://repo.or.cz/w/tinycc.git/commitdiff/9bd69bf49fb37554d199d0040c81bea009d43092
This should make it possible to compile a cross-libtcc1.a without
moving config.xxx stuff forth and back.
I'd suggest to use just the i386-win32-tcc that is build anyway with
--enable-cross, directly to compile the objects for win32/lib/libtcc1.a.
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
Appreciated ;)
--- grischka
_______________________________________________
Tinycc-devel mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/tinycc-devel