summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build/conf/local.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample
index e6df498e6e..fea0a1828a 100644
--- a/build/conf/local.conf.sample
+++ b/build/conf/local.conf.sample
@@ -155,4 +155,5 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
# The architecture to build SDK items for, by setting this you can build SDK
# packages for architectures other than the host i.e. building i586 packages
# on an x86_64 host.
-#SDK_ARCH="i586"
+# Supported values are i586 and x86_64
+#SDKMACHINE="i586"