This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Building cross from Mac OS X to MinGW fails
- From: Stan Shebs <shebs at apple dot com>
- To: "Timothy J. Wood" <tjw at omnigroup dot com>
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 11 Mar 2002 10:11:59 -0800
- Subject: Re: Building cross from Mac OS X to MinGW fails
- References: <F790150F-348B-11D6-B091-0003938E4E3C@omnigroup.com>
"Timothy J. Wood" wrote:
>
>[...] If I manually specify the CFLAGS with:
>
> make CC="cc -no-cpp-precomp -DHAVE_DESIGNATED_INITIALIZERS=0" |& tee
> make.log
>
> then I get past these failures.
This is a known problem. I'll probably make it go back to setting
HAVE_DESIGNATED_INITIALIZERS=0 in the host file, even though it's
really only desired for the first stage and for crosses.
Stan