# HG changeset patch # User atmos4 # Date 1023417856 0 # Node ID 8b543b2e65f05e13f29360f5f16ae321343e8b30 # Parent 91d14f75fceff34afea7e6319b438a5e79afd113 small g3 optflags upd diff -r 91d14f75fcef -r 8b543b2e65f0 configure --- a/configure Fri Jun 07 01:19:04 2002 +0000 +++ b/configure Fri Jun 07 02:44:16 2002 +0000 @@ -722,8 +722,8 @@ _mcpu='' cpu750=`$_cpuinfo | grep "cpu.*750"` if test -n "$cpu750"; then - _march='' - _mcpu='-mcpu=750' + _march='-mcpu=750' + _mcpu='-mtune=750' fi ;;