From: Bernhard Reutner-Fischer Date: Tue, 31 Jul 2007 15:10:55 +0000 (-0000) Subject: - nil the CXX env var if we don't have a CXX cross-compiler X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cd1819ee156bcecb8854a0dbc389a4c668fb4c8a;p=buildroot.git - nil the CXX env var if we don't have a CXX cross-compiler --- diff --git a/package/Makefile.in b/package/Makefile.in index 8be768f884..17302527da 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