summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2014-08-23 16:46:19 +0400
committerIgor Pashev <pashev.igor@gmail.com>2014-08-23 16:46:19 +0400
commit6c1bffd10a1e5e27072bfbd8b936a8a61635dcf0 (patch)
tree9aa27c78a05544d391b787b03e7c363e84292bd8
parent73b897883f4830bc746f0e2547787aa684a2d204 (diff)
downloadllvm-toolchain-3.5-6c1bffd10a1e5e27072bfbd8b936a8a61635dcf0.tar.gz
No version script for executables! (Random crashes)
-rw-r--r--debian/patches/dyson-gnu-ld.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/debian/patches/dyson-gnu-ld.patch b/debian/patches/dyson-gnu-ld.patch
index c55c5db..d2db15e 100644
--- a/debian/patches/dyson-gnu-ld.patch
+++ b/debian/patches/dyson-gnu-ld.patch
@@ -63,19 +63,6 @@ Index: llvm-3.5.git/tools/llvm-shlib/Makefile
ifeq ($(HOST_OS), $(filter $(HOST_OS), Cygwin MingW))
SHLIB_STUBS := $(addprefix $(ObjDir)/, $(SHLIB_FRAG_NAMES))
-Index: llvm-3.5.git/Makefile.rules
-===================================================================
---- llvm-3.5.git.orig/Makefile.rules
-+++ llvm-3.5.git/Makefile.rules
-@@ -1356,7 +1356,7 @@ LD.Flags += -Wl,-exported_symbol,_main
- endif
- endif
-
--ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux NetBSD FreeBSD GNU/kFreeBSD GNU))
-+ifeq ($(HOST_OS), $(filter $(HOST_OS), DragonFly Linux NetBSD FreeBSD GNU/kFreeBSD GNU SunOS))
- ifneq ($(ARCH), Mips)
- LD.Flags += -Wl,--version-script=$(LLVM_SRC_ROOT)/autoconf/ExportMap.map
- endif
Index: llvm-3.5.git/clang/tools/libclang/Makefile
===================================================================
--- llvm-3.5.git.orig/clang/tools/libclang/Makefile