Searched refs:TMPO (Results 1 – 2 of 2) sorted by relevance
93 TMPO="$(TMPOUT).$$$$.o"; \99 rm -f "$$TMP" "$$TMPO" "$$TMPSU")161 $(CC) -x c /dev/null -c -o "$$TMPO" ; $(LD) $(1) "$$TMPO" -o "$$TMP",$(1),$(2))
76 TMPO="${TMPDIR1}/${TMPB}.o"124 do_cc $CFLAGS $EXTRA_CFLAGS $local_cflags -c -o $TMPO $TMPC1241 if $READELF -A $TMPO | grep Tag_API_VFP_args: > /dev/null; then1610 if do_compiler "$target_cc" $target_cflags -o $TMPO -c $TMPC &&1611 …do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then1749 do_compiler "$target_cc" $target_cc_cflags -march=z900 -o $TMPO -c $TMPC1751 … do_compiler "$target_cc" $target_cc_cflags -march=z10 -msoft-float -Werror -o $TMPO -c $TMPC; then