Home | History | Annotate | Download | only in scripts

Lines Matching refs:gccLocation

226     my $gccLocation = "";
228 $gccLocation = $ENV{CC};
230 $gccLocation = "/usr/sfw/bin/gcc";
232 $gccLocation = "/usr/bin/gcc";
234 open FILE, "-|", $gccLocation, "-E", "-P", "-x", "objective-c",