forked from OSchip/llvm-project
improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64).
Patch by Csaba Raduly! llvm-svn: 126245
This commit is contained in:
parent
b7e635dcad
commit
ba9006df9e
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue