summaryrefslogtreecommitdiffstats
path: root/rules.mk
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-05-09 20:50:49 +0000
committerFelix Fietkau <nbd@openwrt.org>2013-05-09 20:50:49 +0000
commit2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc (patch)
treea9db7664e1d0b5d68f7cff21195352c321e940c9 /rules.mk
parentdc00dbd0857a5bb5202eb8ae2dad97dd59f4bba8 (diff)
downloadmaster-31e0f0ae-2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc.tar.gz
master-31e0f0ae-2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc.tar.bz2
master-31e0f0ae-2430e9a4f5f809d9164edf64dd3eb87f9a14a5fc.zip
toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ support mandatory - fixes recursive config symbol dependency issues
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36594
Diffstat (limited to 'rules.mk')
-rw-r--r--rules.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules.mk b/rules.mk
index b9510057b6..61c45a0090 100644
--- a/rules.mk
+++ b/rules.mk
@@ -202,7 +202,7 @@ HOST_LDFLAGS:=-L$(STAGING_DIR_HOST)/lib
TARGET_CC:=$(TARGET_CROSS)gcc
TARGET_AR:=$(TARGET_CROSS)ar
TARGET_RANLIB:=$(TARGET_CROSS)ranlib
-TARGET_CXX:=$(if $(CONFIG_INSTALL_LIBSTDCPP),$(TARGET_CROSS)g++,no)
+TARGET_CXX:=$(TARGET_CROSS)g++
KPATCH:=$(SCRIPT_DIR)/patch-kernel.sh
SED:=$(STAGING_DIR_HOST)/bin/sed -i -e
CP:=cp -fpR