From cd1819ee156bcecb8854a0dbc389a4c668fb4c8a Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 31 Jul 2007 15:10:55 +0000 Subject: - nil the CXX env var if we don't have a CXX cross-compiler --- package/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package') diff --git a/package/Makefile.in b/package/Makefile.in index 8be768f88..17302527d 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 -- cgit v1.2.3