This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Successful build: gcc-3.0.3
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: Stephano Mariani <sk dot ml at btinternet dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Fri, 21 Dec 2001 14:22:22 -0800
- Subject: Re: Successful build: gcc-3.0.3
- References: <000701c18a5d$8fac9b50$3700a8c0@sknet01>
On Fri, Dec 21, 2001 at 08:24:50PM -0000, Stephano Mariani wrote:
> Successful build and install of GCC 3.0.3
>
> Cygwin-1.3.6-6 on WinXP Pro
>
> $ ./config.guess
> i686-pc-cygwin
>
> $ new-gcc -v
> Reading specs from /usr/local/lib/gcc-lib/i686-pc-cygwin/3.0.3/specs
> Configured with: ./configure --verbose --enable-threads=win32
> --with-system-zlib --disable-nls --disable-shared --enable-static
> --with-gnu-as --with-gnu-ld --program-prefix=new- --enable-languages=c
> --disable-libgcj --disable-checking --enable-sjlj-exceptions
> --host=i686-pc-cygwin --enable-haifa
> Thread model: win32
> gcc version 3.0.3
>
> (Built using 3.0.3 itself)
>
> CFLAGS = -O3 -fomit-frame-pointer -mcpu=athlon -funroll-loops
> -ffast-math -fexpensive-optimizations
Thanks! I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis