Searched refs:GentooPath (Results 1 – 1 of 1) sorted by relevance
2925 std::string GentooPath = concat(D.SysRoot, GentooScanPath); in ScanGentooGccConfig() local2926 if (D.getVFS().exists(GentooPath + "/crtbegin.o")) { in ScanGentooGccConfig()2927 if (!ScanGCCForMultilibs(TargetTriple, Args, GentooPath, in ScanGentooGccConfig()2932 GCCInstallPath = GentooPath; in ScanGentooGccConfig()2933 GCCParentLibPath = GentooPath + std::string("/../../.."); in ScanGentooGccConfig()