summaryrefslogtreecommitdiff
path: root/conf/local.conf.sample
diff options
context:
space:
mode:
authorRod Whitby <rod@whitby.id.au>2007-03-25 22:13:27 +0000
committerRod Whitby <rod@whitby.id.au>2007-03-25 22:13:27 +0000
commit2cfb4c265a07d09617da7c8ccb1fa7d61ba48a8a (patch)
tree0fb157a11def1bf21269432d1ae6ac7e266d7fbc /conf/local.conf.sample
parent62792dce4247b9165591e6367bae89ab36b1478d (diff)
parent5eaa8e1dd0f11b98dd38c50e3d7a9c20452db123 (diff)
merge of '33abb5c4baf70a48836aa488bb5c4229e5b3d9b8'
and '33dc2a587b8be8674e81f177135b2766463febfb'
Diffstat (limited to 'conf/local.conf.sample')
-rw-r--r--conf/local.conf.sample6
1 files changed, 6 insertions, 0 deletions
diff --git a/conf/local.conf.sample b/conf/local.conf.sample
index 02d54686f8..daffdda6de 100644
--- a/conf/local.conf.sample
+++ b/conf/local.conf.sample
@@ -90,6 +90,12 @@ PREFERRED_PROVIDERS += " virtual/${TARGET_PREFIX}g++:gcc-cross"
# ENABLE_BINARY_LOCALE_GENERATION = "0"
# ASSUME_PROVIDED += "qemu-native"
+# If ENABLE_BINARY_LOCALE_GENERATION is set to "1", you can limit locales
+# generated to the list provided by GLIBC_GENERATE_LOCALES. This is huge
+# time-savior for developmental builds. Format: list of locale.encoding pairs
+# with spaces as separators.
+# GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 de_DE.UTF-8"
+
# Uncomment this to select a particular major kernel version if the MACHINE setting
# supports more than one major kernel version. Currently this is suported by the
# following MACHINE types: poodle, tosa and simpad.