- nil the CXX env var if we don't have a CXX cross-compiler
This commit is contained in:
parent
ba88feb05f
commit
cd1819ee15
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user