diff options
| author | Martin Jansa <Martin.Jansa@gmail.com> | 2015-05-05 14:11:12 +0200 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-07-16 21:09:05 +0200 |
| commit | e836f8f936f1a39e8b29c08a5979919d9e04cbde (patch) | |
| tree | 884b28f2d2fe92cc41677f6176aca2e776245d17 /meta-oe/recipes-benchmark | |
| parent | b3b6743e0e2cc21e86e33efb06bb68881c0420b0 (diff) | |
| download | meta-openembedded-e836f8f936f1a39e8b29c08a5979919d9e04cbde.tar.gz | |
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 <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-benchmark')
| -rw-r--r-- | meta-oe/recipes-benchmark/tinymembench/tinymembench_git.bb | 8 |
1 files changed, 8 insertions, 0 deletions
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() { | |||
| 17 | install -d ${D}${bindir} | 17 | install -d ${D}${bindir} |
| 18 | install -m755 tinymembench ${D}${bindir}/ | 18 | install -m755 tinymembench ${D}${bindir}/ |
| 19 | } | 19 | } |
| 20 | |||
| 21 | # Fails to build with thumb-1 (qemuarm) | ||
| 22 | #| {standard input}: Assembler messages: | ||
| 23 | #| {standard input}:66: Error: instruction not supported in Thumb16 mode -- `subs r1,r1,#16' | ||
| 24 | #| {standard input}:69: Error: instruction not supported in Thumb16 mode -- `subs r1,r1,#16' | ||
| 25 | #| {standard input}:82: Error: selected processor does not support Thumb mode `mla r3,r4,r3,r5' | ||
| 26 | #| {standard input}:82: Error: unshifted register required -- `and r8,r7,r3,lsr#16' | ||
| 27 | ARM_INSTRUCTION_SET = "arm" | ||
