diff mbox

[gccgo] Don't pass CXX_FOR_BUILD in HOST_EXPORTS

Message ID mcr1v6itsiw.fsf@google.com
State New
Headers show

Commit Message

Ian Lance Taylor Nov. 18, 2010, 6:07 p.m. UTC
For some reason I added CXX_FOR_BUILD to HOST_EXPORTS.  This is not
needed for Go and is a gratuitous difference from mainline.  This patch
removes it.  Committed to gccgo branch.

Ian
diff mbox

Patch

Index: Makefile.tpl
===================================================================
--- Makefile.tpl	(revision 166832)
+++ Makefile.tpl	(working copy)
@@ -201,7 +201,6 @@  HOST_EXPORTS = \
 	AR="$(AR)"; export AR; \
 	AS="$(AS)"; export AS; \
 	CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \
-	CXX_FOR_BUILD="$(CXX_FOR_BUILD)"; export CXX_FOR_BUILD; \
 	DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \
 	LD="$(LD)"; export LD; \
 	LDFLAGS="$(STAGE1_LDFLAGS) $(LDFLAGS)"; export LDFLAGS; \