From: Diego Biurrun Date: Fri, 9 Mar 2018 16:28:51 +0000 (+0100) Subject: configure: Use a more sensible suffix for x86 assembly tempfiles X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=b9ea301e02472d0982b0fa0f80294bd95885bde8;p=ffmpeg configure: Use a more sensible suffix for x86 assembly tempfiles --- diff --git a/configure b/configure index d8c3b555cc4..2dc7dd3f8c2 100755 --- a/configure +++ b/configure @@ -846,10 +846,10 @@ check_insn(){ test_x86asm(){ log test_x86asm "$@" - echo "$1" > $TMPS - log_file $TMPS + echo "$1" > $TMPASM + log_file $TMPASM shift 1 - test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPS + test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPASM } ld_o(){