summaryrefslogtreecommitdiffstats
path: root/recipes-core/llvm/llvm2.8/add-unistd.patch
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-04-19 12:19:27 +0000
committerHenning Heinold <heinold@inf.fu-berlin.de>2013-04-23 08:41:46 +0200
commit798b0c58baeb339379bf65d4b9fb0a2c9a47a9f3 (patch)
treeee2ff075b7aac2e86acd89bac6e9d1b7efc8d03e /recipes-core/llvm/llvm2.8/add-unistd.patch
parentcbef0d81569f3b27a69877f5e2e512dc729b224a (diff)
downloadmeta-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/add-unistd.patch')
-rw-r--r--recipes-core/llvm/llvm2.8/add-unistd.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes-core/llvm/llvm2.8/add-unistd.patch b/recipes-core/llvm/llvm2.8/add-unistd.patch
deleted file mode 100644
index 1c51b30..0000000
--- a/recipes-core/llvm/llvm2.8/add-unistd.patch
+++ /dev/null
@@ -1,12 +0,0 @@
1Index: llvm-2.8/lib/ExecutionEngine/JIT/Intercept.cpp
2===================================================================
3--- llvm-2.8.orig/lib/ExecutionEngine/JIT/Intercept.cpp 2012-05-14 18:31:21.008318473 +0200
4+++ llvm-2.8/lib/ExecutionEngine/JIT/Intercept.cpp 2012-05-14 18:32:53.523734850 +0200
5@@ -19,6 +19,7 @@
6 #include "llvm/Support/ErrorHandling.h"
7 #include "llvm/System/DynamicLibrary.h"
8 #include "llvm/Config/config.h"
9+#include <unistd.h>
10 using namespace llvm;
11
12 // AtExitHandlers - List of functions to call when the program exits,