Jelajahi Sumber

Update Config files for current locale and wide char configuration options.

Manuel Novoa III 22 tahun lalu
induk
melakukan
cd8e741d32

+ 3 - 5
extra/Configs/Config.alpha

@@ -77,14 +77,12 @@ HAS_LONG_LONG = true
 HAS_SHADOW = true
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the {w}ctype functions, but that should
-# change shortly.  You must also generate the locale data and associated .h
-# file.  See the README in directory extra/locale for details.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
 # Set this to `false' if you don't have/need wide char support.
-# Note: Currently requires locale support to be enabled above, and
-# is automagically disabled when HAVE_LOCALE is false.
 HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.

+ 5 - 7
extra/Configs/Config.arm

@@ -81,15 +81,13 @@ HAS_LONG_LONG = false
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.cross.arm.uclinux

@@ -77,15 +77,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.h8300

@@ -80,15 +80,13 @@ DO_C99_MATH = false
 HAS_LONG_LONG = true
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 3 - 5
extra/Configs/Config.i386

@@ -77,14 +77,12 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the {w}ctype functions, but that should
-# change shortly.  You must also generate the locale data and associated .h
-# file.  See the README in directory extra/locale for details.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
 # Set this to `false' if you don't have/need wide char support.
-# Note: Currently requires locale support to be enabled above, and
-# is automagically disabled when HAVE_LOCALE is false.
 HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.

+ 5 - 7
extra/Configs/Config.i960

@@ -77,15 +77,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.m68k

@@ -77,15 +77,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.m68k.coff

@@ -77,15 +77,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.mips

@@ -79,15 +79,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.mipsel

@@ -79,15 +79,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.powerpc

@@ -77,15 +77,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.sh

@@ -101,15 +101,13 @@ HAS_LONG_LONG = false
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.sparc

@@ -77,15 +77,13 @@ HAS_LONG_LONG = true
 HAS_SHADOW = false
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb 

+ 5 - 7
extra/Configs/Config.v850e

@@ -79,15 +79,13 @@ DO_C99_MATH = false
 HAS_LONG_LONG = true
 
 # Set this to `false' if you don't have/need locale support; `true' otherwise.
-# Note: Currently only affects the ctype functions.  You must also generate
-# a locale file for anything but the C locale.  See directory extra/locale for
-# a utility to do so.  Also see the following option.
+# NOTE: Currently does not affect collation.
+# You must also generate the locale data and associated .h file.
+# See the README in directory extra/locale for details.
 HAS_LOCALE = false
 
-# Set this to the path of your uClibc locale file directory.
-# Warning!  This must be different than the glibc locale directory to avoid
-# name conflicts, as the locale files are entirely different in format!
-LOCALE_DIR = "/usr/share/uClibc-locale/"
+# Set this to `false' if you don't have/need wide char support.
+HAS_WCHAR = false
 
 # This specifies which malloc implementation is used.
 # "malloc-simple" is very, very small, but is also very, very dumb