summaryrefslogtreecommitdiff
path: root/config/libc
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-27 23:03:07 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-07-27 23:03:07 (GMT)
commitd0ed3f0fe055667bf150d0b31f04d2201e579b0d (patch)
tree7d8d3acb77b7958b3f2ca5cf4ccf31d3f7f43bcc /config/libc
parentc03ac58aca82f9a1249978f8b686f85d9a27dba8 (diff)
libc/uClibc: do not systematically use pre-generated locale data
It seems that using pre-generated locale data can be more problematic than usefull in some circumstances. Offer a config knob to enable/disable use of the pregen locale data. Also, do not extract pregen locales data ourselves, it's broken.
Diffstat (limited to 'config/libc')
-rw-r--r--config/libc/uClibc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index 7f10a64..4758962 100644
--- a/config/libc/uClibc.in
+++ b/config/libc/uClibc.in
@@ -161,6 +161,18 @@ config LIBC_UCLIBC_LOCALES
Note that seems to be broken on recent uClibc releases.
+config LIBC_UCLIBC_LOCALES_PREGEN_DATA
+ bool
+ prompt "Use pregen locales"
+ depends on LIBC_UCLIBC_LOCALES
+ default y
+ help
+ If you see issues with using pre-generated locales data,
+ you can try switching this off.
+
+ If so, please report the issue, so we can default this
+ to off if too many people complain.
+
config LIBC_UCLIBC_WCHAR
bool
prompt "Add support for WCHAR"