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: Building cross from Mac OS X to MinGW fails


"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


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