[Mplayer-cvslog] CVS: main configure,1.67,1.68

Nick Kurshev nickols_k at users.sourceforge.net
Tue Jun 5 09:10:02 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv15691/main

Modified Files:
	configure 
Log Message:
some more information during as checking

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.67
retrieving revision 1.68
diff -C2 -r1.67 -r1.68
*** configure	2001/06/05 02:36:12	1.67
--- configure	2001/06/05 07:10:00	1.68
***************
*** 215,219 ****
  done
  
! # Checking CC version... what's with egcs, pgcc? - Atmos
  if test "$_skip_cc_check" != "yes"; then
  echo -n "Checking version of $_cc ... "
--- 215,223 ----
  done
  
! # Checking CC version...
! # Q: what's with egcs, pgcc? - Atmos
! # A: same as with agcc! These compilers always were introduced as experimental
! # ones. Now gcc-3.0 should introduce all features of these compilers.
! # Since 3.0 is almost released we don't need to support them. - Nick 07 jun 2001
  if test "$_skip_cc_check" != "yes"; then
  echo -n "Checking version of $_cc ... "
***************
*** 813,819 ****
  done
  
! # Checking as compatibility...
! echo -n "Checking assembler (as) ... "
! 
  ### this test disabled, see _binutils test above!  --A'rpi
  # cat > astest.S <<EOF
--- 817,825 ----
  done
  
! # Checking assembler (as) compatibility...
! #as_version=`as --version 2>&1 | sed -n 's/^.*assembler \([aegcygnustp-]*[0-9.]*\).*$/\1/p'`
! as_version=`as --version 2>&1 | sed -n 's/^.*assembler \([0-9.]*\).*$/\1/p'`
! echo -n "Checking assembler (as) ... $as_version, "
! _pref_as_version='2.9.1'
  ### this test disabled, see _binutils test above!  --A'rpi
  # cat > astest.S <<EOF
***************
*** 826,859 ****
  emms
  EOF
- as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
  fi
  
  if [ $_3dnow = 'yes' ]; then
  cat >> $TMPS <<EOF
  femms
  EOF
- as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
  fi
  
  if [ $_3dnowex = 'yes' ]; then
  cat >> $TMPS <<EOF
  pswapd %mm0, %mm0
  EOF
- as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
  fi
  
  if [ $_mmx2 = 'yes' ]; then
  cat >> $TMPS <<EOF
  movntq	%mm0, (%eax)
  EOF
- as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
  fi
  
  if [ $_sse = 'yes' ]; then
  cat >> $TMPS <<EOF
  xorps %xmm0, %xmm0
  EOF
- as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
  fi
  
  if test "$as_verc_fail" != "yes"; then
--- 832,873 ----
  emms
  EOF
  fi
  
  if [ $_3dnow = 'yes' ]; then
+ _pref_as_version='2.10.1'
  cat >> $TMPS <<EOF
  femms
  EOF
  fi
  
  if [ $_3dnowex = 'yes' ]; then
+ _pref_as_version='2.10.1'
  cat >> $TMPS <<EOF
  pswapd %mm0, %mm0
  EOF
  fi
  
  if [ $_mmx2 = 'yes' ]; then
+ _pref_as_version='2.10.1'
  cat >> $TMPS <<EOF
  movntq	%mm0, (%eax)
  EOF
  fi
  
  if [ $_sse = 'yes' ]; then
+ _pref_as_version='2.10.1'
  cat >> $TMPS <<EOF
  xorps %xmm0, %xmm0
  EOF
  fi
+ # Note: for SSE2 assembler v2.11 should be preferred --Nick
+ #if [ $_sse2 = 'yes' ]; then
+ #_pref_as_version='2.11'
+ #cat >> $TMPS <<EOF
+ #xorpd %xmm0, %xmm0
+ #EOF
+ #fi
+ as $TMPS -o $TMPO &> /dev/null || as_verc_fail=yes
+ rm -f $TMPS $TMPO $TMPC
  
  if test "$as_verc_fail" != "yes"; then
***************
*** 861,866 ****
  else
    echo "failed"
!   echo "Please upgrade binutils..." # to which version? - Atmos
!   rm -f $TMPS $TMPO $TMPC
    exit
  fi
--- 875,879 ----
  else
    echo "failed"
!   echo "Please upgrade(downgrade) binutils to "$_pref_as_version"..."
    exit
  fi


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list