Home
last modified time | relevance | path

Searched refs:TMPO (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/scripts/
H A DKbuild.include93 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))
/openbmc/qemu/
H A Dconfigure76 TMPO="${TMPDIR1}/${TMPB}.o"
124 do_cc $CFLAGS $EXTRA_CFLAGS $local_cflags -c -o $TMPO $TMPC
1241 if $READELF -A $TMPO | grep Tag_API_VFP_args: > /dev/null; then
1610 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; then
1749 do_compiler "$target_cc" $target_cc_cflags -march=z900 -o $TMPO -c $TMPC
1751 … do_compiler "$target_cc" $target_cc_cflags -march=z10 -msoft-float -Werror -o $TMPO -c $TMPC; then