summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-07-07 23:55:19 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-07-07 23:55:19 +0000
commit59238272627ecc10d40e2f714fa6bee0018edadf (patch)
treec782e63d6e03c7b1d4d932e704d88a13d4da9e5d /toolchain
parent7cd9f3da744df3f9aa2f002864871aa9529d4a86 (diff)
downloadbuildroot-novena-59238272627ecc10d40e2f714fa6bee0018edadf.tar.gz
buildroot-novena-59238272627ecc10d40e2f714fa6bee0018edadf.zip
- adjust for the released 4.2.0 version
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 2cea49031..85073cd2d 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++?