From: Martin Jansa Date: Thu, 16 Dec 2010 12:07:00 +0000 (+0100) Subject: phoneme-advanced: force ARM mode, otherwise build fails on armv4t X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4dd35de37400029899dd6db60dca9ff4dcce6fed;p=openembedded.git phoneme-advanced: force ARM mode, otherwise build fails on armv4t Signed-off-by: Martin Jansa --- 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!')}