On Mon, 2010-12-06 at 11:50 +0100, Christian Jullien wrote:
> Hello Henry,
> 
> I personally vote for a unique binary and multiple 32/64 libs that can
> generate either 32 or 64 bit using -m32/-m64 flag with -m32 mode be the
> default.
> The binary itself can be 32 or 64 bit. (i.e. the 32bit tcc version accepts
> -m64 as well).
This one is much less horrible. Just create a link to tcc.exe on other
platform.
http://codepad.org/iRUwi89I

All it does, or should do:
* Right now just -m32 for 64 bit *nix/win
* Only adds code to 64 bit version
* Uses the operating system to call the 32 bit version after cleanup
* Operating system gives "file not found" if it fails.
* Warns unsupported if -Wunsupported is set.



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

Reply via email to