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]

Re: intl-compat.c bootstrap failure


 > From: Philipp Thomas <pthomas@suse.de>
 > 
 > * Kaveh R. Ghazi (ghazi@caip.rutgers.edu) [20000606 14:46]:
 > 
 > > There may be a way of passing the -I flags in from outside the intl
 > > directory through some variable used by intl/Makefile.
 > > This will keep the changes outside the intl directory.
 > 
 > Excellent idea. After having had a look at intl/Makefile there is indeed a
 > variable we could (mis)use. The makefile has XCFLAGS in the CFLAGS
 > definition. So we could define an INTL_FLAGS_TO_PASS in gcc/Makefile which
 > passes -DIN_GCC and necessary -I switches in XCFLAGS.
 > 
 > I'll give it a spin and see if that works.
 > Philipp

Okay, just make sure resetting XCFLAGS doesn't break anything.  Some
platforms define it in their x-* files.

--
Kaveh R. Ghazi			Engagement Manager / Project Services
ghazi@caip.rutgers.edu		Qwest Internet Solutions

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