From 8c2154c2265c3010181ae30b2a95f4283b21427d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 15 Jul 2010 14:26:06 +0200 Subject: [PATCH] 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 --- recipes/llvm/llvm2.7_2.7.bb | 3 +++ 1 file changed, 3 insertions(+) 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 \ -- 2.11.4.GIT