Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/
H A DGnu.cpp2404 std::string GentooPath = D.SysRoot + std::string(GentooScanPath); in ScanGentooGccConfig() local
2405 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) { in ScanGentooGccConfig()
2406 if (!ScanGCCForMultilibs(TargetTriple, Args, GentooPath, in ScanGentooGccConfig()
2411 GCCInstallPath = GentooPath; in ScanGentooGccConfig()
2412 GCCParentLibPath = GentooPath + std::string("/../../.."); in ScanGentooGccConfig()