Check for gcc 4.3.4.

llvm-svn: 119839
This commit is contained in:
Rafael Espindola 2010-11-19 21:02:06 +00:00
parent 90ee2a4ecf
commit 64fff2998d
1 changed files with 1 additions and 1 deletions

View File

@ -1351,7 +1351,7 @@ Linux::Linux(const HostInfo &Host, const llvm::Triple& Triple)
}
const char* GccVersions[] = {"4.5.1", "4.5", "4.4.5", "4.4.4", "4.4.3", "4.4",
"4.3.3", "4.3.2"};
"4.3.4", "4.3.3", "4.3.2"};
std::string Base = "";
for (unsigned i = 0; i < sizeof(GccVersions)/sizeof(char*); ++i) {
std::string Suffix = GccTriple + "/" + GccVersions[i];