[Mplayer-cvslog] CVS: main configure,1.86,1.87

Nick Kurshev nickols_k at users.sourceforge.net
Sat Jun 16 20:10:34 CEST 2001


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

Modified Files:
	configure 
Log Message:
Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.86
retrieving revision 1.87
diff -C2 -r1.86 -r1.87
*** configure	2001/06/15 16:32:21	1.86
--- configure	2001/06/16 18:10:32	1.87
***************
*** 485,489 ****
  if [ "$proc" = "athlon" ]; then
  #	echo -n "trying athlon  "
! 	$_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=k6
  fi
  if [ "$proc" = "k6" ]; then
--- 485,489 ----
  if [ "$proc" = "athlon" ]; then
  #	echo -n "trying athlon  "
! 	$_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=pentiumpro
  fi
  if [ "$proc" = "k6" ]; then


_______________________________________________
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