Home
last modified time | relevance | path

Searched refs:GentooPath (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DGnu.cpp2645 std::string GentooPath = D.SysRoot + std::string(GentooScanPath); in ScanGentooGccConfig() local
2646 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) { in ScanGentooGccConfig()
2647 if (!ScanGCCForMultilibs(TargetTriple, Args, GentooPath, in ScanGentooGccConfig()
2652 GCCInstallPath = GentooPath; in ScanGentooGccConfig()
2653 GCCParentLibPath = GentooPath + std::string("/../../.."); in ScanGentooGccConfig()