OSDN Git Service

Merge commit '444c73583d2848a542330c03949e1f933ac68f53'
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 8 Aug 2014 19:38:32 +0000 (21:38 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 8 Aug 2014 19:38:58 +0000 (21:38 +0200)
* commit '444c73583d2848a542330c03949e1f933ac68f53':
  configure: Only run gas checks on ARM and PowerPC

Merged-by: Michael Niedermayer <michaelni@gmx.at>
1  2 
configure

diff --cc configure
+++ b/configure
@@@ -4362,9 -3777,9 +4362,9 @@@ EO
      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
 +    enabled_all ppc altivec && [ $target_os_default != aix ] && nogas=warn
  
      if ! check_gas ; then
          as=${gas:=$as}