summaryrefslogtreecommitdiff
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
commit4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch)
tree6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /toolchain/gcc
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Config.in8
-rw-r--r--toolchain/gcc/Config.in.21
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.