From: Bernhard Reutner-Fischer Date: Sat, 7 Jul 2007 23:55:19 +0000 (-0000) Subject: - adjust for the released 4.2.0 version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=59238272627ecc10d40e2f714fa6bee0018edadf;p=buildroot.git - adjust for the released 4.2.0 version --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 2cea49031a..85073cd2dc 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -143,7 +143,7 @@ config BR2_INSTALL_LIBSTDCPP bool "Build/install c++ compiler and libstdc++?" default n # huh? why so? select BR2_LARGEFILE - select BR2_LARGEFILE if !BR2_GCC_VERSION_4_2 + select BR2_LARGEFILE if !BR2_GCC_VERSION_4_2_0 && !BR2_GCC_VERSION_4_3 help Build/install c++ compiler and libstdc++?