mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-28 03:04:44 +00:00
14 lines
859 B
Diff
14 lines
859 B
Diff
Index: llvm-toolchain-snapshot_3.5~svn197156/clang/lib/Driver/ToolChains.cpp
|
|
===================================================================
|
|
--- llvm-toolchain-snapshot_3.5~svn197156.orig/clang/lib/Driver/ToolChains.cpp 2013-12-12 16:38:06.033767502 +0100
|
|
+++ llvm-toolchain-snapshot_3.5~svn197156/clang/lib/Driver/ToolChains.cpp 2013-12-12 16:38:06.029767502 +0100
|
|
@@ -2804,7 +2804,7 @@
|
|
|
|
#ifdef __i386__
|
|
// clang does not detect this path: /usr/include/i386-linux-gnu/c++/4.8/ Help him
|
|
- addLibStdCXXIncludePaths( "/usr/include/", "/c++/" + Version.str(), "i386-linux-gnu", GCCInstallation.getMultiarchSuffix(), DriverArgs, CC1Args);
|
|
+ addLibStdCXXIncludePaths( "/usr/include/", "/c++/" + Version.Text, "i386-linux-gnu", BiarchSuffix, MIPSABIDirSuffix, DriverArgs, CC1Args);
|
|
#endif
|
|
|
|
if (addLibStdCXXIncludePaths(LibDir.str() + "/../include",
|