diff options
| author | Andrew Lenharth <andrewl@lenharth.org> | 2008-03-24 21:39:05 +0000 |
|---|---|---|
| committer | Andrew Lenharth <andrewl@lenharth.org> | 2008-03-24 21:39:05 +0000 |
| commit | 10051b97fd2098a9e3838bb92979ef5e701e8205 (patch) | |
| tree | 4627559619561b02a47a6cf9d6442b195d3027d9 /clang/Driver/clang.cpp | |
| parent | ce2682184f809874da542b19fee0fdc03047b5e3 (diff) | |
| download | bcm5719-llvm-10051b97fd2098a9e3838bb92979ef5e701e8205.tar.gz bcm5719-llvm-10051b97fd2098a9e3838bb92979ef5e701e8205.zip | |
debian amd64 testing
llvm-svn: 48745
Diffstat (limited to 'clang/Driver/clang.cpp')
| -rw-r--r-- | clang/Driver/clang.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp index 50be86e9a04..2e54dd94c1d 100644 --- a/clang/Driver/clang.cpp +++ b/clang/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); |

