Merge commit '17ee5b0c13bc17465b71bc9ca1cde9f0eed8b3ff'
* commit '17ee5b0c13bc17465b71bc9ca1cde9f0eed8b3ff': configure: Use indirection for the -o assembler flag also for x86asm Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
6
configure
vendored
6
configure
vendored
@@ -1027,12 +1027,16 @@ check_insn(){
|
|||||||
check_as ${1}_external "$2"
|
check_as ${1}_external "$2"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
x86asm_o(){
|
||||||
|
eval printf '%s\\n' $X86ASM_O
|
||||||
|
}
|
||||||
|
|
||||||
test_x86asm(){
|
test_x86asm(){
|
||||||
log test_x86asm "$@"
|
log test_x86asm "$@"
|
||||||
echo "$1" > $TMPASM
|
echo "$1" > $TMPASM
|
||||||
log_file $TMPASM
|
log_file $TMPASM
|
||||||
shift 1
|
shift 1
|
||||||
test_cmd $x86asmexe $X86ASMFLAGS -Werror "$@" -o $TMPO $TMPASM
|
test_cmd $x86asmexe $X86ASMFLAGS -Werror "$@" $(x86asm_o $TMPO) $TMPASM
|
||||||
}
|
}
|
||||||
|
|
||||||
ld_o(){
|
ld_o(){
|
||||||
|
|||||||
Reference in New Issue
Block a user