aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes/llvm/llvm2.7_2.7.bb3
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 \