diff options
| -rw-r--r-- | toolchain/gcc/Config.in | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 80d8b58f7..5da7f7d3d 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -105,6 +105,7 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS  config BR2_INSTALL_LIBSTDCPP  	bool "Build/install c++ compiler and libstdc++?"  	default n +	select BR2_LARGEFILE  	help  	    Build/install c++ compiler and libstdc++?  | 
