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: CXXFLAGS_FOR_TARGET and config/mt-gnu


Doug Semler <dougsemler@gmail.com> writes:

> The file config/mt-gnu currently defines CXXFLAGS_FOR_TARGET =
> $(CXXFLAGS) -D_GNU_SOURCE.  To me, it seems that it should be +=
> -D_GNU_SOURCE (like most of the other frags).  Otherwise, I cannot
> override the CXXFLAGS without overriding CXXFLAGS_FOR_TARGET.  Or am I
> missing something?

I think you are right.

Ian


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