From 33117215ffedabf74bf70b045409e667c0ab07ca Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 16 Aug 2017 08:22:02 +0000 Subject: [PATCH] remove old patches --- debian/patches/lldb-link-atomic.diff | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 debian/patches/lldb-link-atomic.diff diff --git a/debian/patches/lldb-link-atomic.diff b/debian/patches/lldb-link-atomic.diff deleted file mode 100644 index 30976127..00000000 --- a/debian/patches/lldb-link-atomic.diff +++ /dev/null @@ -1,15 +0,0 @@ -Index: llvm-toolchain-snapshot_3.7~svn241915/lldb/lib/Makefile -=================================================================== ---- llvm-toolchain-snapshot_3.7~svn241915.orig/lldb/lib/Makefile -+++ llvm-toolchain-snapshot_3.7~svn241915/lldb/lib/Makefile -@@ -191,6 +191,10 @@ ifeq ($(HOST_OS), $(filter $(HOST_OS), L - # Link in python - LLVMLibsOptions += $(PYTHON_BUILD_FLAGS) -lrt -ledit -lncurses -lpanel -lpthread - LLVMLibsOptions += -Wl,--soname,lib$(LIBRARYNAME)$(SHLIBEXT) -+ ifneq (,$(filter $(shell dpkg-architecture -qDEB_HOST_ARCH), mips mipsel powerpc powerpcspe)) -+ # Link GCC atomic helper library -+ LLVMLibsOptions += -latomic -+ endif - endif - - ifeq ($(HOST_OS),FreeBSD)