[uClibc-cvs] uClibc/extra/Configs Config.in,1.27,1.28

Manuel Novoa III mjn3 at uclibc.org
Tue Sep 9 04:15:29 UTC 2003


Update of /var/cvs/uClibc/extra/Configs
In directory winder:/tmp/cvs-serv25923/extra/Configs

Modified Files:
	Config.in 
Log Message:
Fix wctype.c so that wchar can be enabled without ctype table-based functions.


Index: Config.in
===================================================================
RCS file: /var/cvs/uClibc/extra/Configs/Config.in,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -d -r1.27 -r1.28
--- Config.in	8 Sep 2003 20:33:02 -0000	1.27
+++ Config.in	9 Sep 2003 04:15:24 -0000	1.28
@@ -410,7 +410,6 @@
 
 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_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




More information about the uClibc-cvs mailing list