summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSimon Pasch <fpasch@googlemail.com>2009-11-06 19:17:30 (GMT)
committerSimon Pasch <fpasch@googlemail.com>2009-11-06 19:17:30 (GMT)
commita4980248f30e4c16cdbe914b93cb45916b22faae (patch)
tree82591169eeb264100fdaa0fdd2734659c8148a09 /config
parentd5eb1f0dcf96e4f0a3bd8eb203de513200d99514 (diff)
libc/uClibc: add wchar support
Diffstat (limited to 'config')
-rw-r--r--config/libc/uClibc.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/config/libc/uClibc.in b/config/libc/uClibc.in
index d38f83d..e71abce 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