Home
last modified time | relevance | path

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

/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"
1433 …do_compiler "$target_cc" $target_cflags -r -nostdlib -o "${TMPDIR1}/${TMPB}2.o" "$TMPO" -lgcc; then
1868 rm -r "$TMPDIR1"