diff configure @ 6323:8b543b2e65f0

small g3 optflags upd
author atmos4
date Fri, 07 Jun 2002 02:44:16 +0000
parents d14ae909f855
children 5becd843ff47
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
     ;;