summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
diff options
context:
space:
mode:
authorHenning Heinold <heinold@inf.fu-berlin.de>2011-12-21 16:54:41 +0100
committerHenning Heinold <heinold@inf.fu-berlin.de>2011-12-22 13:44:17 +0100
commit85b69446da92ad119ced3353787fe57391006969 (patch)
tree2826e3fbc9339948e445be1463471f39a0a22ea7 /recipes-core/llvm/llvm2.8/llvm-mc_disable.patch
parent3dfe9775bf13ee02b9f20fe61e7fabef0268a0e2 (diff)
downloadmeta-java-85b69446da92ad119ced3353787fe57391006969.tar.gz
llvm: add llvm 2.8, because it is the last know working version for arm
* we need static libs, because shared libs are not allowed with cmake * disable llvm-mc because it is no buildable with static libs and cmake Signed-off-by: Henning Heinold <heinold@inf.fu-berlin.de>
Diffstat (limited to 'recipes-core/llvm/llvm2.8/llvm-mc_disable.patch')
-rw-r--r--recipes-core/llvm/llvm2.8/llvm-mc_disable.patch12
1 files changed, 12 insertions, 0 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)