From 6dbaed679c5b612516cbd0073e0004b051e1c972 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Thu, 24 Aug 2017 20:54:55 +0000 Subject: [PATCH] remove old unapply patch for precise --- .../patches/ubuntu-precise-compiler-rt.diff | 23 ------------------- 1 file changed, 23 deletions(-) delete mode 100644 debian/patches/ubuntu-precise-compiler-rt.diff diff --git a/debian/patches/ubuntu-precise-compiler-rt.diff b/debian/patches/ubuntu-precise-compiler-rt.diff deleted file mode 100644 index 86523bbc..00000000 --- a/debian/patches/ubuntu-precise-compiler-rt.diff +++ /dev/null @@ -1,23 +0,0 @@ -Index: llvm-toolchain-3.7-3.7/compiler-rt/make/platform/clang_linux.mk -=================================================================== ---- llvm-toolchain-3.7-3.7.orig/compiler-rt/make/platform/clang_linux.mk -+++ llvm-toolchain-3.7-3.7/compiler-rt/make/platform/clang_linux.mk -@@ -21,7 +21,7 @@ ifneq ($(findstring -linux-,$(CompilerTa - - # Define configs only if arch in triple is i386 or x86_64 - CompilerTargetArch := $(firstword $(subst -, ,$(CompilerTargetTriple))) --ifeq ($(call contains,i386 x86_64 i586,$(CompilerTargetArch)),true) -+ifeq ($(call contains,i386 x86_64 i586 i686,$(CompilerTargetArch)),true) - - # TryCompile compiler source flags - # Returns exit code of running a compiler invocation. -@@ -35,7 +35,7 @@ - echo $$?) - - test_source = $(ProjSrcRoot)/make/platform/clang_linux_test_input.c --ifneq (,$(filter $(CompilerTargetArch),i386 i586)) -+ifneq (,$(filter $(CompilerTargetArch),i386 i586 i686)) - SupportedArches := i386 - ifeq ($(call TryCompile,$(CC),$(test_source),-m64),0) - SupportedArches += x86_64 -