# HG changeset patch # User nickols_k # Date 992715032 0 # Node ID 025cb2d303b873f013bbbeeeb3930fa1669c1b6f # Parent 152c7c71a29ca6bbb5f17c1d1070f876b2780cbe Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it diff -r 152c7c71a29c -r 025cb2d303b8 configure --- 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 "