diff --git a/configure b/configure index ae677165ae..3c13e4f95e 100755 --- a/configure +++ b/configure @@ -4345,22 +4345,32 @@ if [ "$cpu" = "power7" ] || [ "$cpu" = "power8" ] ;then fi fi - -if enabled asm; then - enabled arm && nogas=die - enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn - as=${gas:=$as} - check_as <