This is the mail archive of the gcc@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]

Re: tradcpp/specs configuration mismatch (i686-pc-cygwin)


On Tue, Jul 18, 2000 at 09:20:01AM -0700, Tim Prince wrote:

> I didn't ask for -remap.  It seems to be inherited from specs.
> That's why I'm asking whether I did something wrong to cause it to
> be inserted.

-remap is put in the specs by these configurations:

config/alpha/alpha-interix.h
config/i386/beos-pe.h
config/i386/cygwin.h
config/i386/djgpp.h
config/i386/i386-interix.h
config/i386/mingw32.h
config/i386/uwin.h

I will bet you that the only one that actually needs it is djgpp.  Try
taking it out of config/i386/cygwin.h, and see what happens.

[Also see if you have any header.gcc files anywhere on your system.]

zw

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