- update brp-* scripts from rpm-4.0, enable in per-platform config.
- alpha: add -mieee to default optflags. CVS patchset: 3876 CVS date: 2000/06/20 16:29:22
This commit is contained in:
parent
4272f490ca
commit
593b0c7874
3
CHANGES
3
CHANGES
|
@ -72,6 +72,9 @@
|
|||
- builds against bzip2 1.0
|
||||
- fix: resurrect symlink unique'ifying property of finger prints.
|
||||
- fix: broken glob test with empty build directory (Geoff Keating).
|
||||
- fix: create per-platform directories correctly.
|
||||
- update brp-* scripts from rpm-4.0, enable in per-platform config.
|
||||
- alpha: add -mieee to default optflags.
|
||||
|
||||
3.0.3 -> 3.0.4
|
||||
- use compressed filenames on install side.
|
||||
|
|
2
rpm.spec
2
rpm.spec
|
@ -259,6 +259,8 @@ fi
|
|||
- fix: typo in brp-compress caused i18n man pages not to compress.
|
||||
- API: uncouple fadio from rest of librpmio.
|
||||
- API: externalize legacy fdOpen interface for rpmfind et al in librpmio.
|
||||
- update brp-* scripts from rpm-4.0, enable in per-platform config.
|
||||
- alpha: add -mieee to default optflags.
|
||||
|
||||
* Mon Jun 19 2000 Jeff Johnson <jbj@redhat.com>
|
||||
- fix: open all db indices before performing chroot.
|
||||
|
|
7
rpmrc.in
7
rpmrc.in
|
@ -1,4 +1,4 @@
|
|||
# $Id: rpmrc.in,v 2.24 2000/06/03 20:26:00 jbj Exp $
|
||||
# $Id: rpmrc.in,v 2.25 2000/06/20 16:29:23 jbj Exp $
|
||||
|
||||
#############################################################
|
||||
|
||||
|
@ -13,7 +13,10 @@ optflags: i586 -O2 -march=i586
|
|||
optflags: i686 -O2 -march=i686
|
||||
optflags: athlon -O2 -march=athlon
|
||||
optflags: ia64 -O2
|
||||
optflags: alpha -O2
|
||||
|
||||
# XXX Please note that -mieee has been added in rpm-3.0.5.
|
||||
optflags: alpha -O2 -mieee
|
||||
|
||||
optflags: sparc -O2 -m32 -mtune=ultrasparc
|
||||
optflags: sparcv9 -O2 -m32 -mcpu=ultrasparc
|
||||
optflags: sparc64 -O2 -m64 -mcpu=ultrasparc
|
||||
|
|
Loading…
Reference in New Issue