Henry Kroll wrote:
_WIN64 is not handled (yet), so we only deal with the "Big 3"
cross-compiler configurations for now, the minimum needed to start
testing on Windows or Linux:

1) x86_64-win32-tcc.exe  ->  tcc.exe (win32 to Win64/32 only, for now)
2) tcc -m32              ->  i386-tcc (Linux64 to Linux64/32).
3) x86_64-win32-tcc -m32 ->  i386-win32-tcc (Linux64 to Win64/32).

I'd argue that tinycc is free enough not to support build systems
that put "x86_64-" and "-m32" on the same line.

--- grischka


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

Reply via email to