mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-14 22:40:03 +00:00
refresh of the patch
This commit is contained in:
parent
d4c5d744cd
commit
73230f5d2f
12
debian/patches/libstdc++-header-i386.diff
vendored
12
debian/patches/libstdc++-header-i386.diff
vendored
@ -1,9 +1,9 @@
|
|||||||
Index: llvm-toolchain-snapshot_3.4~svn190996/clang/lib/Driver/ToolChains.cpp
|
Index: llvm-toolchain-snapshot_3.4~svn191634/clang/lib/Driver/ToolChains.cpp
|
||||||
===================================================================
|
===================================================================
|
||||||
--- llvm-toolchain-snapshot_3.4~svn190996.orig/clang/lib/Driver/ToolChains.cpp 2013-09-19 14:50:30.000000000 +0200
|
--- llvm-toolchain-snapshot_3.4~svn191634.orig/clang/lib/Driver/ToolChains.cpp 2013-09-29 11:38:00.000000000 +0200
|
||||||
+++ llvm-toolchain-snapshot_3.4~svn190996/clang/lib/Driver/ToolChains.cpp 2013-09-19 14:50:30.000000000 +0200
|
+++ llvm-toolchain-snapshot_3.4~svn191634/clang/lib/Driver/ToolChains.cpp 2013-09-29 11:38:00.000000000 +0200
|
||||||
@@ -2606,6 +2606,12 @@
|
@@ -2602,6 +2602,12 @@
|
||||||
StringRef TripleStr = GCCInstallation.getTriple().str();
|
StringRef BiarchSuffix = GCCInstallation.getBiarchSuffix();
|
||||||
const GCCVersion &Version = GCCInstallation.getVersion();
|
const GCCVersion &Version = GCCInstallation.getVersion();
|
||||||
|
|
||||||
+#ifdef __i386__
|
+#ifdef __i386__
|
||||||
@ -14,4 +14,4 @@ Index: llvm-toolchain-snapshot_3.4~svn190996/clang/lib/Driver/ToolChains.cpp
|
|||||||
+
|
+
|
||||||
if (addLibStdCXXIncludePaths(
|
if (addLibStdCXXIncludePaths(
|
||||||
LibDir.str() + "/../include", "/c++/" + Version.Text, TripleStr,
|
LibDir.str() + "/../include", "/c++/" + Version.Text, TripleStr,
|
||||||
GCCInstallation.getBiarchSuffix(), DriverArgs, CC1Args))
|
MultiLibSuffix + BiarchSuffix, DriverArgs, CC1Args))
|
||||||
|
Loading…
Reference in New Issue
Block a user