Commit 0472c5f8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '0026e356'

* commit '0026e356':
  configure: Die if gas is unavailable under aarch64 as well as ARM

Conflicts:
	configure
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents a698efbc 0026e356
......@@ -4363,7 +4363,7 @@ EOF
}
if enabled asm; then
enabled arm aarch64 && nogas=die
enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
if ! check_gas ; then
......
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