0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Changing optimization level for athlon to pentiumpro from k6 if gcc doesn't support -march=athlon. Please test it

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1137 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
nickols_k 2001-06-16 18:10:32 +00:00
parent a8474a9470
commit 255ab08f9d

2
configure vendored
View File

@ -484,7 +484,7 @@ if [ "$proc" = "k7" ]; then
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 "