Merge commit '444c73583d2848a542330c03949e1f933ac68f53'
* commit '444c73583d2848a542330c03949e1f933ac68f53': configure: Only run gas checks on ARM and PowerPC Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
eb2def0ff2
2
configure
vendored
2
configure
vendored
@ -4362,7 +4362,7 @@ EOF
|
|||||||
return 0
|
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_any arm aarch64 && nogas=die
|
||||||
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
|
enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user