Commit 383d8ddf authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '7b06ddb8'

* commit '7b06ddb8':
  configure: use .altmacro for gnu as check on arm
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents f3413405 7b06ddb8
...@@ -4284,6 +4284,10 @@ if enabled asm; then ...@@ -4284,6 +4284,10 @@ if enabled asm; then
\n: .int 0 \n: .int 0
.endm .endm
m x m x
EOF
check_as <<EOF || $nogas "GNU assembler not found, install gas-preprocessor"
.altmacro
EOF EOF
check_as <<EOF && enable as_func check_as <<EOF && enable as_func
......
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