summaryrefslogtreecommitdiff
path: root/rpmrc.in
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2000-07-05 20:39:15 +0000
committerjbj <devnull@localhost>2000-07-05 20:39:15 +0000
commita463744b6d4e6e5c0f05730cc77039f4a2e17fd7 (patch)
tree706b7b087dcc65dc5b357dec2178392c1deb812d /rpmrc.in
parent0c6891dc9760a7e4de4844abf09bb474643f25c7 (diff)
downloadrpm-a463744b6d4e6e5c0f05730cc77039f4a2e17fd7.tar.gz
rpm-a463744b6d4e6e5c0f05730cc77039f4a2e17fd7.tar.bz2
rpm-a463744b6d4e6e5c0f05730cc77039f4a2e17fd7.zip
- change optflags for i386.
- multilib patch, take 1. CVS patchset: 3920 CVS date: 2000/07/05 20:39:15
Diffstat (limited to 'rpmrc.in')
-rw-r--r--rpmrc.in6
1 files changed, 4 insertions, 2 deletions
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