Commit eb2def0f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '444c7358'

* commit '444c7358':
  configure: Only run gas checks on ARM and PowerPC
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 0472c5f8 444c7358
......@@ -4362,7 +4362,7 @@ EOF
return 0
}
if enabled asm; then
if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
......
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