[oe-commits] Martin Jansa : llvm2.7: force arm mode for now for armv4t

git version control git at git.openembedded.org
Thu Jul 15 12:42:36 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 8c2154c2265c3010181ae30b2a95f4283b21427d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8c2154c2265c3010181ae30b2a95f4283b21427d

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Thu Jul 15 14:26:06 2010 +0200

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 at gmail.com>

---

 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 815e870..87ce814 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 \





More information about the Openembedded-commits mailing list