diff options
author | Koen Kooi <koen@openembedded.org> | 2007-05-01 21:42:10 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-05-01 21:42:10 +0000 |
commit | 6833b130eec096aaccbe49da91768d292baffb9d (patch) | |
tree | ab4aa1ccfc4e014682014ddab0c08466323b8c6b /conf | |
parent | 23a69763708f6c95528a47ac5a4ba36c43d5e106 (diff) |
ixp4xxbe: add -D__ARMEB__ to target cc arch
Diffstat (limited to 'conf')
-rw-r--r-- | conf/machine/ixp4xxbe.conf | 2 |
1 files changed, 2 insertions, 0 deletions
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" |