From 0026e356d044e72b6e743b234708b8b8af457ac0 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Wed, 6 Aug 2014 05:38:43 -0700 Subject: [PATCH] configure: Die if gas is unavailable under aarch64 as well as ARM --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 26ea230..924fd46 100755 --- a/configure +++ b/configure @@ -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 -- 2.7.4