This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [RFA] Use "-idirafter /usr/include/w32api" in cygwin specs
- To: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Subject: Re: [RFA] Use "-idirafter /usr/include/w32api" in cygwin specs
- From: "'Christopher Faylor'" <cgf at redhat dot com>
- Date: Sun, 11 Mar 2001 23:38:26 -0500
- Cc: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- References: <8D00C32549556B4E977F81DBC24E985DC724@crtsmail1.technol_exch.corp.riotinto.org>
On Mon, Mar 12, 2001 at 02:59:16AM -0000, Billinghurst, David (CRTS) wrote:
>With this change the 3.0 branch does not bootstrap for me, while it did so
>around 12 hours previously. There is one trivial problem with this patch,
>and a second perhaps unrelated one that prevents a bootstrap.
>
>System is PII - NT4 SP5 - 20010222 cygwin1.dll snapshot.
>
>Configure and build in usual way
>${srcdir}/configure
>make bootstrap
>
>Firstly, the stage1 compiler generates warnings
>
> <command line>: warning: "cpu" re-asserted
> <command line>: warning: "machine" re-asserted
>
>This is due to two occurrences of %{cpp_cpu} in the *cpp section of the
>specs. See below for some more details
Are you sure you're up-to-date with regard to CVS? I did check in a
typo which added an additional cpp_cpu from an erroneous cut-and-paste
from the cygwin release but I rectified it within an hour afterwards.
cgf