summaryrefslogtreecommitdiffstats
path: root/toolchain/uClibc/Config.in
diff options
context:
space:
mode:
authorDaniel Laird <danieljlaird@hotmail.com>2009-01-30 16:28:26 +0000
committerDaniel Laird <danieljlaird@hotmail.com>2009-01-30 16:28:26 +0000
commit040bd64849da37e6c35bab3726019c059c96893e (patch)
treef32407351911c80dd455479e5fc2dbc27f77e211 /toolchain/uClibc/Config.in
parent0c54ef9c9af9b46c33f01b464b897a0b0e237dfc (diff)
downloadbuildroot-novena-040bd64849da37e6c35bab3726019c059c96893e.tar.gz
buildroot-novena-040bd64849da37e6c35bab3726019c059c96893e.zip
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 <daniel.j.laird@nxp.com>
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r--toolchain/uClibc/Config.in37
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