diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 17:21:33 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2007-09-25 17:21:33 +0000 |
commit | 4a217a2372828112adca3331b9fabc2079246a67 (patch) | |
tree | 41ad28d0e3e26d1506c6aafaa0ee07abaf290435 /toolchain/gcc | |
parent | 1c1f04aca92b88fe0dc3b1184726c40376e3836e (diff) |
- fix typo
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 82f792342..93c7a4de5 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -115,7 +115,7 @@ config BR2_INSTALL_LIBSTDCPP bool "Build/install c++ compiler and libstdc++?" default n # >= 4.2.0 work fine without LARGEFILE - select BR2_LARGEFILE if BR2_GCC_SUPPORTS_SYSROOT + select BR2_LARGEFILE if !BR2_GCC_SUPPORTS_SYSROOT select BR2_GCC_CROSS_CXX help Build/install c++ compiler and libstdc++? |