mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-27 12:26:41 +00:00
Add patch from <cbmuser> to fix powerpcspe build
This commit is contained in:
parent
376fd17f46
commit
f03f5f0532
12
debian/changelog
vendored
12
debian/changelog
vendored
@ -1,8 +1,16 @@
|
|||||||
llvm-toolchain-7 (1:7~+rc3-4) UNRELEASED; urgency=medium
|
llvm-toolchain-7 (1:7~+rc3-4) unstable; urgency=medium
|
||||||
|
|
||||||
|
[ Sylvestre Ledru ]
|
||||||
* libc++-7-dev doesn't provide libstdc++-dev anymore (Closes: #908738)
|
* libc++-7-dev doesn't provide libstdc++-dev anymore (Closes: #908738)
|
||||||
|
|
||||||
-- Sylvestre Ledru <sylvestre@debian.org> Thu, 13 Sep 2018 15:26:41 +0200
|
[ Gianfranco Costamagna ]
|
||||||
|
* Force polly cmake removal on arch:all because of --fail-missing
|
||||||
|
|
||||||
|
[ John Paul Adrian Glaubitz ]
|
||||||
|
* debian/patches/powerpcspe.patch:
|
||||||
|
- fix build on powerpcspe target
|
||||||
|
|
||||||
|
-- Gianfranco Costamagna <locutusofborg@debian.org> Thu, 13 Sep 2018 23:18:22 +0200
|
||||||
|
|
||||||
llvm-toolchain-7 (1:7~+rc3-3) unstable; urgency=medium
|
llvm-toolchain-7 (1:7~+rc3-3) unstable; urgency=medium
|
||||||
|
|
||||||
|
15
debian/patches/powerpcspe.patch
vendored
15
debian/patches/powerpcspe.patch
vendored
@ -4,14 +4,14 @@ Date: Thu, 13 Sep 2018 23:59:21 +0200
|
|||||||
Subject: [PATCH] [Driver] Fix missing MultiArch include dir on powerpcspe
|
Subject: [PATCH] [Driver] Fix missing MultiArch include dir on powerpcspe
|
||||||
|
|
||||||
---
|
---
|
||||||
lib/Driver/ToolChains/Linux.cpp | 3 ++-
|
clang/lib/Driver/ToolChains/Linux.cpp | 3 ++-
|
||||||
1 file changed, 2 insertions(+), 1 deletion(-)
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/lib/Driver/ToolChains/Linux.cpp b/lib/Driver/ToolChains/Linux.cpp
|
Index: llvm-toolchain-7-7~+rc3/clang/lib/Driver/ToolChains/Linux.cpp
|
||||||
index 2a87cb077c..a7f4e9332b 100644
|
===================================================================
|
||||||
--- a/lib/Driver/ToolChains/Linux.cpp
|
--- llvm-toolchain-7-7~+rc3.orig/clang/lib/Driver/ToolChains/Linux.cpp
|
||||||
+++ b/lib/Driver/ToolChains/Linux.cpp
|
+++ llvm-toolchain-7-7~+rc3/clang/lib/Driver/ToolChains/Linux.cpp
|
||||||
@@ -699,7 +699,8 @@ void Linux::AddClangSystemIncludeArgs(const ArgList &DriverArgs,
|
@@ -700,7 +700,8 @@
|
||||||
"/usr/include/mips64el-linux-gnu",
|
"/usr/include/mips64el-linux-gnu",
|
||||||
"/usr/include/mips64el-linux-gnuabi64"};
|
"/usr/include/mips64el-linux-gnuabi64"};
|
||||||
const StringRef PPCMultiarchIncludeDirs[] = {
|
const StringRef PPCMultiarchIncludeDirs[] = {
|
||||||
@ -21,6 +21,3 @@ index 2a87cb077c..a7f4e9332b 100644
|
|||||||
const StringRef PPC64MultiarchIncludeDirs[] = {
|
const StringRef PPC64MultiarchIncludeDirs[] = {
|
||||||
"/usr/include/powerpc64-linux-gnu"};
|
"/usr/include/powerpc64-linux-gnu"};
|
||||||
const StringRef PPC64LEMultiarchIncludeDirs[] = {
|
const StringRef PPC64LEMultiarchIncludeDirs[] = {
|
||||||
--
|
|
||||||
2.19.0
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user