First attempt at "make check".
[platform/upstream/rpm.git] / tests / rpmrc.in
1 #############################################################
2 # Default values, often overridden in /etc/rpmrc
3 #
4 # This file *should not be modified*. Local customizations
5 # belong in /etc/rpmrc, not here. This file will be replaced
6 # whenever a new version of RPM is installed.
7
8 macrofiles:     @testdir@@MACROFILES@
9 dbpath:         @testdir@@varprefix@/lib/rpm
10 topdir:         @testdir@@prefix@/src/redhat
11 tmppath:        @testdir@@tmpdir@
12 gzipbin:        @testdir@@GZIPBIN@
13 bzip2bin:       @testdir@@BZIP2BIN@
14 defaultdocdir:  @testdir@@prefix@/doc
15 fixperms:       @FIXPERMS@
16 rpmfilename:    %{ARCH}/%{NAME}-%{VERSION}-%{RELEASE}.%{ARCH}.rpm
17 instchangelog:  5
18
19 #############################################################
20
21 # Please send new entries to rpm-list@redhat.com
22
23 #############################################################
24 # Values for RPM_OPT_FLAGS for various platforms
25
26 optflags: i386 -O2 -m486 -fno-strength-reduce
27 optflags: alpha -O2
28 optflags: sparc -O2
29 optflags: m68k -O2 -fomit-frame-pointer
30 optflags: ppc -O2 -fsigned-char
31 optflags: parisc -O2 -mpa-risc-1-0
32 optflags: hppa1.0 -O2 -mpa-risc-1-0
33 optflags: hppa1.1 -O2 -mpa-risc-1-0
34 optflags: hppa1.2 -O2 -mpa-risc-1-0
35 optflags: hppa2.0 -O2 -mpa-risc-1-0
36 optflags: mipseb -O2
37 optflags: mipsel -O2
38 optflags: arm3 -O2
39 optflags: arm4 -O2
40
41 #############################################################
42 # Canonical arch names and numbers
43
44 arch_canon:     i986:   i986    1
45 arch_canon:     i886:   i886    1
46 arch_canon:     i786:   i786    1
47 arch_canon:     i686:   i686    1
48 arch_canon:     i586:   i586    1
49 arch_canon:     i486:   i486    1
50 arch_canon:     i386:   i386    1
51 arch_canon:     alpha:  alpha   2
52 arch_canon:     sparc:  sparc   3
53 arch_canon:     sun4:   sparc   3
54 arch_canon:     sun4m:  sparc   3
55 arch_canon:     sun4c:  sparc   3
56 arch_canon:     sun4d:  sparc   3
57 # This is really a place holder for MIPS.
58 arch_canon:     mipseb: mipseb  4
59 arch_canon:     ppc:    ppc     5
60 arch_canon:     m68k:   m68k    6
61 arch_canon:     IP:     sgi     7
62 arch_canon:     rs6000: rs6000  8
63
64 arch_canon:    sun4u:   usparc  10
65 arch_canon:     mipsel: mipsel  11
66
67 arch_canon:     arm:    arm     12
68 arch_canon:     arm6:   arm3    12
69 arch_canon:     arm610: arm3    12
70 arch_canon:     arm7:   arm3    12
71 arch_canon:     arm710: arm3    12
72 arch_canon:     arm8:   arm4    12
73 arch_canon:     arm810: arm4    12
74 arch_canon:     sa110:  arm4    12
75
76 #############################################################
77 # Canonical OS names and numbers
78
79 os_canon:       Linux:  Linux   1
80 os_canon:       IRIX:   Irix    2
81 # This is wrong
82 os_canon:       SunOS5: solaris 3
83 os_canon:       SunOS4: SunOS   4
84
85 os_canon:      AmigaOS: AmigaOS 5
86 os_canon:          AIX: AIX     5
87 os_canon:        HP-UX: hpux10  6
88 os_canon:         OSF1: osf1    7
89 os_canon:      FreeBSD: FreeBSD 8
90 os_canon:       SCO_SV: SCO_SV3.2v5.0.2  9
91 os_canon:       IRIX64: Irix64  10
92 os_canon:     NEXTSTEP: NextStep 11
93 os_canon:       BSD/OS: BSD_OS 12
94 os_canon:      machten: machten 13
95 os_canon:  CYGWIN32_NT: cygwin32 14
96 os_canon:  CYGWIN32_95: cygwin32 15
97 os_canon:      UNIX_SV: MP_RAS: 16
98
99 #############################################################
100 # For a given uname().machine, the default build arch
101
102 buildarchtranslate: osfmach3_i986: i386
103 buildarchtranslate: osfmach3_i886: i386
104 buildarchtranslate: osfmach3_i786: i386
105 buildarchtranslate: osfmach3_i686: i386
106 buildarchtranslate: osfmach3_i586: i386
107 buildarchtranslate: osfmach3_i486: i386
108 buildarchtranslate: osfmach3_i386: i386
109
110 buildarchtranslate: i986: i386
111 buildarchtranslate: i886: i386
112 buildarchtranslate: i786: i386
113 buildarchtranslate: i686: i386
114 buildarchtranslate: i586: i386
115 buildarchtranslate: i486: i386
116 buildarchtranslate: i386: i386
117
118 buildarchtranslate: osfmach3_ppc: ppc
119 buildarchtranslate: powerpc: ppc
120 buildarchtranslate: powerppc: ppc
121
122 #############################################################
123 # Architecture compatibility
124
125 arch_compat: alpha: axp noarch
126
127 arch_compat: i986: i886
128 arch_compat: i886: i786
129 arch_compat: i786: i686
130 arch_compat: i686: i586
131 arch_compat: i586: i486
132 arch_compat: i486: i386
133 arch_compat: i386: noarch
134
135 arch_compat: osfmach3_i986: i986 osfmach3_i886
136 arch_compat: osfmach3_i886: i886 osfmach3_i786
137 arch_compat: osfmach3_i786: i786 osfmach3_i686
138 arch_compat: osfmach3_i686: i686 osfmach3_i586
139 arch_compat: osfmach3_i586: i586 osfmach3_i486
140 arch_compat: osfmach3_i486: i486 osfmach3_i386
141 arch_compat: osfmach3_i386: i486
142
143 arch_compat: osfmach3_ppc: ppc
144 arch_compat: powerpc: ppc
145 arch_compat: powerppc: ppc
146
147 arch_compat: usparc: sparc
148 arch_compat: sparc: noarch
149
150 arch_compat: ppc: rs6000
151 arch_compat: rs6000: noarch
152 arch_compat: mipseb: noarch
153 arch_compat: mipsel: noarch
154
155 arch_compat: hppa2.0: hppa1.2
156 arch_compat: hppa1.2: hppa1.1
157 arch_compat: hppa1.1: hppa1.0
158 arch_compat: hppa1.0: parisc
159 arch_compat: parisc: noarch
160
161 arch_compat: arm4: arm3
162 arch_compat: arm3: noarch
163
164 os_compat:   IRIX64: IRIX
165 os_compat: solaris2.6: solaris2.3 solaris2.4 solaris2.5
166 os_compat: solaris2.5: solaris2.3 solaris2.4
167 os_compat: solaris2.4: solaris2.3
168
169 os_compat: hpux11.00: hpux10.30
170 os_compat: hpux10.30: hpux10.20
171 os_compat: hpux10.20: hpux10.10
172 os_compat: hpux10.10: hpux10.01
173 os_compat: hpux10.01: hpux10.00
174 os_compat: hpux10.00: hpux9.07
175 os_compat: hpux9.07: hpux9.05
176 os_compat: hpux9.05: hpux9.04
177
178 os_compat: osf4.0: osf3.2
179
180 os_compat: ncr-sysv4.3: ncr-sysv4.2
181
182 buildarch_compat: i986: i886
183 buildarch_compat: i886: i786
184 buildarch_compat: i786: i686
185 buildarch_compat: i686: i586
186 buildarch_compat: i586: i486
187 buildarch_compat: i486: i386
188 buildarch_compat: i386: noarch
189
190 buildarch_compat: sparc: noarch
191 buildarch_compat: alpha: noarch
192 buildarch_compat: m68k: noarch
193 buildarch_compat: ppc: noarch
194 buildarch_compat: mipsel: noarch
195 buildarch_compat: mipseb: noarch
196 buildarch_compat: arm4: noarch
197 buildarch_compat: arm3: noarch
198 buildarch_compat: parisc: noarch