This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: PATCH mingw32 Another change to allow mainline to bootstrap.
- From: Zack Weinberg <zack at codesourcery dot com>
- To: "Aaron W. LaFramboise" <aaronblue6 at cox-internet dot com>
- Cc: gcc-patches at gcc dot gnu dot org, dannysmith at users dot sourceforge dot net
- Date: Mon, 31 May 2004 10:19:04 -0700
- Subject: Re: PATCH mingw32 Another change to allow mainline to bootstrap.
- References: <40BB63B1.90508@cox-internet.com>
"Aaron W. LaFramboise" <aaronblue6@cox-internet.com> writes:
> Sorry, I missed one.
>
> Fixes this warning. While PCH does not yet work on mingw, it's
> probably worth making this warning go away anyhow so we can
> bootstrap with -Werror.
If we must have this, don't put it here; put it in system.h, and write
a proper autoconf check (NEED_DECLARATION_GETPAGESIZE). Better, fix
the mingw headers (it's supposed to be prototyped in unistd.h).
zw