summaryrefslogtreecommitdiff
path: root/recipes/llvm/llvm2.7
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/llvm/llvm2.7')
-rw-r--r--recipes/llvm/llvm2.7/link.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/recipes/llvm/llvm2.7/link.patch b/recipes/llvm/llvm2.7/link.patch
deleted file mode 100644
index 059bd92295..0000000000
--- a/recipes/llvm/llvm2.7/link.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-Index: llvm-2.7/tools/llvm-shlib/Makefile
-===================================================================
---- llvm-2.7/tools/llvm-shlib/Makefile (revision 103711)
-+++ llvm-2.7/tools/llvm-shlib/Makefile (working copy)
-@@ -56,5 +56,5 @@
- LLVMLibsOptions := -Wl,--whole-archive $(LLVMLibsOptions)
- -Wl,--no-whole-archive
- # Don't allow unresolved symbols.
-- LLVMLibsOptions += -Wl,--no-undefined
-+ LLVMLibsOptions += -lgcc -Wl,--no-undefined
- endif
-