configure: Use a more sensible suffix for x86 assembly tempfiles
This commit is contained in:
parent
5292e97c42
commit
b9ea301e02
6
configure
vendored
6
configure
vendored
@ -846,10 +846,10 @@ check_insn(){
|
|||||||
|
|
||||||
test_x86asm(){
|
test_x86asm(){
|
||||||
log test_x86asm "$@"
|
log test_x86asm "$@"
|
||||||
echo "$1" > $TMPS
|
echo "$1" > $TMPASM
|
||||||
log_file $TMPS
|
log_file $TMPASM
|
||||||
shift 1
|
shift 1
|
||||||
test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPS
|
test_cmd $x86asmexe $X86ASMFLAGS "$@" -o $TMPO $TMPASM
|
||||||
}
|
}
|
||||||
|
|
||||||
ld_o(){
|
ld_o(){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user