- build a cross c++ compiler if we're asked to build libstdc++

This commit is contained in:
Bernhard Reutner-Fischer 2007-09-25 16:39:22 +00:00
parent 570e88fe1e
commit 1c1f04aca9

View File

@ -115,8 +115,8 @@ config BR2_INSTALL_LIBSTDCPP
bool "Build/install c++ compiler and libstdc++?"
default n
# >= 4.2.0 work fine without LARGEFILE
# huh? why so? select BR2_LARGEFILE
select BR2_LARGEFILE if BR2_GCC_SUPPORTS_SYSROOT
select BR2_GCC_CROSS_CXX
help
Build/install c++ compiler and libstdc++?