- adjust for the released 4.2.0 version
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 7 Jul 2007 23:55:19 +0000 (23:55 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Sat, 7 Jul 2007 23:55:19 +0000 (23:55 -0000)
toolchain/gcc/Config.in

index 2cea49031ab1fb517df298eeb31ea0725cf9df36..85073cd2dcc246be20af3a98641af49b34f36d53 100644 (file)
@@ -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++?