diff options
-rw-r--r-- | recipes-core/llvm/llvm2.8/llvm-mc_disable.patch | 12 | ||||
-rw-r--r-- | recipes-core/llvm/llvm2.8_2.8.bb | 3 |
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 @@ | |||
1 | Index: 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 | |||
4 | LICENSE = "NCSA" | 4 | LICENSE = "NCSA" |
5 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" | 5 | LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=0ac5f799a2d89477c75b0a378b221855" |
6 | 6 | ||
7 | PR = "${INC_PR}.1" | 7 | PR = "${INC_PR}.2" |
8 | 8 | ||
9 | SRC_URI += " \ | 9 | SRC_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 | ||
15 | LLVM_RELEASE = "2.8" | 16 | LLVM_RELEASE = "2.8" |