moved optflags, topdir defaults from rpmrc to here, removed rpmrc

CVS patchset: 1137
CVS date: 1996/10/31 19:48:54
This commit is contained in:
ewt 1996-10-31 19:48:54 +00:00
parent dce5886eb8
commit 34a53b4899
1 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,5 @@
#############################################################
# Default values, often overridden in /etc/rpmrc
dbpath: @varprefix@/lib/rpm dbpath: @varprefix@/lib/rpm
topdir: @prefix@/src/redhat topdir: @prefix@/src/redhat
@ -8,6 +10,14 @@ cpiobin: @CPIOBIN@
# Please send new entries to rpm-list@redhat.com # Please send new entries to rpm-list@redhat.com
#############################################################
# Values for RPM_OPT_FLAGS for various platforms
optflags: i386 -O2 -m486 -fno-strength-reduce
optflags: axp -O2
optflags: sparc -O2
optflags: m68k -O2 -fomit-frame-pointer
############################################################# #############################################################
# Canonical arch names and numbers # Canonical arch names and numbers
@ -94,3 +104,5 @@ arch_compat: osfmach3_i386: i486
arch_compat: osfmach3_ppc: ppc arch_compat: osfmach3_ppc: ppc
arch_compat: usparc: sparc arch_compat: usparc: sparc
topdir: /usr/src/redhat