diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2010-04-10 23:37:18 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2010-04-11 21:10:34 +0200 |
commit | 51a7a978a36e7f779ca7987ca2ec4ef817a3edcb (patch) | |
tree | 8a34932c75ee6e4ec45b66f27332580ffd8addc6 /toolchain/Config.in.2 | |
parent | ce3bd8da2aa10b9e7a6051aa2ef6b57ab58b7236 (diff) |
Remove BR2_ENABLE_LOCALE_PREGENERATED
The option is marked broken since october 2009, and even the uClibc
configuration help text says that using pregenerated locales is highly
discouraged.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/Config.in.2')
-rw-r--r-- | toolchain/Config.in.2 | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2 index 17830c0f1..f04f18a21 100644 --- a/toolchain/Config.in.2 +++ b/toolchain/Config.in.2 @@ -35,16 +35,6 @@ config BR2_ENABLE_LOCALE If you have an external binary toolchain that has been built with locale/i18n support then enable this option. -config BR2_ENABLE_LOCALE_PREGENERATED - bool "Use pregenerated locale data?" - depends on BR2_ENABLE_LOCALE && BR2_TOOLCHAIN_BUILDROOT && BROKEN # tarball missing - 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. - config BR2_ENABLE_LOCALE_PURGE bool "Purge unwanted locales" help |