diff options
author | Xerxes Rånby <xerxes@zafena.se> | 2010-07-12 16:33:00 +0200 |
---|---|---|
committer | Xerxes Rånby <xerxes@zafena.se> | 2010-07-12 16:33:00 +0200 |
commit | d25de801a405ff7066064026efe432833d79d2d7 (patch) | |
tree | 0a324fdb9b692e2f2d3e9902475a7f03e4b4fa91 /recipes/llvm/llvm2.7_2.7.bb | |
parent | 605dee9cbbff33645c23f475224d6fc4a97aa159 (diff) |
llvm2.7: Make ARMv4 compatible llvm pr7608
Diffstat (limited to 'recipes/llvm/llvm2.7_2.7.bb')
-rw-r--r-- | recipes/llvm/llvm2.7_2.7.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/llvm/llvm2.7_2.7.bb b/recipes/llvm/llvm2.7_2.7.bb index 36d0ffccee..815e8701fb 100644 --- a/recipes/llvm/llvm2.7_2.7.bb +++ b/recipes/llvm/llvm2.7_2.7.bb @@ -1,13 +1,13 @@ require llvm.inc -PR = "r5" +PR = "r6" DEPENDS = "llvm-common llvm2.7-native" SRC_URI = "\ http://llvm.org/releases/${PV}/llvm-${PV}.tgz \ file://arm_ppc.patch \ - file://BX_to_BLX.patch \ + file://MOVLRPC.patch \ " LLVM_RELEASE = "2.7" |