forked from OSchip/llvm-project
parent
a7b4414ac2
commit
5f9a44f3e9
|
@ -1694,13 +1694,13 @@ private:
|
||||||
// up to the lib directory.
|
// up to the lib directory.
|
||||||
const std::string Suffixes[] = {
|
const std::string Suffixes[] = {
|
||||||
"/gcc/" + CandidateTriple.str(),
|
"/gcc/" + CandidateTriple.str(),
|
||||||
CandidateTriple.str() + "/gcc/" + CandidateTriple.str(),
|
"/" + CandidateTriple.str() + "/gcc/" + CandidateTriple.str(),
|
||||||
|
|
||||||
// Ubuntu has a strange mis-matched pair of triples that this happens to
|
// Ubuntu has a strange mis-matched pair of triples that this happens to
|
||||||
// match.
|
// match.
|
||||||
// FIXME: It may be worthwhile to generalize this and look for a second
|
// FIXME: It may be worthwhile to generalize this and look for a second
|
||||||
// triple.
|
// triple.
|
||||||
CandidateTriple.str() + "/gcc/i686-linux-gnu"
|
"/" + CandidateTriple.str() + "/gcc/i686-linux-gnu"
|
||||||
};
|
};
|
||||||
const std::string InstallSuffixes[] = {
|
const std::string InstallSuffixes[] = {
|
||||||
"/../../..",
|
"/../../..",
|
||||||
|
|
Loading…
Reference in New Issue