More PowerPC paths on Darwin

llvm-svn: 105084
This commit is contained in:
Douglas Gregor 2010-05-29 01:21:11 +00:00
parent eb0bdf08dc
commit 117ef277cb
1 changed files with 3 additions and 0 deletions

View File

@ -564,6 +564,9 @@ AddDefaultCPlusPlusIncludePaths(const llvm::Triple &triple) {
case llvm::Triple::ppc:
case llvm::Triple::ppc64:
AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.2.1",
"powerpc-apple-darwin10", "", "ppc64",
triple);
AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.0.0",
"powerpc-apple-darwin10", "", "ppc64",
triple);