configure: Only run gas checks on ARM and PowerPC

Standalone GNU assembly is not used on x86.
This commit is contained in:
Diego Biurrun 2014-08-06 05:55:33 -07:00
parent 0026e356d0
commit 444c73583d
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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