From 1c1f04aca92b88fe0dc3b1184726c40376e3836e Mon Sep 17 00:00:00 2001 From: Bernhard Reutner-Fischer Date: Tue, 25 Sep 2007 16:39:22 +0000 Subject: - build a cross c++ compiler if we're asked to build libstdc++ --- toolchain/gcc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 0326d1007..82f792342 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -115,8 +115,8 @@ config BR2_INSTALL_LIBSTDCPP bool "Build/install c++ compiler and libstdc++?" default n # >= 4.2.0 work fine without LARGEFILE - # huh? why so? select BR2_LARGEFILE select BR2_LARGEFILE if BR2_GCC_SUPPORTS_SYSROOT + select BR2_GCC_CROSS_CXX help Build/install c++ compiler and libstdc++? -- cgit v1.2.3