This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Question for successful Cygwin/gcc builders


Have you checked the results submitted to gcc-testsuite?  Most of the 'make -k check' failures are due to not finding all necessary
modifications to the cygwin dejagnu setup, although there is one minor modification to objc required to get it to run.  If you are
trying to run SSE, you must deal with the alignment parameter in binutils bfd/coff-i386.c, but it reads like you are chasing after
something else.

The libraries in i686-pc-cygwin have to be blown away before re-building, but that's not unique to cygwin.

How could anyone claim a successful build if they didn't make it through stage 3 and the libraries for the chosen languages?  That
implies quite a bit of compiling using the new compiler.
----- Original Message -----
From: "Dockeen" <dockeen@mchsi.com>
To: <gcc-help@gcc.gnu.org>; <gcc@gcc.gnu.org>
Sent: Wednesday, February 27, 2002 7:32 PM
Subject: Question for successful Cygwin/gcc builders


> I need to ask some questions of this August community...
>
> After you built the gcc suite, did you compile anything with the
> new compiler


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]