1 # $Id: rpmrc.in,v 2.8 1999/04/16 22:26:17 jbj 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
50 arch_canon: sparc64:sparc64 10
51 arch_canon: sun4u: sparc64 10
52 arch_canon: mipsel: mipsel 11
54 arch_canon: armv4b: armv4b 12
55 arch_canon: armv4l: armv4l 12
56 arch_canon: sa110: armv4 12
58 #############################################################
59 # Canonical OS names and numbers
61 os_canon: Linux: Linux 1
62 os_canon: IRIX: Irix 2
64 os_canon: SunOS5: solaris 3
65 os_canon: SunOS4: SunOS 4
67 os_canon: AmigaOS: AmigaOS 5
69 os_canon: HP-UX: hpux10 6
70 os_canon: OSF1: osf1 7
71 os_canon: osf4.0: osf1 7
72 os_canon: osf3.2: osf1 7
73 os_canon: FreeBSD: FreeBSD 8
74 os_canon: SCO_SV: SCO_SV3.2v5.0.2 9
75 os_canon: IRIX64: Irix64 10
76 os_canon: NEXTSTEP: NextStep 11
77 os_canon: BSD/OS: BSD_OS 12
78 os_canon: machten: machten 13
79 os_canon: CYGWIN32_NT: cygwin32 14
80 os_canon: CYGWIN32_95: cygwin32 15
81 os_canon: UNIX_SV: MP_RAS: 16
83 #############################################################
84 # For a given uname().machine, the default build arch
86 buildarchtranslate: osfmach3_i986: i386
87 buildarchtranslate: osfmach3_i886: i386
88 buildarchtranslate: osfmach3_i786: i386
89 buildarchtranslate: osfmach3_i686: i386
90 buildarchtranslate: osfmach3_i586: i386
91 buildarchtranslate: osfmach3_i486: i386
92 buildarchtranslate: osfmach3_i386: i386
94 buildarchtranslate: i986: i386
95 buildarchtranslate: i886: i386
96 buildarchtranslate: i786: i386
97 buildarchtranslate: i686: i386
98 buildarchtranslate: i586: i386
99 buildarchtranslate: i486: i386
100 buildarchtranslate: i386: i386
102 buildarchtranslate: osfmach3_ppc: ppc
103 buildarchtranslate: powerpc: ppc
104 buildarchtranslate: powerppc: ppc
106 buildarchtranslate: sun4c: sparc
107 buildarchtranslate: sun4d: sparc
108 buildarchtranslate: sun4m: sparc
109 buildarchtranslate: sun4u: sparc64
111 #############################################################
112 # Architecture compatibility
114 arch_compat: alpha: axp noarch
116 arch_compat: i986: i886
117 arch_compat: i886: i786
118 arch_compat: i786: i686
119 arch_compat: i686: i586
120 arch_compat: i586: i486
121 arch_compat: i486: i386
122 arch_compat: i386: noarch
124 arch_compat: osfmach3_i986: i986 osfmach3_i886
125 arch_compat: osfmach3_i886: i886 osfmach3_i786
126 arch_compat: osfmach3_i786: i786 osfmach3_i686
127 arch_compat: osfmach3_i686: i686 osfmach3_i586
128 arch_compat: osfmach3_i586: i586 osfmach3_i486
129 arch_compat: osfmach3_i486: i486 osfmach3_i386
130 arch_compat: osfmach3_i386: i486
132 arch_compat: osfmach3_ppc: ppc
133 arch_compat: powerpc: ppc
134 arch_compat: powerppc: ppc
136 arch_compat: sun4c: sparc
137 arch_compat: sun4d: sparc
138 arch_compat: sun4m: sparc
139 arch_compat: sun4u: sparc
140 arch_compat: sparc64: sparc
141 arch_compat: sparc: noarch
143 arch_compat: ppc: rs6000
144 arch_compat: rs6000: noarch
145 arch_compat: mipseb: noarch
146 arch_compat: mipsel: noarch
148 arch_compat: hppa2.0: hppa1.2
149 arch_compat: hppa1.2: hppa1.1
150 arch_compat: hppa1.1: hppa1.0
151 arch_compat: hppa1.0: parisc
152 arch_compat: parisc: noarch
154 arch_compat: armv4: arm armv4b armv4l noarch
155 arch_compat: armv4b: arm armv4 noarch
156 arch_compat: armv4l: arm armv4 noarch
158 os_compat: IRIX64: IRIX
159 os_compat: solaris2.7: solaris2.3 solaris2.4 solaris2.5 solaris2.6
160 os_compat: solaris2.6: solaris2.3 solaris2.4 solaris2.5
161 os_compat: solaris2.5: solaris2.3 solaris2.4
162 os_compat: solaris2.4: solaris2.3
164 os_compat: hpux11.00: hpux10.30
165 os_compat: hpux10.30: hpux10.20
166 os_compat: hpux10.20: hpux10.10
167 os_compat: hpux10.10: hpux10.01
168 os_compat: hpux10.01: hpux10.00
169 os_compat: hpux10.00: hpux9.07
170 os_compat: hpux9.07: hpux9.05
171 os_compat: hpux9.05: hpux9.04
173 os_compat: osf4.0: osf3.2
175 os_compat: ncr-sysv4.3: ncr-sysv4.2
177 buildarch_compat: i986: i886
178 buildarch_compat: i886: i786
179 buildarch_compat: i786: i686
180 buildarch_compat: i686: i586
181 buildarch_compat: i586: i486
182 buildarch_compat: i486: i386
183 buildarch_compat: i386: noarch
185 buildarch_compat: sun4c: noarch
186 buildarch_compat: sun4d: noarch
187 buildarch_compat: sun4m: noarch
188 buildarch_compat: sun4u: noarch
189 buildarch_compat: sparc64: noarch
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: armv4: armv4b armv4l noarch
197 buildarch_compat: armv4b: noarch
198 buildarch_compat: armv4l: noarch
199 buildarch_compat: parisc: noarch
201 #############################################################
202 #macrofiles: @RPMCONFIGDIR@/macros:@SYSCONFIGDIR@/macros:~/.rpmmacros
204 macrofiles: @RPMCONFIGDIR@/macros:@RPMCONFIGDIR@/%{_target}/macros:@SYSCONFIGDIR@/macros:@SYSCONFIGDIR@/%{_target}/macros:~/.rpmmacros
206 #include: @RPMCONFIGDIR@/%{_target}/rpmrc