This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Successful installation of gcc-3.2.1 on powerpc--linux-gnu
- From: cehoyos at rainbow dot studorg dot tuwien dot ac dot at
- To: gcc at gcc dot gnu dot org
- Date: Thu, 21 Nov 2002 19:28:44 +0100 (CET)
- Subject: Successful installation of gcc-3.2.1 on powerpc--linux-gnu
I made a successful bootstrap of gcc-3.2.1 on a G3 PowerPC running SuSE
Linux 7.1, kernel 2.4.2, glibc 2.2-13 and binutils 2.13
$ gcc -v
Reading specs from
/usr/local/gcc-3.2.1/lib/gcc-lib/powerpc-unknown-linux-gnu/3.2.1/specs
Configured with: ../gcc-3.2.1/configure --prefix=/usr/local/gcc-3.2.1
--enable-threads --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld
Thread model: posix
gcc version 3.2.1
I only installed C and ObjC
$ config.guess
powerpc-unknown-linux-gnu
$ uname -a
Linux HOSTNAME 2.4.2 #1 Mon Mar 12 12:22:18 GMT 2001 ppc unknown
My testresults can be found here:
http://gcc.gnu.org/ml/gcc-testresults/2002-11/msg00708.html
Carl Eugen Hoyos