diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /toolchain/Config.in.2 | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) | |
download | buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.tar.gz buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.zip |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'toolchain/Config.in.2')
-rw-r--r-- | toolchain/Config.in.2 | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index 2efb53965..d00faab40 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -17,38 +17,32 @@ source "toolchain/sstrip/Config.in" config BR2_ENABLE_MULTILIB bool "Enable multilib support?" - default n help Build libraries to support different ABIs. config BR2_LARGEFILE bool "Enable large file (files > 2 GB) support?" depends on !BR2_cris - default n help Enable large file (files > 2 GB) support config BR2_INET_IPV6 bool "Enable IPv6" - default n help Enable IPv6. config BR2_INET_RPC bool "Enable RPC" - default n help Enable RPC. RPC support is needed for nfs. config BR2_USE_WCHAR bool "Enable WCHAR support" - default n help Enable WCHAR. WCHAR support is needed for several packages config BR2_SOFT_FLOAT bool "Use software floating point by default" - default n depends on BR2_arm || BR2_armeb || BR2_avr32 || BR2_mips || BR2_mipsel || BR2_powerpc || BR2_nios2 help If your target CPU does not have a Floating Point Unit (FPU) or a @@ -60,7 +54,6 @@ config BR2_SOFT_FLOAT #config BR2_SOFT_FLOAT_FP # bool "Use softfp" -# default n config BR2_TARGET_OPTIMIZATION string "Target Optimizations" |