changeset 6323:8b543b2e65f0

small g3 optflags upd
author atmos4
date Fri, 07 Jun 2002 02:44:16 +0000
parents 91d14f75fcef
children 2d1528bfd865
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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
     ;;