Mercurial > mplayer.hg
changeset 1136:025cb2d303b8
Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it
author | nickols_k |
---|---|
date | Sat, 16 Jun 2001 18:10:32 +0000 |
parents | 152c7c71a29c |
children | 4c7b219e126c |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Jun 16 15:24:02 2001 +0000 +++ b/configure Sat Jun 16 18:10:32 2001 +0000 @@ -484,7 +484,7 @@ fi if [ "$proc" = "athlon" ]; then # echo -n "trying athlon " - $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=k6 + $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=pentiumpro fi if [ "$proc" = "k6" ]; then # echo -n "trying k6 "