Searched refs:gcc_path (Results 1 - 1 of 1) sorted by relevance

/xsrc/external/mit/imake/dist/
H A Dimake.c1332 static const char* gcc_path[] = { local in function:get_gcc
1371 for (i = 0; i < sizeof (gcc_path) / sizeof gcc_path[0]; i++) {
1372 if (lstat (gcc_path[i], &sb) == 0) {
1373 strcpy (cmd, gcc_path[i]);

Completed in 3 milliseconds