Home
last modified time | relevance | path

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

/qemu/
H A Dconfigure104 do_compiler() { function
119 do_compiler "$cc" $CPU_CFLAGS "$@"
1432 if do_compiler "$target_cc" $target_cflags -o $TMPO -c $TMPC &&
1433do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then
1439 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC -static ; then
1444 if do_compiler "$target_cc" $target_cflags -o $TMPE $TMPC ; then
1572 do_compiler "$target_cc" $target_cc_cflags -march=z900 -o $TMPO -c $TMPC
1574 …if [ $has_z900 = 0 ] || do_compiler "$target_cc" $target_cc_cflags -march=z10 -msoft-float -Werror…
/qemu/docs/devel/
H A Dbuild-system.rst113 ``do_compiler $CC $ARGS...``