This is the mail archive of the gcc-patches@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: [PATCH] Fix cygwin bootstrap failure


On Wed, Feb 26, 2003 at 06:02:06PM -0700, Roger Sayle wrote:
> 	* config/i386/cygwin.h: Don't include any other files directly.
> 	* config/i386/mingw32.h: Don't include cygwin.h directly.
> 	* config.gcc (cygwin, mingw32, uwin): Instead make these files
> 	explicit in the tm_files variable.

Ok.

>   #include <stdio.h>

This is redundant with "system.h", included at the beginning
of every source file.


r~


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