]> git.pld-linux.org Git - packages/rpm.git/blame - rpm-rpmrc.patch
release 9; one more place to avoid stripping
[packages/rpm.git] / rpm-rpmrc.patch
CommitLineData
3b934e94 1diff -Nru rpm-4.0/rpmrc.in rpm-4.0.new/rpmrc.in
2--- rpm-4.0/rpmrc.in Wed Sep 13 20:03:46 2000
3+++ rpm-4.0.new/rpmrc.in Wed Nov 15 19:11:00 2000
4@@ -9,7 +9,7 @@
48b84bb7 5 # Values for RPM_OPT_FLAGS for various platforms
6
3b934e94 7 # XXX this is the i386 optflags that rpm has traditionally used in the past.
8-#optflags: i386 -O2 -m486 -fno-strength-reduce
9+#optflags: i386 -O2 -march=i386
10 optflags: i386 -O2 -march=i386 -mcpu=i686
ef7abf88 11 optflags: i486 -O2 -march=i486
12 optflags: i586 -O2 -march=i586
3b934e94 13@@ -291,5 +291,5 @@
ef7abf88 14 buildarch_compat: ia64: noarch
15 buildarch_compat: s390: noarch
5a076bba 16
4703c2f4
AF
17-macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
18+macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/macros.pld:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros.specspo:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
34e15a77 19
This page took 0.227492 seconds and 4 git commands to generate.