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


> 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?

FX

-- 
FX Coudert
http://www.homepages.ucl.ac.uk/~uccafco/


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