Add temp C++ include path for AuroraUX; patch by Edward O'Callaghan.

llvm-svn: 77786
This commit is contained in:
Eli Friedman 2009-08-01 17:10:21 +00:00
parent f165160724
commit 2e6da95a60
1 changed files with 3 additions and 0 deletions

View File

@ -199,6 +199,9 @@ void InitHeaderSearch::AddDefaultSystemIncludePaths(const LangOptions &Lang) {
// FreeBSD
AddPath("/usr/include/c++/4.2", System, true, false, false);
// AuroraUX
AddPath("/opt/gcc4/include/c++/4.2.4", System, true, false, false);
}
AddPath("/usr/local/include", System, false, false, false);