config/libc/uClibc.in
changeset 2036 67e02b48b595
parent 2033 ffc1121618fa
child 2039 c5a2e4ee7fb8
     1.1 --- a/config/libc/uClibc.in	Thu Jul 22 20:06:27 2010 +0200
     1.2 +++ b/config/libc/uClibc.in	Wed Jul 28 01:03:07 2010 +0200
     1.3 @@ -161,6 +161,18 @@
     1.4  
     1.5        Note that seems to be broken on recent uClibc releases.
     1.6  
     1.7 +config LIBC_UCLIBC_LOCALES_PREGEN_DATA
     1.8 +    bool
     1.9 +    prompt "Use pregen locales"
    1.10 +    depends on LIBC_UCLIBC_LOCALES
    1.11 +    default y
    1.12 +    help
    1.13 +      If you see issues with using pre-generated locales data,
    1.14 +      you can try switching this off.
    1.15 +      
    1.16 +      If so, please report the issue, so we can default this
    1.17 +      to off if too many people complain.
    1.18 +
    1.19  config LIBC_UCLIBC_WCHAR
    1.20      bool
    1.21      prompt "Add support for WCHAR"