libstdc++-v3 patch: passing CXX correctly

DJ Delorie dj@redhat.com
Fri Mar 14 22:01:00 GMT 2003


2003-03-14  DJ Delorie  <dj@redhat.com>

	* Makefile.am (AM_MAKEFLAGS): Instead of accidentally overriding
	the subdirs' CXX, override it with the right value.
	* Makefile.in: Regenerated.

Index: Makefile.am
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/Makefile.am,v
retrieving revision 1.39
diff -p -2 -r1.39 Makefile.am
*** Makefile.am	7 Mar 2003 08:01:24 -0000	1.39
--- Makefile.am	14 Mar 2003 21:53:05 -0000
*************** AM_MAKEFLAGS = \
*** 135,138 ****
--- 135,139 ----
  	"CC_FOR_TARGET=$(CC_FOR_TARGET)" \
  	"CFLAGS=$(CFLAGS)" \
+ 	"CXX=$(glibcpp_CXX)" \
  	"CXXFLAGS=$(CXXFLAGS)" \
  	"CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \



More information about the Gcc-patches mailing list