This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: successful gcc build stats
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Peter Green <PeterGreen at DonorWare dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 21 Dec 2001 14:21:37 -0800
- Subject: Re: successful gcc build stats
- References: <20011221113502.A5048@donorware.com>
On Fri, Dec 21, 2001 at 11:35:02AM -0700, Peter Green wrote:
> #-- gcc -v --#
> Reading specs from /usr/local/lib/gcc-lib/i586-ncr-sysv4.3.03/3.0.2/specs
> Configured with: ../gcc-3.0.2/configure --with-gnu-as
> --with-as=/usr/local/bin/as --with-gnu-ld --with-ld=/usr/local/bin/ld
> --enable-languages=c
> Thread model: single
> gcc version 3.0.2
> #------------#
>
>
> #-- config.guess --#
> i586-ncr-sysv4.3.03
> #------------------#
>
>
> #-- comments --#
> - gcc 3.0.2 was built with gcc 2.7.2.2, which was built with the NCR MP-RAS
> native compiler:
>
> (cc:) NCR High Performance C Compiler R3.0 (SCDE 3.03.00)
>
> - The NCR MP-RAS native compiler (noted above) was unable to build libgcc1.a
> so, contrary to the advice, I set OLDCC to gcc (2.7.2.2). Built just fine
> (apparently) and gcc 3.0.2 produces working code upon first tests.
> #--------------#
Thanks! I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Have you noticed, by the way, that 3.0.3 was released yesterday?
Janis