Commit 3bbec8e7 authored by James Almer's avatar James Almer

Merge commit 'b9ea301e'

* commit 'b9ea301e':
  configure: Use a more sensible suffix for x86 assembly tempfiles
Merged-by: 's avatarJames Almer <jamrial@gmail.com>
parents 44df2e85 b9ea301e
......@@ -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(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment