From: Koen Kooi Date: Tue, 1 May 2007 21:42:10 +0000 (+0000) Subject: ixp4xxbe: add -D__ARMEB__ to target cc arch X-Git-Tag: Release-2010-05/1~8868^2~644^2~23^2~2 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6833b130eec096aaccbe49da91768d292baffb9d;p=openembedded.git ixp4xxbe: add -D__ARMEB__ to target cc arch --- diff --git a/conf/machine/ixp4xxbe.conf b/conf/machine/ixp4xxbe.conf index f208852d3a..9b3a4f693f 100644 --- a/conf/machine/ixp4xxbe.conf +++ b/conf/machine/ixp4xxbe.conf @@ -8,4 +8,6 @@ PACKAGE_EXTRA_ARCHS = "armv4b armv4tb armv5eb armv5teb" require conf/machine/include/ixp4xx.conf +TARGET_CC_ARCH += " -D__ARMEB__ " + EXTRA_IMAGECMD_jffs2 += "--big-endian"