diff --git a/debian/patches/powerpcspe.patch b/debian/patches/powerpcspe.patch deleted file mode 100644 index 8267cedc..00000000 --- a/debian/patches/powerpcspe.patch +++ /dev/null @@ -1,23 +0,0 @@ -From 2b0d645c8f211c89aa53a1a442fffa8370915491 Mon Sep 17 00:00:00 2001 -From: John Paul Adrian Glaubitz -Date: Thu, 13 Sep 2018 23:59:21 +0200 -Subject: [PATCH] [Driver] Fix missing MultiArch include dir on powerpcspe - ---- - clang/lib/Driver/ToolChains/Linux.cpp | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) - -Index: llvm-toolchain-7-7~+rc3/clang/lib/Driver/ToolChains/Linux.cpp -=================================================================== ---- llvm-toolchain-7-7~+rc3.orig/clang/lib/Driver/ToolChains/Linux.cpp -+++ llvm-toolchain-7-7~+rc3/clang/lib/Driver/ToolChains/Linux.cpp -@@ -700,7 +700,8 @@ - "/usr/include/mips64el-linux-gnu", - "/usr/include/mips64el-linux-gnuabi64"}; - const StringRef PPCMultiarchIncludeDirs[] = { -- "/usr/include/powerpc-linux-gnu"}; -+ "/usr/include/powerpc-linux-gnu", -+ "/usr/include/powerpc-linux-gnuspe"}; - const StringRef PPC64MultiarchIncludeDirs[] = { - "/usr/include/powerpc64-linux-gnu"}; - const StringRef PPC64LEMultiarchIncludeDirs[] = { diff --git a/debian/patches/series b/debian/patches/series index e192eb8f..bb39eeb4 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -73,5 +73,3 @@ libcxx-silent-failure-arm64.diff D51108-rust-powerpc.diff disable-sse2-old-x86.diff - -powerpcspe.patch