- adjust for the released 4.2.0 version

This commit is contained in:
Bernhard Reutner-Fischer 2007-07-07 23:55:19 +00:00
parent 7cd9f3da74
commit 5923827262

View 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++?