diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-15 14:26:06 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-07-15 14:42:04 +0200 |
commit | 8c2154c2265c3010181ae30b2a95f4283b21427d (patch) | |
tree | 935c0392984da57576ec5e1f225d1343eef43c02 | |
parent | e9973b532b15b0bc465503df77c53c0a9bf919c1 (diff) |
llvm2.7: force arm mode for now for armv4t
* http://llvm.org/bugs/show_bug.cgi?id=6065
* other archs are probably also affected, feel free to add
* it's not clear if it's thumb2 or thumb1 only, because arm920t
is affected and woglinde said his armv7 machine is not affected
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | recipes/llvm/llvm2.7_2.7.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index 815e8701fb..87ce814ab7 100644 --- a/recipes/llvm/llvm2.7_2.7.bb +++ b/recipes/llvm/llvm2.7_2.7.bb @@ -4,6 +4,9 @@ PR = "r6" DEPENDS = "llvm-common llvm2.7-native" +# Force arm mode for armv4t until http://llvm.org/bugs/show_bug.cgi?id=6065 is resolved somehow +ARM_INSTRUCTION_SET_armv4t = "ARM" + SRC_URI = "\ http://llvm.org/releases/${PV}/llvm-${PV}.tgz \ file://arm_ppc.patch \ |