HomeSort by: relevance | last modified time | path
    Searched defs:GentooPath (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
Gnu.cpp 2645 std::string GentooPath = D.SysRoot + std::string(GentooScanPath);
2646 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) {
2647 if (!ScanGCCForMultilibs(TargetTriple, Args, GentooPath,
2652 GCCInstallPath = GentooPath;
2653 GCCParentLibPath = GentooPath + std::string("/../../..");

Completed in 41 milliseconds