From 74d8ff03916f10886af4dc18669e1338a3bc219b Mon Sep 17 00:00:00 2001 From: jbj Date: Fri, 2 Jun 2000 19:46:53 +0000 Subject: [PATCH] Update flags for i486/i586. CVS patchset: 3804 CVS date: 2000/06/02 19:46:53 --- rpmrc.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rpmrc.in b/rpmrc.in index dda95b9..9b1f7cf 100644 --- a/rpmrc.in +++ b/rpmrc.in @@ -1,4 +1,4 @@ -# $Id: rpmrc.in,v 2.22 2000/06/01 14:16:58 jbj Exp $ +# $Id: rpmrc.in,v 2.23 2000/06/02 19:46:53 jbj Exp $ ############################################################# @@ -8,8 +8,8 @@ # Values for RPM_OPT_FLAGS for various platforms optflags: i386 -O2 -m486 -fno-strength-reduce -optflags: i486 -O2 -m486 -fno-strength-reduce -optflags: i586 -O2 -m486 -fno-strength-reduce +optflags: i486 -O2 -march=1486 +optflags: i586 -O2 -march=i586 optflags: i686 -O2 -march=i686 optflags: athlon -O2 -march=athlon optflags: ia64 -O2 -- 2.7.4