Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 474042 | Differences between
and this patch

Collapse All | Expand All

(-)llvm-3.3.src.orig/tools/clang/lib/Driver/ToolChains.cpp (+3 lines)
Lines 1847-1852 Link Here
1847
    getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32");
1847
    getFilePaths().push_back(getDriver().SysRoot + "/usr/lib32");
1848
  else
1848
  else
1849
    getFilePaths().push_back(getDriver().SysRoot + "/usr/lib");
1849
    getFilePaths().push_back(getDriver().SysRoot + "/usr/lib");
1850
1851
  if (GCCInstallation.isValid())
1852
    getFilePaths().push_back(GCCInstallation.getInstallPath());
1850
}
1853
}
1851
1854
1852
Tool *FreeBSD::buildAssembler() const {
1855
Tool *FreeBSD::buildAssembler() const {

Return to bug 474042