summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2007-07-08 01:55:19 +0200
committerBernhard Reutner-Fischer2007-07-08 01:55:19 +0200
commit59238272627ecc10d40e2f714fa6bee0018edadf (patch)
treec782e63d6e03c7b1d4d932e704d88a13d4da9e5d
parent- forgot to adjust the path (diff)
downloadbuildroot-59238272627ecc10d40e2f714fa6bee0018edadf.tar.gz
buildroot-59238272627ecc10d40e2f714fa6bee0018edadf.tar.xz
buildroot-59238272627ecc10d40e2f714fa6bee0018edadf.zip
- adjust for the released 4.2.0 version
-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++?