From: Bernhard Reutner-Fischer Date: Thu, 28 Dec 2006 08:49:55 +0000 (-0000) Subject: - I'm pretty sure that i don't want LFS support on the gcc-4_2-branch X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=87eddc3d1f4df642073f7e1df0c4dd613b1a3940;p=buildroot.git - I'm pretty sure that i don't want LFS support on the gcc-4_2-branch Leave the rest as is. *shrug* --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 4e89487fbc..208ccead61 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -110,7 +110,8 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS config BR2_INSTALL_LIBSTDCPP bool "Build/install c++ compiler and libstdc++?" default n - select BR2_LARGEFILE + # huh? why so? select BR2_LARGEFILE + select BR2_LARGEFILE if !BR2_GCC_VERSION_4_2 help Build/install c++ compiler and libstdc++?