diff options
author | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-09 04:15:27 +0000 |
---|---|---|
committer | Manuel Novoa III <mjn3@codepoet.org> | 2003-09-09 04:15:27 +0000 |
commit | c66fd044d20137597c7a8343354c3b7b47037356 (patch) | |
tree | cad12bf080a9043154a6a4bac5457cbb0711b6ac /extra | |
parent | a297b8c478c45c347c38746cc65f8fe6467d5c58 (diff) |
Fix wctype.c so that wchar can be enabled without ctype table-based functions.
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 7de210bf7..49f259cda 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -410,7 +410,6 @@ endchoice config UCLIBC_HAS_WCHAR bool "Wide Character Support" - select UCLIBC_HAS_CTYPE_TABLES default n help Answer Y to enable wide character support. This will make uClibc @@ -421,6 +420,7 @@ config UCLIBC_HAS_WCHAR config UCLIBC_HAS_LOCALE bool "Locale Support (experimental/incomplete)" select UCLIBC_HAS_WCHAR + select UCLIBC_HAS_CTYPE_TABLES default n help Answer Y to enable locale support. This will make uClibc much |