From: Bernhard Reutner-Fischer Date: Tue, 25 Sep 2007 17:21:33 +0000 (-0000) Subject: - fix typo X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=4a217a2372828112adca3331b9fabc2079246a67;p=buildroot.git - fix typo --- diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 82f7923426..93c7a4de54 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++?