summaryrefslogtreecommitdiff
path: root/mk/vars.mk
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-16 22:24:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-16 22:24:17 +0100
commit4893f466c54b0dc48e97f785fa6b1b5b1e01e4ca (patch)
treed7e46b39cae842f248cf8fe1e589246823b298e4 /mk/vars.mk
parent732db5d2473cb5bf2c7d3e28b67e47cecf6008a8 (diff)
remove cleantarget at the moment
we share all toolchains in host_<gnu_host_name> directory, so the existing cleantarget does not work as expected. remove it for now.
Diffstat (limited to 'mk/vars.mk')
-rw-r--r--mk/vars.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk/vars.mk b/mk/vars.mk
index 5fd4a51aa..f50038ea4 100644
--- a/mk/vars.mk
+++ b/mk/vars.mk
@@ -139,7 +139,6 @@ check_gcc=$(shell \
CF_FOR_BUILD=$(call check_gcc,-fhonour-copts,)
# host compiler flags
-CXX_FOR_BUILD?= g++
CPPFLAGS_FOR_BUILD?= -I$(STAGING_HOST_DIR)/usr/include
CFLAGS_FOR_BUILD= -O2 -Wall $(CF_FOR_BUILD)
CXXFLAGS_FOR_BUILD?= -O2 -Wall