summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2011-11-06 23:10:49 +0000
committerChandler Carruth <chandlerc@gmail.com>2011-11-06 23:10:49 +0000
commit0c0981ee47c91feae2b8fec3f0c030e9ad1584cc (patch)
treef8c6090520e53c9a9ba24e8210659ad790f9eeb8 /clang/lib/Driver
parentd0b93d6daf23aa768496aae1f573121d5d670414 (diff)
downloadbcm5719-llvm-0c0981ee47c91feae2b8fec3f0c030e9ad1584cc.tar.gz
bcm5719-llvm-0c0981ee47c91feae2b8fec3f0c030e9ad1584cc.zip
Remove an old OpenSUSE hack that is no longer needed -- it is exactly
the same as a directory added further down in the new logic. llvm-svn: 143897
Diffstat (limited to 'clang/lib/Driver')
-rw-r--r--clang/lib/Driver/ToolChains.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/clang/lib/Driver/ToolChains.cpp b/clang/lib/Driver/ToolChains.cpp
index 62370859a4b..a155d6c4147 100644
--- a/clang/lib/Driver/ToolChains.cpp
+++ b/clang/lib/Driver/ToolChains.cpp
@@ -1840,11 +1840,6 @@ Linux::Linux(const HostInfo &Host, const llvm::Triple &Triple)
if (GCCInstallation.isValid()) {
const std::string &LibPath = GCCInstallation.getParentLibPath();
const std::string &GccTriple = GCCInstallation.getTriple();
- // FIXME: This OpenSuse-specific path shouldn't be needed any more, but
- // I don't want to remove it without finding someone to test.
- if (IsOpenSuse(Distro) && Is32Bits)
- Paths.push_back(LibPath + "/../" + GccTriple + "/lib/../lib");
-
addPathIfExists(GCCInstallation.getInstallPath() + Suffix, Paths);
addPathIfExists(LibPath + "/../" + GccTriple + "/lib/../" + Multilib,
Paths);
OpenPOWER on IntegriCloud