summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/eglibc.in2
-rw-r--r--config/libc/glibc-eglibc.in-common4
-rw-r--r--config/libc/mingw.in.24
-rw-r--r--config/libc/newlib.in.24
-rw-r--r--config/libc/uClibc.in2
-rw-r--r--config/libc/uClibc.in.22
6 files changed, 0 insertions, 18 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index 5c77074..e93aba9 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 d72533e..a3ee9c1 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 5f5def2..e77c21b 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 ee483bd..914802f 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 50ecf89..64a5fca 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 0ca72b8..e2769e7 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.