summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2013-01-11 15:02:27 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-01-24 22:32:08 +0100
commit04866e51162e9263afc7fa0ff89e4e2a317d2713 (patch)
treed607f07ffc646e719909ff8f759a9ad49aa11d60
parenta4870388a6798c84447e9e4c9bfeab8a5ac49777 (diff)
downloadmeta-java-04866e51162e9263afc7fa0ff89e4e2a317d2713.tar.gz
llvm: disable llvm-mc again until we have real fix for
* bump PR
-rw-r--r--recipes-core/llvm/llvm2.8/llvm-mc_disable.patch12
-rw-r--r--recipes-core/llvm/llvm2.8_2.8.bb3
2 files changed, 14 insertions, 1 deletions
diff --git a/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch b/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
new file mode 100644
index 0000000..fddc674
--- /dev/null
+++ b/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
@@ -0,0 +1,12 @@
1Index: llvm-2.8/tools/CMakeLists.txt
2===================================================================
3--- llvm-2.8.orig/tools/CMakeLists.txt 2010-08-24 11:16:51.000000000 +0200
4+++ llvm-2.8/tools/CMakeLists.txt 2011-12-21 16:47:47.718508763 +0100
5@@ -14,7 +14,6 @@
6 add_subdirectory(opt)
7 add_subdirectory(llvm-as)
8 add_subdirectory(llvm-dis)
9-add_subdirectory(llvm-mc)
10
11 add_subdirectory(llc)
12 add_subdirectory(llvm-ranlib)
diff --git a/recipes-core/llvm/llvm2.8_2.8.bb b/recipes-core/llvm/llvm2.8_2.8.bb
index 1788b87..27ed41d 100644
--- a/recipes-core/llvm/llvm2.8_2.8.bb
+++ b/recipes-core/llvm/llvm2.8_2.8.bb
@@ -4,12 +4,13 @@ require llvm.inc
4LICENSE = "NCSA" 4LICENSE = "NCSA"
5LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" 5LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855"
6 6
7PR = "${INC_PR}.1" 7PR = "${INC_PR}.2"
8 8
9SRC_URI += " \ 9SRC_URI += " \
10 file://30may-llvm2.8-pr399-ppc-arm.patch \ 10 file://30may-llvm2.8-pr399-ppc-arm.patch \
11 file://0019-issue6065.patch \ 11 file://0019-issue6065.patch \
12 file://add-unistd.patch \ 12 file://add-unistd.patch \
13 file://llvm-mc_disable.patch \
13 " 14 "
14 15
15LLVM_RELEASE = "2.8" 16LLVM_RELEASE = "2.8"