diff --git a/debian/patches/powerpcspe-add-missing-include-path.diff b/debian/patches/powerpcspe-add-missing-include-path.diff deleted file mode 100644 index c3a0b532..00000000 --- a/debian/patches/powerpcspe-add-missing-include-path.diff +++ /dev/null @@ -1,18 +0,0 @@ -Description: Fix missing include paths on powerpcspe -Author: John Paul Adrian Glaubitz -Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908791 -Forwarded: https://reviews.llvm.org/D52066 -Last-Update: 2018-09-13 - ---- 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 @@ void Linux::AddClangSystemIncludeArgs(co - "/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 c8335448..21d9513b 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -52,7 +52,6 @@ remove-test-freezing.diff 0048-Set-html_static_path-_static-everywhere.patch 0049-Use-Debian-provided-MathJax-everywhere.patch impl-path-hurd.diff -powerpcspe-add-missing-include-path.diff x32-fix-driver-search-paths.diff # OpenMP