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-core | |
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-core')
-rw-r--r-- | meta-oe/recipes-core/llvm/llvm3.3_3.3.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb b/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb index f0598a72c..60a222185 100644 --- a/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb +++ b/meta-oe/recipes-core/llvm/llvm3.3_3.3.bb | |||
@@ -12,3 +12,11 @@ SRC_URI[sha256sum] = "68766b1e70d05a25e2f502e997a3cb3937187a3296595cf6e0977d5cd6 | |||
12 | 12 | ||
13 | PACKAGECONFIG ??= "" | 13 | PACKAGECONFIG ??= "" |
14 | PACKAGECONFIG[r600] = "--enable-experimental-targets=R600,,," | 14 | PACKAGECONFIG[r600] = "--enable-experimental-targets=R600,,," |
15 | |||
16 | # Fails to build with thumb-1 (qemuarm) | ||
17 | # | {standard input}: Assembler messages: | ||
18 | # | {standard input}:22: Error: selected processor does not support Thumb mode `stmdb sp!,{r0,r1,r2,r3,lr}' | ||
19 | # | {standard input}:31: Error: lo register required -- `ldmia sp!,{r0,r1,r2,r3,lr}' | ||
20 | # | {standard input}:32: Error: lo register required -- `ldr pc,[sp],#4' | ||
21 | # | make[3]: *** [/home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/llvm3.3/3.3-r0/llvm-3.3.build/lib/Target/ARM/Release/ARMJITInfo.o] Error 1 | ||
22 | ARM_INSTRUCTION_SET = "arm" | ||