summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2018-03-09 17:28:51 +0100
committerDiego Biurrun <diego@biurrun.de>2018-03-26 18:52:04 +0200
commitb9ea301e02472d0982b0fa0f80294bd95885bde8 (patch)
tree535a6817ff9fe6aba072d19bc328067d5025eaa2 /configure
parent5292e97c42b05db7ad4e51c1ea756b12fdf721ff (diff)
configure: Use a more sensible suffix for x86 assembly tempfiles
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index d8c3b555cc..2dc7dd3f8c 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(){