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