svn commit: trunk/uClibc/extra/Configs

aldot at uclibc.org aldot at uclibc.org
Wed Feb 18 19:47:36 UTC 2009


Author: aldot
Date: 2009-02-18 19:47:35 +0000 (Wed, 18 Feb 2009)
New Revision: 25370

Log:
- explicitely discourage to use pregenerated locale data.
  Rob Landley promised to provide them for all arches but didn't do that
  yet so disable it for now since they just do not exist right now (and
  furthermore cause more pain than gain).


Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2009-02-18 19:04:18 UTC (rev 25369)
+++ trunk/uClibc/extra/Configs/Config.in	2009-02-18 19:47:35 UTC (rev 25370)
@@ -1268,17 +1268,12 @@
 	depends on UCLIBC_HAS_LOCALE
 	default n
 	help
-	  If you are selective and only want locale data for a few particular
-	  locales, you can turn this option off.
+	  Use pre-built locale data.
 
-	  Mere mortals will answer Y and use the default set of pregenerated
-	  locale data, which supports 169 UTF-8 locales, and 144 locales for
-	  other codesets (for the complete list see extra/locale/LOCALES).
-
 	  Note that these pregenerated locales are sensitive to your
 	  target architecture (endianess, bitcount).
 
-	  Saying N here is recommended.
+	  Saying N here is highly recommended.
 
 config UCLIBC_DOWNLOAD_PREGENERATED_LOCALE_DATA
 	bool "Automagically Download the Pre-generated Locale Data (if necessary)"



More information about the uClibc-cvs mailing list