[oe-commits] Martin Jansa : phoneme-advanced: force ARM mode, otherwise build fails on armv4t

git version control git at git.openembedded.org
Thu Dec 16 12:15:35 UTC 2010


Module: openembedded.git
Branch: master
Commit: 4dd35de37400029899dd6db60dca9ff4dcce6fed
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=4dd35de37400029899dd6db60dca9ff4dcce6fed

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Dec 16 13:07:00 2010 +0100

phoneme-advanced: force ARM mode, otherwise build fails on armv4t

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 recipes/phoneme/phoneme-advanced.inc |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/recipes/phoneme/phoneme-advanced.inc b/recipes/phoneme/phoneme-advanced.inc
index b055875..8e7a3f4 100644
--- a/recipes/phoneme/phoneme-advanced.inc
+++ b/recipes/phoneme/phoneme-advanced.inc
@@ -22,6 +22,12 @@ SECTION  = "interpreters"
 # PhoneME builds currently cannot be parallel
 PARALLEL_MAKE = ""
 
+# with Thumb mode enabled it fails with
+# | /tmp/cc20oI7T.s:11528: Error: selected processor does not support `swp r2,r3,[r8]'
+# or on other host with even better error
+# | /tmp/ccIG8VdD.s:875: Error: selected processor does not support Thumb mode `swp r5,r7,[r4]'
+ARM_INSTRUCTION_SET = "ARM"
+
 S = "${WORKDIR}"
 
 BUILDREV = ${@bb.fatal('BUILDREV is not defined in this phoneme-advanced recipe!')}





More information about the Openembedded-commits mailing list