aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-12-16 13:07:00 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-12-16 13:14:21 +0100
commit4dd35de37400029899dd6db60dca9ff4dcce6fed (patch)
treeaf6c71eca374599e7da3a65d7a262135177c460d
parenteba0ae08050c5d5d3085a7367c5731d125da870d (diff)
downloadopenembedded-4dd35de37400029899dd6db60dca9ff4dcce6fed.tar.gz
phoneme-advanced: force ARM mode, otherwise build fails on armv4t
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes/phoneme/phoneme-advanced.inc6
1 files changed, 6 insertions, 0 deletions
diff --git a/recipes/phoneme/phoneme-advanced.inc b/recipes/phoneme/phoneme-advanced.inc
index b055875129..8e7a3f4401 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!')}