From: Koen Kooi Date: Sun, 13 Apr 2008 11:01:10 +0000 (+0000) Subject: tune-xscale: fix up BE/LE confusion in FEED_ARCH X-Git-Tag: Release-2010-05/1~7204 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa4b5e9c93edcbe329e4506de69ceae7653e3b50;p=openembedded.git tune-xscale: fix up BE/LE confusion in FEED_ARCH --- diff --git a/conf/machine/include/tune-xscale.inc b/conf/machine/include/tune-xscale.inc index f14aee9aed..d5ef105e97 100644 --- a/conf/machine/include/tune-xscale.inc +++ b/conf/machine/include/tune-xscale.inc @@ -1,4 +1,4 @@ -FEED_ARCH = "armv5te" +FEED_ARCH = "${@['armv5teb', 'armv5te'][bb.data.getVar('SITEINFO_ENDIANESS', d, 1) == 'le']}" TARGET_CC_ARCH = "-march=armv5te -mtune=xscale" TARGET_CC_KERNEL_ARCH = "-march=armv5te -mtune=xscale"