diff options
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 422c462c7..ad1f98136 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -48,43 +48,6 @@ config BR2_UCLIBC_CONFIG See also docs/README in this package. If unsure, use the default. -config BR2_ENABLE_LOCALE - bool "Enable locale/gettext/i18n support?" - help - Enable locale/gettext/i18n support? - -config BR2_ENABLE_LOCALE_PREGENERATED - bool "Use pregenerated locale data?" - depends on BR2_ENABLE_LOCALE - help - Instead of generating the locale data locally you can optionally - download a pregenerated set of locales. - - Say N here unless your buildhost lacks locale support and you - desparately want to use internationalization on your target. - -choice - prompt "Thread library implementation" - default BR2_PTHREADS_OLD - help - Select the version of libpthreads you want to use. - Not all thread variants work with all versions of uClibc, - the "linuxthreads (stable/old)" may be a working fallback - if you need threading at all. - - config BR2_PTHREADS_NONE - bool "none" - - config BR2_PTHREADS - bool "linuxthreads" - - config BR2_PTHREADS_OLD - bool "linuxthreads (stable/old)" - - config BR2_PTHREADS_NATIVE - bool "Native POSIX Threading (NPTL)" -endchoice - config BR2_PTHREAD_DEBUG bool "Thread library debugging" depends on BR2_PTHREADS || BR2_PTHREADS_OLD || BR2_PTHREADS_NATIVE |