aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Lenharth <andrewl@lenharth.org>2008-03-24 21:25:48 +0000
committerAndrew Lenharth <andrewl@lenharth.org>2008-03-24 21:25:48 +0000
commit92d56b74bc9962000f4cffc5e90277097ca7f06a (patch)
tree3b765b2cc4f5d235adde001c6a64cdb433dde26f
parentea301e15a65240aaf92c858d7df66169e6dce33d (diff)
debian ia32 testing
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48742 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--Driver/clang.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index f3b8765ea8..50be86e9a0 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -914,6 +914,11 @@ static void InitializeIncludePaths(const char *Argv0, HeaderSearch &Headers,
AddPath("/usr/lib/gcc/i486-linux-gnu/4.1.3/include", System,
false, false, false, Headers);
+ //Debian testing/lenny x86
+ AddPath("/usr/lib/gcc/i486-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);
AddPath("/Library/Frameworks", System, true, false, true, Headers);