Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/
H A DGnu.cpp3034 std::string GentooPath = concat(D.SysRoot, GentooScanPath); in ScanGentooGccConfig() local
3035 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) { in ScanGentooGccConfig()
3036 if (!ScanGCCForMultilibs(TargetTriple, Args, GentooPath, in ScanGentooGccConfig()
3041 GCCInstallPath = GentooPath; in ScanGentooGccConfig()
3042 GCCParentLibPath = GentooPath + std::string("/../../.."); in ScanGentooGccConfig()