Lines Matching refs:cc
25 cc="ncc -O -Y-Os"
59 [c:cc?The C compiler command and flags are set to \acc\a.]:[cc:='$cc$']
99 c) cc=$OPTARG
145 [[ $opt ]] && cc="$cc -D_SEAR_OPTS=\"-$opt\""
146 cc="$cc $dyn"
159 if ! $cc -D_SEAR_SEEK=0 -D_SEAR_EXEC="\"$cmd\"" "$args" -c "$src" ||
160 ! ${cc/-Bstatic/} --mt-output="$out.manifest" --mt-name="${out%.*}" --mt-administrator -o "$out" "$obj" "$res" $libs
170 if ! $cc --mt-input="${out%.*}.manifest" -o "$out" "$obj" "$res" $libs
177 if ! $cc -D_SEAR_SEEK=$(($size)) -D_SEAR_EXEC="\"$cmd\"" "$args" -c "$src" ||
178 ! $cc $mt -o "$out" "$obj" "$res" $libs