summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer2006-12-28 09:49:55 +0100
committerBernhard Reutner-Fischer2006-12-28 09:49:55 +0100
commit87eddc3d1f4df642073f7e1df0c4dd613b1a3940 (patch)
tree1a19ad702c45ad04ec03b1ea4b87f454a35e9833
parent- Pass largefile support down to the cross- and the native target compiler. (diff)
downloadbuildroot-87eddc3d1f4df642073f7e1df0c4dd613b1a3940.tar.gz
buildroot-87eddc3d1f4df642073f7e1df0c4dd613b1a3940.tar.xz
buildroot-87eddc3d1f4df642073f7e1df0c4dd613b1a3940.zip
- I'm pretty sure that i don't want LFS support on the gcc-4_2-branch
Leave the rest as is. *shrug*
-rw-r--r--toolchain/gcc/Config.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index 4e89487fb..208ccead6 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++?