Searched refs:TMPDIR1 (Results 1 – 1 of 1) sorted by relevance
67 TMPDIR1="config-temp"68 rm -rf "${TMPDIR1}"69 if ! mkdir -p "${TMPDIR1}"; then75 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"; then1194 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; then2053 rm -r "$TMPDIR1"