1 # $Id: rpmrc.in,v 2.9 1999/05/23 18:33:00 ewt Exp $
3 #############################################################
5 # Please send new entries to rpm-list@redhat.com
7 #############################################################
8 # Values for RPM_OPT_FLAGS for various platforms
10 optflags: i386 -O2 -m486 -fno-strength-reduce
14 optflags: m68k -O2 -fomit-frame-pointer
15 optflags: ppc -O2 -fsigned-char
16 optflags: parisc -O2 -mpa-risc-1-0
17 optflags: hppa1.0 -O2 -mpa-risc-1-0
18 optflags: hppa1.1 -O2 -mpa-risc-1-0
19 optflags: hppa1.2 -O2 -mpa-risc-1-0
20 optflags: hppa2.0 -O2 -mpa-risc-1-0
23 optflags: armv4 -O2 -fsigned-char -fomit-frame-pointer
24 optflags: armv4b -O2 -fsigned-char -fomit-frame-pointer
25 optflags: armv4l -O2 -fsigned-char -fomit-frame-pointer
27 #############################################################
28 # Canonical arch names and numbers
30 arch_canon: i986: i986 1
31 arch_canon: i886: i886 1
32 arch_canon: i786: i786 1
33 arch_canon: i686: i686 1
34 arch_canon: i586: i586 1
35 arch_canon: i486: i486 1
36 arch_canon: i386: i386 1
37 arch_canon: alpha: alpha 2
38 arch_canon: sparc: sparc 3
39 arch_canon: sun4: sparc 3
40 arch_canon: sun4m: sparc 3
41 arch_canon: sun4c: sparc 3
42 arch_canon: sun4d: sparc 3
43 # This is really a place holder for MIPS.
44 arch_canon: mipseb: mipseb 4
45 arch_canon: ppc: ppc 5
46 arch_canon: m68k: m68k 6
48 arch_canon: rs6000: rs6000 8
49 arch_canon: ia64: ia64 9
51 arch_canon: sparc64:sparc64 10
52 arch_canon: sun4u: sparc64 10
53 arch_canon: mipsel: mipsel 11
55 arch_canon: armv4b: armv4b 12
56 arch_canon: armv4l: armv4l 12
57 arch_canon: sa110: armv4 12
59 #############################################################
60 # Canonical OS names and numbers
62 os_canon: Linux: Linux 1
63 os_canon: IRIX: Irix 2
65 os_canon: SunOS5: solaris 3
66 os_canon: SunOS4: SunOS 4
68 os_canon: AmigaOS: AmigaOS 5
70 os_canon: HP-UX: hpux10 6
71 os_canon: OSF1: osf1 7
72 os_canon: osf4.0: osf1 7
73 os_canon: osf3.2: osf1 7
74 os_canon: FreeBSD: FreeBSD 8
75 os_canon: SCO_SV: SCO_SV3.2v5.0.2 9
76 os_canon: IRIX64: Irix64 10
77 os_canon: NEXTSTEP: NextStep 11
78 os_canon: BSD/OS: BSD_OS 12
79 os_canon: machten: machten 13
80 os_canon: CYGWIN32_NT: cygwin32 14
81 os_canon: CYGWIN32_95: cygwin32 15
82 os_canon: UNIX_SV: MP_RAS: 16
84 #############################################################
85 # For a given uname().machine, the default build arch
87 buildarchtranslate: osfmach3_i986: i386
88 buildarchtranslate: osfmach3_i886: i386
89 buildarchtranslate: osfmach3_i786: i386
90 buildarchtranslate: osfmach3_i686: i386
91 buildarchtranslate: osfmach3_i586: i386
92 buildarchtranslate: osfmach3_i486: i386
93 buildarchtranslate: osfmach3_i386: i386
95 buildarchtranslate: i986: i386
96 buildarchtranslate: i886: i386
97 buildarchtranslate: i786: i386
98 buildarchtranslate: i686: i386
99 buildarchtranslate: i586: i386
100 buildarchtranslate: i486: i386
101 buildarchtranslate: i386: i386
103 buildarchtranslate: osfmach3_ppc: ppc
104 buildarchtranslate: powerpc: ppc
105 buildarchtranslate: powerppc: ppc
107 buildarchtranslate: sun4c: sparc
108 buildarchtranslate: sun4d: sparc
109 buildarchtranslate: sun4m: sparc
110 buildarchtranslate: sun4u: sparc64
112 #############################################################
113 # Architecture compatibility
115 arch_compat: alpha: axp noarch
117 arch_compat: i986: i886
118 arch_compat: i886: i786
119 arch_compat: i786: i686
120 arch_compat: i686: i586
121 arch_compat: i586: i486
122 arch_compat: i486: i386
123 arch_compat: i386: noarch
125 arch_compat: osfmach3_i986: i986 osfmach3_i886
126 arch_compat: osfmach3_i886: i886 osfmach3_i786
127 arch_compat: osfmach3_i786: i786 osfmach3_i686
128 arch_compat: osfmach3_i686: i686 osfmach3_i586
129 arch_compat: osfmach3_i586: i586 osfmach3_i486
130 arch_compat: osfmach3_i486: i486 osfmach3_i386
131 arch_compat: osfmach3_i386: i486
133 arch_compat: osfmach3_ppc: ppc
134 arch_compat: powerpc: ppc
135 arch_compat: powerppc: ppc
137 arch_compat: sun4c: sparc
138 arch_compat: sun4d: sparc
139 arch_compat: sun4m: sparc
140 arch_compat: sun4u: sparc
141 arch_compat: sparc64: sparc
142 arch_compat: sparc: noarch
144 arch_compat: ppc: rs6000
145 arch_compat: rs6000: noarch
146 arch_compat: mipseb: noarch
147 arch_compat: mipsel: noarch
149 arch_compat: hppa2.0: hppa1.2
150 arch_compat: hppa1.2: hppa1.1
151 arch_compat: hppa1.1: hppa1.0
152 arch_compat: hppa1.0: parisc
153 arch_compat: parisc: noarch
155 arch_compat: armv4: arm armv4b armv4l noarch
156 arch_compat: armv4b: arm armv4 noarch
157 arch_compat: armv4l: arm armv4 noarch
159 os_compat: IRIX64: IRIX
160 os_compat: solaris2.7: solaris2.3 solaris2.4 solaris2.5 solaris2.6
161 os_compat: solaris2.6: solaris2.3 solaris2.4 solaris2.5
162 os_compat: solaris2.5: solaris2.3 solaris2.4
163 os_compat: solaris2.4: solaris2.3
165 os_compat: hpux11.00: hpux10.30
166 os_compat: hpux10.30: hpux10.20
167 os_compat: hpux10.20: hpux10.10
168 os_compat: hpux10.10: hpux10.01
169 os_compat: hpux10.01: hpux10.00
170 os_compat: hpux10.00: hpux9.07
171 os_compat: hpux9.07: hpux9.05
172 os_compat: hpux9.05: hpux9.04
174 os_compat: osf4.0: osf3.2
176 os_compat: ncr-sysv4.3: ncr-sysv4.2
178 buildarch_compat: i986: i886
179 buildarch_compat: i886: i786
180 buildarch_compat: i786: i686
181 buildarch_compat: i686: i586
182 buildarch_compat: i586: i486
183 buildarch_compat: i486: i386
184 buildarch_compat: i386: noarch
186 buildarch_compat: sun4c: noarch
187 buildarch_compat: sun4d: noarch
188 buildarch_compat: sun4m: noarch
189 buildarch_compat: sun4u: noarch
190 buildarch_compat: sparc64: noarch
191 buildarch_compat: sparc: noarch
192 buildarch_compat: alpha: noarch
193 buildarch_compat: m68k: noarch
194 buildarch_compat: ppc: noarch
195 buildarch_compat: mipsel: noarch
196 buildarch_compat: mipseb: noarch
197 buildarch_compat: armv4: armv4b armv4l noarch
198 buildarch_compat: armv4b: noarch
199 buildarch_compat: armv4l: noarch
200 buildarch_compat: parisc: noarch
202 #############################################################
203 #macrofiles: @RPMCONFIGDIR@/macros:@SYSCONFIGDIR@/macros:~/.rpmmacros
205 macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
207 #include: @RPMCONFIGDIR@/%{_target}/rpmrc