Home
last modified time | relevance | path

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

/openbmc/qemu/
H A Dconfigure67 TMPDIR1="config-temp"
68 rm -rf "${TMPDIR1}"
69 if ! mkdir -p "${TMPDIR1}"; then
75 TMPC="${TMPDIR1}/${TMPB}.c"
76 TMPO="${TMPDIR1}/${TMPB}.o"
77 TMPE="${TMPDIR1}/${TMPB}.exe"
1193 if test "$rust" != disabled && has "$rustc" && $rustc -vV > "${TMPDIR1}/${TMPB}.out"; then
1194 rust_host_triple=$(sed -n 's/^host: //p' "${TMPDIR1}/${TMPB}.out")
1611 …do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then
2053 rm -r "$TMPDIR1"