Commit 4a217a23 authored by Bernhard Reutner-Fischer's avatar Bernhard Reutner-Fischer
Browse files

- fix typo

parent 1c1f04ac
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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++?