Questions about compile options (ioq3 on Solaris).

Tim Angus tim at ngus.net
Fri Oct 28 19:05:51 EDT 2005


On Sat, 29 Oct 2005 00:28:38 +0200 (CEST) vincent at cojot.name wrote:
> You mean I shouldn't do this in tools/lcc/etc/gcc-solaris.c:
> 
> char *com[] = { LCCDIR "q3rcc", "-target=bytecode", "$1", "$2", "$3",
> 0 };
> 
> Should I go back to -target=solaris/sparc (or something similar)?

-target=bytecode is correct, but potentially other bits of gcc-solaris.c
aren't. Think of linux.c as generic.c. The bits specifying platform
specfic linkers and whatnot aren't used when compiling to bytecode.



More information about the quake3 mailing list