diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-23 09:39:05 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-12-23 09:39:05 +0000 |
commit | 11050fcc62b4d4a9ee418ff6d13686f3709f96f2 (patch) | |
tree | ecf44bd6c2c3401515e99d609a364da167d873d1 /toolchain/uClibc/Config.in | |
parent | 5c4674da5697406c0a1222a03107258bbcdc432d (diff) |
toolchain/uclibc: Add BR2_ENABLE_LOCALE_PREGENERATED option
Add an option to either generate locales yourself or download the
pregenerated set.
Based on 4bdca9cc in Bernhard's tree.
Diffstat (limited to 'toolchain/uClibc/Config.in')
-rw-r--r-- | toolchain/uClibc/Config.in | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/toolchain/uClibc/Config.in b/toolchain/uClibc/Config.in index 3c809c108..fac4dfa0d 100644 --- a/toolchain/uClibc/Config.in +++ b/toolchain/uClibc/Config.in @@ -56,7 +56,17 @@ config BR2_UCLIBC_CONFIG config BR2_ENABLE_LOCALE bool "Enable locale/gettext/i18n support?" help - Enable locale/gettext/i18n support? + 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" |