Searched refs:GentooPath (Results 1 – 1 of 1) sorted by relevance
2645 std::string GentooPath = D.SysRoot + std::string(GentooScanPath); in ScanGentooGccConfig() local2646 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()