summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index d233d1ed9e..0beeb43f07 100755
--- a/configure
+++ b/configure
@@ -1029,10 +1029,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 -Werror "$@" -o $TMPO $TMPS
+ test_cmd $x86asmexe $X86ASMFLAGS -Werror "$@" -o $TMPO $TMPASM
}
ld_o(){