Subject: FYI: 32 bit code generation working for 64 bit compiler
To: None <port-sparc@netbsd.org>
From: matthew green <mrg@eterna.com.au>
List: port-sparc
Date: 09/01/2000 01:19:38
hi folks.


i've managed to successfully build 32 bit programs solely using the normal
64 bit tools installed on my netbsd/sparc64 system, using the latest changes
i have commited to src/gnu/dist/toolchain/gcc/config/sparc, and the "-m32
-mv8" options, plus necessary libraries, etc., under /emul/netbsd32 (the
linker currently looks here to find 32 bit libgcc.a, crt0.o, etc., files,
plus libraries to link with.  the path name is temporary and will change,
but to what is not yet known).


.mrg.