From 8e06ef91c2d4a7d9d3d7cd977c36a1e2c5e8d055 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Tue, 30 May 2006 08:09:11 +0000 Subject: libstc++ requires large file support --- toolchain/gcc/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain') diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 80d8b58f7..5da7f7d3d 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -105,6 +105,7 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS config BR2_INSTALL_LIBSTDCPP bool "Build/install c++ compiler and libstdc++?" default n + select BR2_LARGEFILE help Build/install c++ compiler and libstdc++? -- cgit v1.2.3