forked from OSchip/llvm-project
parent
90ee2a4ecf
commit
64fff2998d
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue