From a4980248f30e4c16cdbe914b93cb45916b22faae Mon Sep 17 00:00:00 2001 From: Simon Pasch Date: Fri, 6 Nov 2009 20:17:30 +0100 Subject: libc/uClibc: add wchar support --- config/libc/uClibc.in | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'config/libc') diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in index d38f83d3..e71abce8 100644 --- a/config/libc/uClibc.in +++ b/config/libc/uClibc.in @@ -136,9 +136,19 @@ config LIBC_UCLIBC_CONFIG_FILE 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 -- cgit v1.2.3