]> code.ossystems Code Review - openembedded-core.git/commitdiff
local.conf.sample: Default to not building 32 bit libs on 64 bit systems as most...
authorRichard Purdie <rpurdie@linux.intel.com>
Thu, 21 Oct 2010 22:28:14 +0000 (23:28 +0100)
committerRichard Purdie <rpurdie@linux.intel.com>
Thu, 21 Oct 2010 22:28:14 +0000 (23:28 +0100)
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
meta/conf/local.conf.sample

index 29f89675107f8b9f6b7407305447fde70a7d725c..a2e1374118747d1675a76852c889e2d0dfd7b7de 100644 (file)
@@ -159,3 +159,8 @@ ENABLE_BINARY_LOCALE_GENERATION = "1"
 # wish to perform the time-consuming step of generating all LIBC locales.
 # WARNING: this may break localisation!
 #GLIBC_GENERATE_LOCALES = "en_GB.UTF-8 en_US.UTF-8"
+
+# Default to not build 32 bit libs on 64 bit systems, comment this
+# out if that is desired
+NO32LIBS = "1"
+