summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"