- nil the CXX env var if we don't have a CXX cross-compiler
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 31 Jul 2007 15:10:55 +0000 (15:10 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 31 Jul 2007 15:10:55 +0000 (15:10 -0000)
package/Makefile.in

index 8be768f8840f04c0116de1e252ca95faea291aa2..17302527da9ea4c946408cc13605a564d065f730 100644 (file)
@@ -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