- nil the CXX env var if we don't have a CXX cross-compiler

This commit is contained in:
Bernhard Reutner-Fischer 2007-07-31 15:10:55 +00:00
parent ba88feb05f
commit cd1819ee15

View 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