From c1210453546bbf21a1e47a2873c98313354568c1 Mon Sep 17 00:00:00 2001 From: atmos4 Date: Fri, 7 Jun 2002 02:44:16 +0000 Subject: [PATCH] small g3 optflags upd git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6324 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index faed974a66..1b10857040 100755 --- a/configure +++ b/configure @@ -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 ;;