diff options
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index fdf35b5be..11790363e 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -45,7 +45,6 @@ config BR2_UCLIBC_CONFIG config BR2_ENABLE_LOCALE bool "Enable locale/gettext/i18n support?" - default n help Enable locale/gettext/i18n support? @@ -74,13 +73,11 @@ endchoice config BR2_PTHREAD_DEBUG bool "Thread library debugging" depends on BR2_PTHREADS || BR2_PTHREADS_OLD || BR2_PTHREADS_NATIVE - default n help Build the thread library with debugging enabled. config BR2_UCLIBC_PROGRAM_INVOCATION bool "Enable 'program invocation name'" - default n help Support for the GNU-specific program_invocation_name and program_invocation_short_name strings. Some GNU packages |