diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 19:47:35 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2009-02-18 19:47:35 +0000 |
commit | 6eee7ad345682dbcd9648e26032d56000b231dff (patch) | |
tree | 9dbe885ad73c492fe07320c5edee7a8c285c7111 /extra/Configs/Config.in | |
parent | 913e98c452ddf82dedca271c12160399072a53bc (diff) |
- explicitely discourage to use pregenerated locale data.
Rob Landley promised to provide them for all arches but didn't do that
yet so disable it for now since they just do not exist right now (and
furthermore cause more pain than gain).
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 1fe69cf41..d5742e341 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -1268,17 +1268,12 @@ config UCLIBC_PREGENERATED_LOCALE_DATA depends on UCLIBC_HAS_LOCALE default n help - If you are selective and only want locale data for a few particular - locales, you can turn this option off. - - Mere mortals will answer Y and use the default set of pregenerated - locale data, which supports 169 UTF-8 locales, and 144 locales for - other codesets (for the complete list see extra/locale/LOCALES). + Use pre-built locale data. Note that these pregenerated locales are sensitive to your target architecture (endianess, bitcount). - Saying N here is recommended. + Saying N here is highly recommended. config UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA bool "Automagically Download the Pre-generated Locale Data (if necessary)" |