Lines Matching refs:compile

35 compile() # $cc ...
72 compile $cc -c $_is_hdr_file <&$nullin >&$nullout 2>$tmp.e
467 if compile $cc -c $tmp.c <&$nullin >&$nullout
469 if compile $cc -c $tmp.c <&$nullin >&$nullout
470 then cctest="should not compile '(;'"
472 else cctest="should compile 'int i = 1;'"
535 if compile $cc -o ${tmp}r.exe ${tmp}r.c >&$nullout
537 else echo "$command: cannot compile read -r workaround" >&$stderr
790 [x:cross?Some tests compile an executable (\ba.out\b) and then run it.
1028 [+compile?The block is compiled (\bcc -c\b).]
2340 if compile $cc -c $tmp.c <&$nullin >&$nullout
2367 if compile $xx -c $tmp.c <&$nullin >&$nullout
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
4206 compile $xx -c $tmp.c <&$nullin >&$nullout
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 &&
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 &&