Lines Matching refs:CC
43 my $CC;
55 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
56 my $v = `$CROSS_COMPILE$CC -v 2>&1`;
61 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
63 my $v = `$CROSS_COMPILE$CC -dumpversion 2> $nul`;
299 my $cc = $CC;
309 $CC = $_;
314 if ( $CC ) {
373 $CC = 'CC';
382 $CC = 'cc';
400 $CC = 'cc';
410 $CC = 'cl';
429 unless $CC;
447 "$CC -v -E -x c - 2>/dev/null",
460 if ( okrun("$CC -v -E -x c /dev/null 2>&1",
472 print "C compiler: $CC\n";
486 $WHERE/Configure irix64-mips4-$CC
708 if okrun("$CC -dM -E -x c /dev/null 2>&1",
718 if okrun("$CC -m32 -E -x c /dev/null >/dev/null 2>&1");
1027 $CC = $options{CC};