configure: Only run gas checks on ARM and PowerPC

Standalone GNU assembly is not used on x86.
pull/80/head
Diego Biurrun 10 years ago
parent 0026e356d0
commit 444c73583d
  1. 2
      configure

2
configure vendored

@ -3777,7 +3777,7 @@ EOF
return 0
}
if enabled asm; then
if enabled_any arm aarch64 || enabled_all ppc altivec && enabled asm; then
enabled_any arm aarch64 && nogas=die
enabled_all ppc altivec && nogas=warn

Loading…
Cancel
Save