From e836f8f936f1a39e8b29c08a5979919d9e04cbde Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 5 May 2015 14:11:12 +0200 Subject: gegl, crash, libsecret, mpg123, tinymembench, gammu, mosh, llvm3.3, breakpad, php, mozjs, libopus: disable thumb where it fails for qemuarm Signed-off-by: Martin Jansa --- meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'meta-oe/recipes-benchmark/tinymembench') diff --git a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb index ae7887d3c6..9898a70c2c 100644 --- a/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb +++ b/meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb @@ -17,3 +17,11 @@ do_install() { install -d ${D}${bindir} install -m755 tinymembench ${D}${bindir}/ } + +# Fails to build with thumb-1 (qemuarm) +#| {standard input}: Assembler messages: +#| {standard input}:66: Error: instruction not supported in Thumb16 mode -- `subs r1,r1,#16' +#| {standard input}:69: Error: instruction not supported in Thumb16 mode -- `subs r1,r1,#16' +#| {standard input}:82: Error: selected processor does not support Thumb mode `mla r3,r4,r3,r5' +#| {standard input}:82: Error: unshifted register required -- `and r8,r7,r3,lsr#16' +ARM_INSTRUCTION_SET = "arm" -- cgit v1.2.3-54-g00ecf