From 040bd64849da37e6c35bab3726019c059c96893e Mon Sep 17 00:00:00 2001 From: Daniel Laird Date: Fri, 30 Jan 2009 16:28:26 +0000 Subject: Extend External Toolchain options (match buildroot built toolchain): Have added options that mean you can set the same BR2_XXXX variables for external toolchain and internal (buildroot built) toolchain. This means the same set of packages can be built now me as for you..... Signed-off-by: Daniel Laird --- toolchain/uClibc/Config.in | 37 ------------------------------------- 1 file changed, 37 deletions(-) (limited to 'toolchain/uClibc/Config.in') 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 -- cgit v1.2.3