config/libc/uClibc.in
changeset 1704 6df0d71a7a55
parent 1615 50b25816f5bb
child 1735 0fae7f9d609b
     1.1 --- a/config/libc/uClibc.in	Wed Oct 28 19:15:50 2009 +0100
     1.2 +++ b/config/libc/uClibc.in	Thu Jan 07 23:05:30 2010 +0100
     1.3 @@ -136,9 +136,19 @@
     1.4  
     1.5  config LIBC_UCLIBC_LOCALES
     1.6      bool
     1.7 +    select LIBC_UCLIBC_WCHAR
     1.8      prompt "Add support for locales"
     1.9      default n
    1.10      help
    1.11        Say y if you want uClibc to support localisation.
    1.12  
    1.13        Note that seems to be broken on recent uClibc releases.
    1.14 +
    1.15 +config LIBC_UCLIBC_WCHAR
    1.16 +    bool
    1.17 +    prompt "Add support for WCHAR"
    1.18 +    default n
    1.19 +    help
    1.20 +      Say y if you want uClibc to support WCHAR.
    1.21 +
    1.22 +      Maybe this is needed, if you're building a C++-Compiler