diff options
Diffstat (limited to 'toolchain/gcc')
| -rw-r--r-- | toolchain/gcc/Config.in | 8 | ||||
| -rw-r--r-- | toolchain/gcc/Config.in.2 | 1 | 
2 files changed, 0 insertions, 9 deletions
| diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in index 72c260612..6b06c6659 100644 --- a/toolchain/gcc/Config.in +++ b/toolchain/gcc/Config.in @@ -56,7 +56,6 @@ endchoice  config BR2_GCC_IS_SNAP  	depends on !BR2_avr32  	bool -	default n  config BR2_GCC_SUPPORTS_SYSROOT  	bool @@ -104,7 +103,6 @@ config BR2_TOOLCHAIN_SYSROOT  config BR2_GCC_USE_SJLJ_EXCEPTIONS  	bool "Enable setjmp/longjmp exceptions?" -	default n  	help  	  For some platforms, proper stack unwinding works perfectly,  	  while other platforms must use setjmp/longjmp exceptions for @@ -119,20 +117,17 @@ config BR2_EXTRA_GCC_CONFIG_OPTIONS  config BR2_GCC_CROSS_CXX  	bool "C++ cross-compiler support" -	default n  	help  	  Build a C++ cross-compiler  config BR2_GCC_CROSS_FORTRAN  	bool "Fortran cross-compiler support" -	default n  	depends on !BR2_avr32  	help  	  Build a Fortran cross-compiler  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_GCC_CROSS_CXX @@ -141,21 +136,18 @@ config BR2_INSTALL_LIBSTDCPP  config BR2_INSTALL_LIBGCJ  	bool "Build/install java compiler and libgcj?" -	default n  	depends on !BR2_avr32 && BR2_INSTALL_LIBSTDCPP  	help  	  Build/install java compiler and libgcj?  config BR2_INSTALL_OBJC  	bool "Build/install Objective-C compiler and runtime?" -	default n  	depends on !BR2_avr32  	help  	  Build/install Objective-C compiler and runtime?  config BR2_INSTALL_FORTRAN  	bool "Build/install Fortran compiler and runtime?" -	default n  	depends on !BR2_avr32  	select BR2_PACKAGE_LIBMPFR  	help diff --git a/toolchain/gcc/Config.in.2 b/toolchain/gcc/Config.in.2 index 073e0ff2a..78208dcad 100644 --- a/toolchain/gcc/Config.in.2 +++ b/toolchain/gcc/Config.in.2 @@ -1,6 +1,5 @@  config BR2_PACKAGE_GCC_TARGET  	bool "native toolchain in the target filesystem" -	default n  	help  	  If you want the target system to be able to run  	  binutils/gcc and compile native code, say Y here. | 
