From: Joshua Lock Date: Fri, 11 Dec 2009 17:25:52 +0000 (+0000) Subject: local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCH X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b1871af286368e0cf54c0b88eb41e10d0c45fa3f;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git local.conf: Fix cross canadian variable, it's SDKMACHINE not SDK_ARCH --- diff --git a/build/conf/local.conf.sample b/build/conf/local.conf.sample index e6df498e6ee..fea0a1828a1 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"