Browse Source

configure: Use a more sensible suffix for x86 assembly tempfiles

tags/n4.0
Diego Biurrun 7 years ago
parent
commit
b9ea301e02
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      configure

+ 3
- 3
configure View File

@@ -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(){


Loading…
Cancel
Save