From a463744b6d4e6e5c0f05730cc77039f4a2e17fd7 Mon Sep 17 00:00:00 2001 From: jbj Date: Wed, 5 Jul 2000 20:39:15 +0000 Subject: - change optflags for i386. - multilib patch, take 1. CVS patchset: 3920 CVS date: 2000/07/05 20:39:15 --- rpmrc.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'rpmrc.in') diff --git a/rpmrc.in b/rpmrc.in index c714e890b..fb6210815 100644 --- a/rpmrc.in +++ b/rpmrc.in @@ -1,4 +1,4 @@ -# $Id: rpmrc.in,v 2.27 2000/06/23 13:29:55 jbj Exp $ +# $Id: rpmrc.in,v 2.28 2000/07/05 20:39:15 jbj Exp $ ############################################################# @@ -7,7 +7,9 @@ ############################################################# # Values for RPM_OPT_FLAGS for various platforms -optflags: i386 -O2 -m486 -fno-strength-reduce +# XXX this is the i386 optflags that rpm has traditionally used in the past. +#optflags: i386 -O2 -m486 -fno-strength-reduce +optflags: i386 -O2 -march=i386 -mcpu=i686 optflags: i486 -O2 -march=i486 optflags: i586 -O2 -march=i586 optflags: i686 -O2 -march=i686 -- cgit v1.2.3