From 4dd35de37400029899dd6db60dca9ff4dcce6fed Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 16 Dec 2010 13:07:00 +0100 Subject: [PATCH] phoneme-advanced: force ARM mode, otherwise build fails on armv4t Signed-off-by: Martin Jansa --- recipes/phoneme/phoneme-advanced.inc | 6 ++++++ 1 file changed, 6 insertions(+) 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!')} -- 2.47.2