Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 417537
Collapse All | Expand All

(-)a/llvm-3.1.src/tools/clang/lib/Driver/ToolChains.cpp (-2 / +1 lines)
Lines 2305-2312 void Linux::AddClangCXXStdlibIncludeArgs Link Here
2305
    // Gentoo is weird and places its headers inside the GCC install, so if the
2305
    // Gentoo is weird and places its headers inside the GCC install, so if the
2306
    // first attempt to find the headers fails, try this pattern.
2306
    // first attempt to find the headers fails, try this pattern.
2307
    addLibStdCXXIncludePaths(InstallDir + "/include/g++-v4",
2307
    addLibStdCXXIncludePaths(InstallDir + "/include/g++-v4",
2308
                             (GCCInstallation.getTriple().str() +
2308
                             getDriver().DefaultTargetTriple,
2309
                              GCCInstallation.getMultiarchSuffix()),
2310
                             DriverArgs, CC1Args);
2309
                             DriverArgs, CC1Args);
2311
  }
2310
  }
2312
}
2311
}

Return to bug 417537