Lines Matching refs:cc

35 compile() # $cc ...
72 compile $cc -c $_is_hdr_file <&$nullin >&$nullout 2>$tmp.e
443 # verify that cc is a C compiler
452 then cc="$cc -I$i/include"
456 then cc="$cc -L$i/lib"
467 if compile $cc -c $tmp.c <&$nullin >&$nullout
469 if compile $cc -c $tmp.c <&$nullin >&$nullout
477 *) echo "$command: $cc: not a C compiler: $cctest" >&$stderr
535 if compile $cc -o ${tmp}r.exe ${tmp}r.c >&$nullout
636 occ=cc
745 [c:cc?Sets the C compiler name and flags to be used in the feature
1071 c) set="$set set cc $OPTARG :" ;;
1111 --cc=*) REM=c`echo X$1 | sed 's,[^=]*=,,'`
1208 c) set="$set set cc $OPTARG :" ;;
1555 c) op=cc ;;
1608 cc) occ=
1748 cc=$occ
1812 if $cc -E t.c > /dev/null 2>&1
1872 cc="$occ $includes"
2153 ref) cc="$cc $1"
2175 *) cc="$cc $1" ;;
2230 # make sure $cc compiles C
2232 case $cc in
2233 "") cc="$occ $includes" ;;
2340 if compile $cc -c $tmp.c <&$nullin >&$nullout
2363 case " $cc " in
2364 *" -O "*) xx=`echo $cc | sed 's/ -O / /g'` ;;
2365 *) xx=$cc ;;
2535 cc="$cc $mac"
2537 # check for global default headers (some cc -E insist on compiling)
2700 if compile $cc -o $tmp.exe $tmp.c $p $lib <&$nullin >&$nullout
2722 if compile $cc -o $tmp.exe $tmp.c $a <&$nullin >&$nullout
2980 if compile $cc -c $tmp.c
3401 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3406 p*|nop*)compile $cc -DTEST=$p -DID=$v -E $tmp.c <&$nullin >&$nullout || e=1
3408 c*|noc*)compile $cc -DTEST=$p -DID=$v -c $tmp.c <&$nullin >&$nullout || e=1
3421 if compile $cc -c ${tmp}s.c <&$nullin >&$nullout &&
3422 compile $cc -o ${tmp}s.exe ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e &&
3433 compile $cc -o ${tmp}s.exe $1 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.exe || continue
3440 compile $cc -o ${tmp}s.exe $2 ${tmp}s.o <&$nullin >&$nullout 2>${tmp}s.e && $executable ${tmp}s.exe || continue
3480 if compile $cc $ccflags $o -DTEST=$p -DID=$v -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout && $executable $tmp.exe
3550 if compile $cc -o $tmp.exe $tmp.c <&$nullin >&$nullout && $executable $tmp.exe
3559 if compile $cc -c $tmp.c <&$nullin >&$nullout &&
3560 compile $cc -o $tmp.exe $tmp.o <&$nullin >&$nullout &&
3571 compile $cc -o $tmp.exe $1 $tmp.o <&$nullin >&$nullout && $executable $tmp.exe || continue
3578 compile $cc -o $tmp.exe $2 $tmp.o <&$nullin >&$nullout && $executable $tmp.exe || continue
3674 compile $cc -c $tmp.c <&$nullin >&$nullout &&
3675 compile $cc $static -o $tmp.exe $tmp.o $lib $deflib <&$nullin >&$nullout &&
3692 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3801 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3812 if compile $cc -E $tmp.c <&$nullin >$tmp.i
3826 if compile $cc -E $tmp.c <&$nullin >&$nullout
3951 if compile $cc -c $tmp.c <&$nullin >&$nullout
4037 if compile $cc -c $tmp.c <&$nullin >&$nullout
4039 elif compile $cc $d -c $tmp.c <&$nullin >&$nullout
4045 if compile $cc $d $static -o $tmp.exe $tmp.o $lib $deflib <&$nullin >&$nullout &&
4054 compile $cc $d $static -o $tmp.exe $tmp.o -lm <&$nullin >&$nullout &&
4075 compile $cc -c $tmp.c <&$nullin >&$nullout
4097 compile $cc -E $tmp.c <&$nullin | grep -c "'$m:$v'" >&$nullout
4111 if compile $cc -c $tmp.c <&$nullin >&$nullout
4132 compile $cc -c $tmp.c <&$nullin >&$nullout
4146 if compile $cc -c $tmp.c <&$nullin >&$nullout
4167 if compile $cc -c $tmp.c <&$nullin >&$nullout
4174 if compile $cc -c $tmp.c <&$nullin >&$nullout
4202 case " $cc " in
4203 *" -O "*) xx=`echo $cc | sed 's/ -O / /g'` ;;
4204 *) xx=$cc ;;
4221 compile $cc -c $tmp.c <&$nullin >&$nullout
4246 if compile $cc -E $tmp.c <&$nullin >$tmp.i
4351 compile $cc -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$stderr 2>&$stderr &&
4357 set \"cc='$cc' executable='$executable' id='$m' static='$static' tmp='$tmp'\" $opt $hdr $test"
4421 if compile $cc -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout &&
4440 compile $cc -E $tmp.c <&$nullin \
4507 compile $cc -o $tmp.exe $tmp.c $lib $deflib <&$nullin >&$nullout &&
4581 cc="$occ $includes"
4625 *) cc="$cc $1" ;;