Browse Source

- fix typo

Bernhard Reutner-Fischer 18 years ago
parent
commit
4a217a2372
1 changed files with 1 additions and 1 deletions
  1. 1 1
      toolchain/gcc/Config.in

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