config/libc/uClibc.in
changeset 2039 c5a2e4ee7fb8
parent 2036 67e02b48b595
child 2064 f5ebe8c429dc
     1.1 --- a/config/libc/uClibc.in	Wed Jul 28 01:03:07 2010 +0200
     1.2 +++ b/config/libc/uClibc.in	Mon Jul 26 00:07:17 2010 +0200
     1.3 @@ -150,34 +150,3 @@
     1.4        Path to the configuration file.
     1.5        
     1.6        You _must_ provide one (for now).
     1.7 -
     1.8 -config LIBC_UCLIBC_LOCALES
     1.9 -    bool
    1.10 -    select LIBC_UCLIBC_WCHAR
    1.11 -    prompt "Add support for locales"
    1.12 -    default n
    1.13 -    help
    1.14 -      Say y if you want uClibc to support localisation.
    1.15 -
    1.16 -      Note that seems to be broken on recent uClibc releases.
    1.17 -
    1.18 -config LIBC_UCLIBC_LOCALES_PREGEN_DATA
    1.19 -    bool
    1.20 -    prompt "Use pregen locales"
    1.21 -    depends on LIBC_UCLIBC_LOCALES
    1.22 -    default y
    1.23 -    help
    1.24 -      If you see issues with using pre-generated locales data,
    1.25 -      you can try switching this off.
    1.26 -      
    1.27 -      If so, please report the issue, so we can default this
    1.28 -      to off if too many people complain.
    1.29 -
    1.30 -config LIBC_UCLIBC_WCHAR
    1.31 -    bool
    1.32 -    prompt "Add support for WCHAR"
    1.33 -    default n
    1.34 -    help
    1.35 -      Say y if you want uClibc to support WCHAR.
    1.36 -
    1.37 -      Maybe this is needed, if you're building a C++-Compiler