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]
Other format: [Raw text]

Re: Bootstrap failure on native mingw32


FX <fxcoudert@gmail.com> wrote on 15.04.2008 15:21:30:

> > I remember that modification. This is related to a patch in
> > config/i386/mingw32.h to include for libgcc2 the windows header.
> 
> OK. Bootstrap does proceed with the prototype removed, of course (it's
> not yet finished).
> 
> Question is: can we remove it altogether, or are there still cases
> where it is needed?
> 
> It currently is inside:
> 
> #if defined(WINNT) && ! defined(__CYGWIN__) && ! defined (_UWIN)
> ...
> #ifdef __i386__
> 
> So, if it's WINNT and neither cywin nor uwin, are we guaranteed it's 
mingw?

I am uncertain about this. AFAICS this is just for mingw.

Kai

|  (\_/)  This is Bunny. Copy and paste Bunny
| (='.'=) into your signature to help him gain
| (")_(") world domination.


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