This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Succesful bootstrap of gcc 3.1
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Arkadiusz Miskiewicz <misiek at pld dot ORG dot PL>
- Cc: gcc at gcc dot gnu dot org
- Date: Thu, 16 May 2002 17:17:44 -0700
- Subject: Re: Succesful bootstrap of gcc 3.1
- References: <87elgcuhku.fsf@arm.t19.ds.pwr.wroc.pl>
On Thu, May 16, 2002 at 07:29:37PM +0200, Arkadiusz Miskiewicz wrote:
>
> On ppc, i386, i586, i686 with all languages enabled.
>
> Reading specs from /usr/lib/gcc-lib/ppc-pld-linux/3.1/specs
> Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --enable-languages=c,c++,f77,gcov,java,objc,ksi,ada --enable-long-long --enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib --without-x ppc-pld-linux
> Thread model: posix
> gcc version 3.1
>
>
> Reading specs from /usr/lib/gcc-lib/i386-pld-linux/3.1/specs
> Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --enable-languages=c,c++,f77,gcov,java,objc,ksi,ada --enable-long-long --enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib --without-x i386-pld-linux
> Thread model: posix
> gcc version 3.1
>
>
> Reading specs from /usr/lib/gcc-lib/i586-pld-linux/3.1/specs
> Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --enable-languages=c,c++,f77,gcov,java,objc,ksi,ada --enable-long-long --enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib --without-x i586-pld-linux
> Thread model: posix
> gcc version 3.1
>
>
> Reading specs from /usr/lib/gcc-lib/i686-pld-linux/3.1/specs
> Configured with: ../configure --prefix=/usr --infodir=/usr/share/info --mandir=/usr/share/man --enable-shared --enable-threads=posix --enable-languages=c,c++,f77,gcov,java,objc,ksi,ada --enable-long-long --enable-multilib --with-gnu-as --with-gnu-ld --with-system-zlib --with-slibdir=/lib --without-x i686-pld-linux
> Thread model: posix
> gcc version 3.1
And here's additional information you sent to me:
> distro : PLD/Linux Nest (development version)
> kernel : compiled with 2.4.18 headers on different running kernels
> (ppc - 2.4.18, all x86 - 2.4.16)
> glibc : 2.2.5
> binutils : on x86 - 2.12.90.0.7; on ppc - 2.12.90.0.4 (.7 is broken on ppc)
>
> On ppc config.guess says powerpc-unknown-linux-gnu (but host target was changed
> at configure time - see gcc -v results in previous mail).
>
> On all x86 config.guess says i686-pc-linux-gnu and host target also was changed.
Thanks! Your message is linked from the GCC 3.1 build status list at
http://gcc.gnu.org/gcc-3.1/buildstat.html.
Janis