mirror of
https://github.com/mpv-player/mpv
synced 2025-02-20 23:07:02 +00: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:
parent
a8474a9470
commit
255ab08f9d
2
configure
vendored
2
configure
vendored
@ -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 "
|
||||
|
Loading…
Reference in New Issue
Block a user