summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-08-08 21:38:32 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-08-08 21:38:58 +0200
commiteb2def0ff2c40033e871e7be8a37a53cd4ac45b8 (patch)
treed89a5a756cc9336fb03160c422e45337cd95b450 /configure
parent0472c5f8a1f1d267bad6c3418a1d071c4824f285 (diff)
parent444c73583d2848a542330c03949e1f933ac68f53 (diff)
Merge commit '444c73583d2848a542330c03949e1f933ac68f53'
* commit '444c73583d2848a542330c03949e1f933ac68f53': configure: Only run gas checks on ARM and PowerPC Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 57977a1937..51decd09d9 100755
--- a/configure
+++ b/configure
@@ -4362,7 +4362,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 && [ $target_os_default != aix ] && nogas=warn