Commit 0026e356 authored by Diego Biurrun's avatar Diego Biurrun

configure: Die if gas is unavailable under aarch64 as well as ARM

parent e4c9e59a
...@@ -3778,7 +3778,7 @@ EOF ...@@ -3778,7 +3778,7 @@ EOF
} }
if enabled asm; then if enabled asm; then
enabled arm aarch64 && nogas=die enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && nogas=warn enabled_all ppc altivec && nogas=warn
if ! check_gas ; then 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