Explorar o código

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

Bernhard Reutner-Fischer %!s(int64=18) %!d(string=hai) anos
pai
achega
1c1f04aca9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      toolchain/gcc/Config.in

+ 1 - 1
toolchain/gcc/Config.in

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