summaryrefslogtreecommitdiff
path: root/mk/build.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-08-17 05:39:08 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-08-17 05:39:08 +0200
commita749a1f34e0fe6d22e9858494cffac021c0034cc (patch)
tree7f1644dfd0c9202c4a2d741a8bae7d09f45b5228 /mk/build.mk
parente31e53467bb18e83a01b60881adf35fa8a54531d (diff)
revert CXX_FOR_BUILD stuff, breaks gcj compile
Diffstat (limited to 'mk/build.mk')
-rw-r--r--mk/build.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk/build.mk b/mk/build.mk
index 3e5d92e6f..854fdb19d 100644
--- a/mk/build.mk
+++ b/mk/build.mk
@@ -266,7 +266,7 @@ ifeq ($(filter-out distclean,${MAKECMDGOALS}),)
include ${TOPDIR}/mk/vars.mk
else
include $(TOPDIR)/prereq.mk
-export BASH MAKE LANGUAGE LC_ALL OStype PATH CC_FOR_BUILD CXX_FOR_BUILD QEMU
+export BASH MAKE LANGUAGE LC_ALL OStype PATH CC_FOR_BUILD QEMU
endif
all: menuconfig