mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-13 23:28:50 +00:00
Remove double patch, upload to unstable
This commit is contained in:
parent
a761019d3a
commit
567660636e
23
debian/patches/powerpcspe.patch
vendored
23
debian/patches/powerpcspe.patch
vendored
@ -1,23 +0,0 @@
|
||||
From 2b0d645c8f211c89aa53a1a442fffa8370915491 Mon Sep 17 00:00:00 2001
|
||||
From: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de>
|
||||
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[] = {
|
2
debian/patches/series
vendored
2
debian/patches/series
vendored
@ -73,5 +73,3 @@ libcxx-silent-failure-arm64.diff
|
||||
D51108-rust-powerpc.diff
|
||||
|
||||
disable-sse2-old-x86.diff
|
||||
|
||||
powerpcspe.patch
|
||||
|
Loading…
Reference in New Issue
Block a user