summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/Config.in
diff options
context:
space:
mode:
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 16:39:22 +0000
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>2007-09-25 16:39:22 +0000
commit1c1f04aca92b88fe0dc3b1184726c40376e3836e (patch)
treed6650e4f1e3483577d405696edbc75e38ccc34be /toolchain/gcc/Config.in
parent570e88fe1e23c28154cad689a056d7773b790f04 (diff)
downloadbuildroot-novena-1c1f04aca92b88fe0dc3b1184726c40376e3836e.tar.gz
buildroot-novena-1c1f04aca92b88fe0dc3b1184726c40376e3836e.zip
- build a cross c++ compiler if we're asked to build libstdc++
Diffstat (limited to 'toolchain/gcc/Config.in')
-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 0326d1007..82f792342 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -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++?