diff -r 50b25816f5bb -r bdf7ab3588c6 config/libc/uClibc.in --- a/config/libc/uClibc.in Wed Oct 28 19:15:50 2009 +0100 +++ b/config/libc/uClibc.in Fri Nov 06 20:17:30 2009 +0100 @@ -136,9 +136,19 @@ config LIBC_UCLIBC_LOCALES bool + select LIBC_UCLIBC_WCHAR prompt "Add support for locales" default n help Say y if you want uClibc to support localisation. Note that seems to be broken on recent uClibc releases. + +config LIBC_UCLIBC_WCHAR + bool + prompt "Add support for WCHAR" + default n + help + Say y if you want uClibc to support WCHAR. + + Maybe this is needed, if you're building a C++-Compiler