forked from OSchip/llvm-project
parent
57d4f972b7
commit
8b73b3e981
|
@ -1348,11 +1348,11 @@ static std::string findGCCBaseLibDir(const std::string &GccTriple) {
|
|||
return ret;
|
||||
}
|
||||
static const char* GccVersions[] = {"4.6.0", "4.6",
|
||||
"4.5.2", "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.2.4", "4.2.3", "4.2.2", "4.2.1",
|
||||
"4.2", "4.1.1"};
|
||||
"4.5.2", "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.2.4", "4.2.3", "4.2.2", "4.2.1",
|
||||
"4.2", "4.1.1"};
|
||||
bool Exists;
|
||||
for (unsigned i = 0; i < sizeof(GccVersions)/sizeof(char*); ++i) {
|
||||
std::string Suffix = GccTriple + "/" + GccVersions[i];
|
||||
|
|
Loading…
Reference in New Issue