add support for Fedora 10 x86_64, there really should be a better way to handle this.

patch by Dmitry

llvm-svn: 93948
This commit is contained in:
Chris Lattner 2010-01-19 23:30:00 +00:00
parent 084236fafd
commit e87668db26
1 changed files with 4 additions and 0 deletions

View File

@ -508,6 +508,10 @@ void InitHeaderSearch::AddDefaultCPlusPlusIncludePaths(const llvm::Triple &tripl
AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.3.2",
"i386-redhat-linux","", "", triple);
// Fedora 10 x86_64
AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.3.2",
"x86_64-redhat-linux", "32", "", triple);
// Fedora 11
AddGnuCPlusPlusIncludePaths("/usr/include/c++/4.4.1",
"i586-redhat-linux","", "", triple);