1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-28 01:52:19 +00:00

small g3 optflags upd

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6324 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2002-06-07 02:44:16 +00:00
parent c70e619b7c
commit c121045354

4
configure vendored
View File

@ -722,8 +722,8 @@ EOF
_mcpu=''
cpu750=`$_cpuinfo | grep "cpu.*750"`
if test -n "$cpu750"; then
_march=''
_mcpu='-mcpu=750'
_march='-mcpu=750'
_mcpu='-mtune=750'
fi
;;