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

This commit is contained in:
Diego Biurrun 2014-08-06 05:38:43 -07:00
parent e4c9e59a45
commit 0026e356d0
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3778,7 +3778,7 @@ EOF
}
if enabled asm; then
enabled arm aarch64 && nogas=die
enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && nogas=warn
if ! check_gas ; then