aboutsummaryrefslogtreecommitdiff
path: root/Driver/clang.cpp
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2008-03-24 21:39:05 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2008-03-24 21:39:05 +0000
commitf24964c14279f6c4f92f81f9e35514d362b5cf7c (patch)
treebd3305e2593d6ae658e64a422f8440be4189ffd9 /Driver/clang.cpp
parent92d56b74bc9962000f4cffc5e90277097ca7f06a (diff)
debian amd64 testing
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48745 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r--Driver/clang.cpp5
1 files changed, 4 insertions, 1 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 50be86e9a0..2e54dd94c1 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -917,7 +917,10 @@ static void InitializeIncludePaths(const char *Argv0, HeaderSearch &Headers,
//Debian testing/lenny x86
AddPath("/usr/lib/gcc/i486-linux-gnu/4.2.3/include", System,
false, false, false, Headers);
-
+
+ //Debian testing/lenny amd64
+ AddPath("/usr/lib/gcc/x86_64-linux-gnu/4.2.3/include", System,
+ false, false, false, Headers);
AddPath("/usr/include", System, false, false, false, Headers);
AddPath("/System/Library/Frameworks", System, true, false, true, Headers);