diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-04-19 12:19:27 +0000 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2013-04-23 08:41:46 +0200 |
commit | 798b0c58baeb339379bf65d4b9fb0a2c9a47a9f3 (patch) | |
tree | ee2ff075b7aac2e86acd89bac6e9d1b7efc8d03e /recipes-core/llvm/llvm2.8/llvm-mc_disable.patch | |
parent | cbef0d81569f3b27a69877f5e2e512dc729b224a (diff) | |
download | meta-java-798b0c58baeb339379bf65d4b9fb0a2c9a47a9f3.tar.gz |
llvm: Drop from meta-java, it was moved to meta-oe
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.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch b/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch deleted file mode 100644 index fddc674..0000000 --- a/recipes-core/llvm/llvm2.8/llvm-mc_disable.patch +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
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) | ||