From d19256f5ad7f6bf0dd9bb2cf7c75649e3ad2ffc2 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 May 2019 11:40:17 +0200 Subject: [PATCH] refresh of the patch --- debian/patches/D59702-mips64el-fix.diff | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/patches/D59702-mips64el-fix.diff b/debian/patches/D59702-mips64el-fix.diff index 5e129658..ef2254aa 100644 --- a/debian/patches/D59702-mips64el-fix.diff +++ b/debian/patches/D59702-mips64el-fix.diff @@ -1,8 +1,8 @@ -diff --git a/compiler-rt/cmake/base-config-ix.cmake b/compiler-rt/cmake/base-config-ix.cmake -index ee9426b715d..2918cb07628 100644 ---- a/compiler-rt/cmake/base-config-ix.cmake -+++ b/compiler-rt/cmake/base-config-ix.cmake -@@ -191,10 +191,10 @@ macro(test_targets) +Index: llvm-toolchain-8-8/compiler-rt/cmake/base-config-ix.cmake +=================================================================== +--- llvm-toolchain-8-8.orig/compiler-rt/cmake/base-config-ix.cmake ++++ llvm-toolchain-8-8/compiler-rt/cmake/base-config-ix.cmake +@@ -195,10 +195,10 @@ macro(test_targets) # clang's default CPU's. In the 64-bit case, we must also specify the ABI # since the default ABI differs between gcc and clang. # FIXME: Ideally, we would build the N32 library too.