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]: Remove -DGENERATOR_FILE from rtl.o, bitmap.o targets


Mohan Embar <gnustuff@thisiscool.com> writes:

>>This is a believable consequence of the spurious -DGENERATOR_FILE for
>>rtl.c, but *not* for the configuration you have described.  You have
>>build==host, so bconfig.h and config.h should be identical.  It's
>>tconfig.h that should describe mingw32, and rtl.c is never compiled
>>for the target.
>
> Argh. You're right. I'm getting my cross builds and native builds
> messed up. In other words, the problem probably didn't manifest
> itself for the (i686-pc-linux-gnu,i686-pc-linux-gnu,i686-pc-mingw32)
> build, but probably when I was using the
> (i686-pc-linux-gnu,i686-pc-mingw32) cross to build the
> (i686-pc-linux-gnu,i686-pc-mingw32,i686-pc-mingw32) compiler.

Yes, that makes a lot more sense.

> I've gone through so many builds and different snapshots (due to the
> current HEAD breakage for reasons yet unknown) that I lost track of
> things.
>
> If you agree that this patch is necessary for the
> (i686-pc-linux-gnu,i686-pc-mingw32,i686-pc-mingw32) build, let me
> know.

Yes, the patch is approved.

zw


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