diff options
author | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-31 16:27:39 +0200 |
---|---|---|
committer | Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com> | 2011-05-31 16:27:39 +0200 |
commit | 96245813d8e81bc4534e810e5daab639468ac20c (patch) | |
tree | d111d40ece0ed422647b70d53c99eaad44f8749e /config/libc | |
parent | 8f32ebcc88e6597dc16e59789ca1f63909d28215 (diff) | |
download | crosstool-ng-96245813d8e81bc4534e810e5daab639468ac20c.tar.gz crosstool-ng-96245813d8e81bc4534e810e5daab639468ac20c.tar.bz2 crosstool-ng-96245813d8e81bc4534e810e5daab639468ac20c.zip |
kconfig: remove useless 'default n'
kconfig bools are disabled by default, so specifying 'default n' is useless and
noisy. This patch removes all occurrences of 'default n'.
Signed-off-by: "Benoît THÉBAUDEAU" <benoit.thebaudeau@advansee.com>
Diffstat (limited to 'config/libc')
-rw-r--r-- | config/libc/eglibc.in | 2 | ||||
-rw-r--r-- | config/libc/glibc-eglibc.in-common | 4 | ||||
-rw-r--r-- | config/libc/mingw.in.2 | 4 | ||||
-rw-r--r-- | config/libc/newlib.in.2 | 4 | ||||
-rw-r--r-- | config/libc/uClibc.in | 2 | ||||
-rw-r--r-- | config/libc/uClibc.in.2 | 2 |
6 files changed, 0 insertions, 18 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in index 5c77074a..e93aba96 100644 --- a/config/libc/eglibc.in +++ b/config/libc/eglibc.in @@ -102,7 +102,6 @@ config EGLIBC_CHECKOUT bool prompt "checkout instead of export" default y if LIBC_EGLIBC_V_TRUNK - default n if ! LIBC_EGLIBC_V_TRUNK help By default, the eglibc download will be an export of the subversion repository. If you say 'y' here, then the repository will instead be @@ -121,7 +120,6 @@ config EGLIBC_OPT_SIZE config EGLIBC_CUSTOM_CONFIG bool prompt "Use custom configuration file" - default n help Use a custom configuration file to disable some features in the eglibc library. The configuration file options are described in detail in the diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index d72533ef..a3ee9c15 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -63,7 +63,6 @@ config LIBC_ENABLE_FORTIFIED_BUILD bool prompt "Enable fortified build (EXPERIMENTAL)" depends on EXPERIMENTAL - default n help If you say 'y' here, then glibc will be using fortified versions of functions with format arguments (eg. vsyslog, printf...), and @@ -83,7 +82,6 @@ config LIBC_ENABLE_FORTIFIED_BUILD config LIBC_DISABLE_VERSIONING bool prompt "Disable symbols versioning" - default n help Do not include versioning information in the library objects. @@ -102,7 +100,6 @@ config LIBC_OLDEST_ABI config LIBC_GLIBC_FORCE_UNWIND bool prompt "Force unwind support (READ HELP!)" - default n help If your toolchain fails building while building the C library start files, or the complete C library, with a message like: @@ -117,7 +114,6 @@ config LIBC_GLIBC_FORCE_UNWIND config LIBC_GLIBC_USE_PORTS bool prompt "Use the ports addon" - default n help The ports addon contains some architecture ports that are not available in the official distribution. diff --git a/config/libc/mingw.in.2 b/config/libc/mingw.in.2 index 5f5def23..e77c21b0 100644 --- a/config/libc/mingw.in.2 +++ b/config/libc/mingw.in.2 @@ -3,17 +3,14 @@ config MINGW_DIRECTX bool prompt "Include DirectX development files" - default n config MINGW_OPENGL bool prompt "Include OpenGL development files" - default n config MINGW_PDCURSES bool prompt "Include PDCurses (NCurses library) development files" - default n choice bool @@ -45,7 +42,6 @@ config MINGW_PDCURSES_VERSION config MINGW_GNURX bool prompt "Include GnuRX (regex library) development files" - default n choice bool diff --git a/config/libc/newlib.in.2 b/config/libc/newlib.in.2 index ee483bdf..914802f9 100644 --- a/config/libc/newlib.in.2 +++ b/config/libc/newlib.in.2 @@ -3,21 +3,18 @@ config LIBC_NEWLIB_IO_C99FMT bool prompt "Enable IOs on C99 formats" - default n help Enable support for IOs on C99 formats. config LIBC_NEWLIB_IO_LL bool prompt "Enable IOs on long long" - default n help Enable support for IOs on long long integers. config LIBC_NEWLIB_IO_FLOAT bool prompt "Enable IOs on floats and doubles" - default n help Enable support for IOs on floating point values (float and double). @@ -25,7 +22,6 @@ config LIBC_NEWLIB_IO_FLOAT config LIBC_NEWLIB_IO_LDBL bool prompt "Enable IOs on long doubles" - default n depends on LIBC_NEWLIB_IO_FLOAT help Enable support for IOs on long doubles. diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index 50ecf89f..64a5fca7 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -87,12 +87,10 @@ config LIBC_VERSION config LIBC_UCLIBC_0_9_30_or_later bool - default n select LIBC_UCLIBC_PARALLEL config LIBC_UCLIBC_PARALLEL bool - default n choice bool diff --git a/config/libc/uClibc.in.2 b/config/libc/uClibc.in.2 index 0ca72b88..e2769e76 100644 --- a/config/libc/uClibc.in.2 +++ b/config/libc/uClibc.in.2 @@ -41,7 +41,6 @@ config LIBC_UCLIBC_LOCALES bool select LIBC_UCLIBC_WCHAR prompt "Add support for locales" - default n help Say y if you want uClibc to support localisation. @@ -62,7 +61,6 @@ config LIBC_UCLIBC_LOCALES_PREGEN_DATA config LIBC_UCLIBC_WCHAR bool prompt "Add support for WCHAR" - default n help Say y if you want uClibc to support WCHAR. |