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:
93171e2
)
tune-xscale: fix up BE/LE confusion in FEED_ARCH
author
Koen Kooi
<koen@openembedded.org>
Sun, 13 Apr 2008 11:01:10 +0000
(11:01 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Sun, 13 Apr 2008 11:01:10 +0000
(11:01 +0000)
conf/machine/include/tune-xscale.inc
patch
|
blob
|
history
diff --git
a/conf/machine/include/tune-xscale.inc
b/conf/machine/include/tune-xscale.inc
index
f14aee9
..
d5ef105
100644
(file)
--- 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"