瀏覽代碼

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

Bernhard Reutner-Fischer 18 年之前
父節點
當前提交
cd1819ee15
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/Makefile.in

+ 1 - 1
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