Commit 444c7358 authored by Diego Biurrun's avatar Diego Biurrun

configure: Only run gas checks on ARM and PowerPC

Standalone GNU assembly is not used on x86.
parent 0026e356
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment