summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.powerpc
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2002-07-03 17:35:42 +0000
committerManuel Novoa III <mjn3@codepoet.org>2002-07-03 17:35:42 +0000
commitcd8e741d32cacdad033cfaea8990a1429a2f78df (patch)
tree82ff31ee3279b4cea0f6201f87d8debfff11b3d6 /extra/Configs/Config.powerpc
parent599ad608ee3297bc1e2bb11656a97335e303877a (diff)
Update Config files for current locale and wide char configuration options.
Diffstat (limited to 'extra/Configs/Config.powerpc')
-rw-r--r--extra/Configs/Config.powerpc12
1 files changed, 5 insertions, 7 deletions
diff --git a/extra/Configs/Config.powerpc b/extra/Configs/Config.powerpc
index c93590ed9..4cd446979 100644
--- a/extra/Configs/Config.powerpc
+++ b/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