From 85b69446da92ad119ced3353787fe57391006969 Mon Sep 17 00:00:00 2001 From: Henning Heinold Date: Wed, 21 Dec 2011 16:54:41 +0100 Subject: 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 --- recipes-core/llvm/llvm2.8/llvm-mc_disable.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 recipes-core/llvm/llvm2.8/llvm-mc_disable.patch (limited to 'recipes-core/llvm/llvm2.8/llvm-mc_disable.patch') 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 @@ +Index: llvm-2.8/tools/CMakeLists.txt +=================================================================== +--- llvm-2.8.orig/tools/CMakeLists.txt 2010-08-24 11:16:51.000000000 +0200 ++++ llvm-2.8/tools/CMakeLists.txt 2011-12-21 16:47:47.718508763 +0100 +@@ -14,7 +14,6 @@ + add_subdirectory(opt) + add_subdirectory(llvm-as) + add_subdirectory(llvm-dis) +-add_subdirectory(llvm-mc) + + add_subdirectory(llc) + add_subdirectory(llvm-ranlib) -- cgit v1.2.3-54-g00ecf