[oe-commits] org.oe.dev tune-xscale: fix up BE/LE confusion in FEED_ARCH

koen commit oe at amethyst.openembedded.net
Sun Apr 13 11:08:40 UTC 2008


tune-xscale: fix up BE/LE confusion in FEED_ARCH

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 66332f599da54966d29f82beae2f40a4f0681676
ViewMTN: http://monotone.openembedded.org/revision/info/66332f599da54966d29f82beae2f40a4f0681676
Files:
1
conf/machine/include/tune-xscale.inc
Diffs:

#
# mt diff -rbd6c2c5855ff9aa5f3d72e8183901e935f592d44 -r66332f599da54966d29f82beae2f40a4f0681676
#
#
#
# patch "conf/machine/include/tune-xscale.inc"
#  from [8823c4bff3c359eb9700b6eafb600e2820f129a3]
#    to [07b8a81fcb5c2ae0981da2f8244cf7272bae3fe2]
#
============================================================
--- conf/machine/include/tune-xscale.inc	8823c4bff3c359eb9700b6eafb600e2820f129a3
+++ conf/machine/include/tune-xscale.inc	07b8a81fcb5c2ae0981da2f8244cf7272bae3fe2
@@ -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"






More information about the Openembedded-commits mailing list