git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
23a6976
)
ixp4xxbe: add -D__ARMEB__ to target cc arch
author
Koen Kooi
<koen@openembedded.org>
Tue, 1 May 2007 21:42:10 +0000
(21:42 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Tue, 1 May 2007 21:42:10 +0000
(21:42 +0000)
conf/machine/ixp4xxbe.conf
patch
|
blob
|
history
diff --git
a/conf/machine/ixp4xxbe.conf
b/conf/machine/ixp4xxbe.conf
index
f208852
..
9b3a4f6
100644
(file)
--- 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"