This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
gcc-3.4.2 bootstrapped on Solaris 9 / x86
- From: Jonas Jonsson <koffle at bredband dot net>
- To: gcc at gcc dot gnu dot org
- Date: Wed, 15 Sep 2004 11:53:51 +0200
- Subject: gcc-3.4.2 bootstrapped on Solaris 9 / x86
uname -a
SunOS brusen 5.9 Generic_117172-05 i86pc i386 i86pc
./config.guess
i386-pc-solaris2.9
gnu-gcc -v
Reading specs from
/opt/gnu/gnu-gcc-3.4/lib/gcc/i386-pc-solaris2.9/3.4.2/specs
Configured with: ../configure --prefix=/opt/gnu/gnu-gcc-3.4
--program-prefix=gnu- --enable-threads=posix
--with-libiconv-prefix=/usr/local --with-ld=/usr/local/bin/ld
--with-as=/usr/local/bin/as --with-gnu-ld --with-gnu-as
Thread model: posix
gcc version 3.4.2
Initial build was done with
/opt/SUNWspro/bin/cc -V
cc: Sun C 5.6 2004/07/15
Since I didn't specify '--with-system-zlib', I got some compilation
errors. After editing a little in the Makefiles, things went well :)
Running tests right now, I'll post the results later ...