summaryrefslogtreecommitdiffstats
path: root/package/Makefile.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-07-31 17:10:55 +0200
committerBernhard Reutner-Fischer2007-07-31 17:10:55 +0200
commitcd1819ee156bcecb8854a0dbc389a4c668fb4c8a (patch)
treee8efaeca4f1a7ce64e9a6e9a9c142cb29b12aea1 /package/Makefile.in
parent- add possibility to select which cross-compilers to build (diff)
downloadbuildroot-cd1819ee156bcecb8854a0dbc389a4c668fb4c8a.tar.gz
buildroot-cd1819ee156bcecb8854a0dbc389a4c668fb4c8a.tar.xz
buildroot-cd1819ee156bcecb8854a0dbc389a4c668fb4c8a.zip
- nil the CXX env var if we don't have a CXX cross-compiler
Diffstat (limited to 'package/Makefile.in')
-rw-r--r--package/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/Makefile.in b/package/Makefile.in
index 8be768f88..17302527d 100644
--- a/package/Makefile.in
+++ b/package/Makefile.in
@@ -238,7 +238,7 @@ ifneq ($(BR2_INET_IPV6),y)
DISABLE_IPV6= --disable-ipv6
endif
-ifeq ($(BR2_INSTALL_LIBSTDCPP),)
+ifneq ($(BR2_GCC_CROSS_CXX),y)
TARGET_CONFIGURE_OPTS+=CXX=""
endif