This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successfully built and installed gcc 3.4.0 on i586-pc-linux-gnu (PentiumMMX-233)
- From: André Frick <africk at informatik dot uni-tuebingen dot de>
- To: <gcc at gcc dot gnu dot org>
- Date: Thu, 3 Jun 2004 15:14:03 +0200
- Subject: Successfully built and installed gcc 3.4.0 on i586-pc-linux-gnu (PentiumMMX-233)
- Keywords: Persönlich
Hi there,
I successfully built GCC 3.4.0 on a PentiumMMX-233MHz.
Compilation as well as testing took almost up to two days :-)
The base-system was once a SUSE 8.2 installation, but many libs etc. were
updated in the meantime, although still running a 2.4-kernel.
I compiled the profiledbootstrap without debugging-information as described
in the manual by using:
# make CFLAGS='-O' LIBCFLAGS='-g -O2' \
LIBCXXFLAGS='-g -O2 -fno-implicit-templates' profiledbootstrap
Some additional information:
============================================================================
salvation:/usr/local/bin # uname -a
Linux salvation 2.4.20-4GB #1 Mon Apr 26 16:44:14 UTC 2004 i586 i586 i386
GNU/Linux
salvation:/usr/local/bin # ./gcc -v
Reading specs from /usr/local/lib/gcc/i586-pc-linux-gnu/3.4.0/specs
Configured with: ../../preinstall/gcc-3.4.0/configure --enable-threads=posix
--enable-languages=c,c++,objc,java
Thread model: posix
gcc version 3.4.0
salvation:/usr/local/bin # ~/preinstall/gcc-3.4.0/config.guess
i586-pc-linux-gnu
============================================================================
The testresults can be found in:
http://gcc.gnu.org/ml/gcc-testresults/2004-06/msg00116.html
With Regards,
André Frick