improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64).

Patch by Csaba Raduly!

llvm-svn: 126245
This commit is contained in:
Chris Lattner 2011-02-22 20:47:07 +00:00
parent b7e635dcad
commit ba9006df9e
1 changed files with 1 additions and 1 deletions

View File

@ -1437,7 +1437,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.4", "4.3.3", "4.3.2"};
"4.3.4", "4.3.3", "4.3.2", "4.3"};
std::string Base = "";
for (unsigned i = 0; i < sizeof(GccVersions)/sizeof(char*); ++i) {
std::string Suffix = GccTriple + "/" + GccVersions[i];