Make asn1_ex_i2c, asn1_ex_c2i static.
[openssl.git] / Configurations / 10-main.conf
1 ## Standard openssl configuration targets.
2 ##
3 ## If you edit this file, run this command before committing
4 ##      make -f Makefile.org TABLE
5 ## This file is interpolated by the Configure script.
6
7 %targets = (
8
9 #### Basic configs that should work on any 32-bit box
10     "gcc" => {
11         cc               => "gcc",
12         cflags           => "",
13         debug_cflags     => "-O0 -g",
14         release_cflags   => "-O3",
15         thread_cflag     => "(unknown)",
16         bn_ops           => "BN_LLONG",
17     },
18     "cc" => {
19         cc               => "cc",
20         cflags           => "-O",
21         thread_cflag     => "(unknown)",
22     },
23
24 #### VOS Configurations
25     "vos-gcc" => {
26         cc               => "gcc",
27         cflags           => "-Wall -DOPENSSL_SYS_VOS -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN",
28         debug_cflags     => "-O0 -g -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG",
29         release_cflags   => "-O3",
30         thread_cflag     => "(unknown)",
31         sys_id           => "VOS",
32         lflags           => "-Wl,-map",
33         bn_ops           => "BN_LLONG",
34         shared_extension => ".so",
35     },
36
37 #### Solaris x86 with GNU C setups
38     "solaris-x86-gcc" => {
39         # -DOPENSSL_NO_INLINE_ASM switches off inline assembler. We have
40         # to do it here because whenever GNU C instantiates an assembler
41         # template it surrounds it with #APP #NO_APP comment pair which
42         # (at least Solaris 7_x86) /usr/ccs/bin/as fails to assemble
43         # with "Illegal mnemonic" error message.
44         inherit_from     => [ asm("x86_elf_asm") ],
45         cc               => "gcc",
46         cflags           => "-march=pentium -Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM",
47         debug_cflags     => "-O0 -g",
48         release_cflags   => "-O3 -fomit-frame-pointer",
49         thread_cflag     => "-D_REENTRANT",
50         lflags           => "-lsocket -lnsl -ldl",
51         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
52         dso_scheme       => "dlfcn",
53         shared_target    => "solaris-shared",
54         shared_cflag     => "-fPIC",
55         shared_ldflag    => "-shared",
56         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
57     },
58     "solaris64-x86_64-gcc" => {
59         # -shared -static-libgcc might appear controversial, but modules
60         # taken from static libgcc do not have relocations and linking
61         # them into our shared objects doesn't have any negative side
62         # effects. On the contrary, doing so makes it possible to use
63         # gcc shared build with Sun C. Given that gcc generates faster
64         # code [thanks to inline assembler], I would actually recommend
65         # to consider using gcc shared build even with vendor compiler:-)
66         #                                       <appro@fy.chalmers.se>
67         inherit_from     => [ asm("x86_64_asm") ],
68         cc               => "gcc",
69         cflags           => "-m64 -Wall -DL_ENDIAN",
70         debug_cflags     => "-O0 -g",
71         release_cflags   => "-O3",
72         thread_cflag     => "-D_REENTRANT",
73         lflags           => "-lsocket -lnsl -ldl",
74         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
75         perlasm_scheme   => "elf",
76         dso_scheme       => "dlfcn",
77         shared_target    => "solaris-shared",
78         shared_cflag     => "-fPIC",
79         shared_ldflag    => "-m64 -shared -static-libgcc",
80         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
81         multilib         => "/64",
82     },
83
84 #### Solaris x86 with Sun C setups
85     "solaris-x86-cc" => {
86         cc               => "cc",
87         cflags           => "-xarch=generic -xstrconst -Xa -DL_ENDIAN",
88         debug_cflags     => "-g",
89         release_cflags   => "-xO5 -xregs=frameptr -xdepend -xbuiltin",
90         thread_cflag     => "-D_REENTRANT",
91         lflags           => "-lsocket -lnsl -ldl",
92         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR",
93         dso_scheme       => "dlfcn",
94         shared_target    => "solaris-shared",
95         shared_cflag     => "-KPIC",
96         shared_ldflag    => "-G -dy -z text",
97         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
98     },
99     "solaris64-x86_64-cc" => {
100         inherit_from     => [ asm("x86_64_asm") ],
101         cc               => "cc",
102         cflags           => "-xarch=generic64 -xstrconst -Xa -DL_ENDIAN",
103         debug_cflags     => "-g",
104         release_cflags   => "-xO5 -xdepend -xbuiltin",
105         thread_cflag     => "-D_REENTRANT",
106         lflags           => "-lsocket -lnsl -ldl",
107         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
108         perlasm_scheme   => "elf",
109         dso_scheme       => "dlfcn",
110         shared_target    => "solaris-shared",
111         shared_cflag     => "-KPIC",
112         shared_ldflag    => "-xarch=generic64 -G -dy -z text",
113         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
114         multilib         => "/64",
115     },
116
117 #### SPARC Solaris with GNU C setups
118     "solaris-sparcv7-gcc" => {
119         cc               => "gcc",
120         cflags           => "-Wall -DB_ENDIAN -DBN_DIV2W",
121         debug_cflags     => "-O0 -g",
122         release_cflags   => "-O3",
123         thread_cflag     => "-D_REENTRANT",
124         lflags           => "-lsocket -lnsl -ldl",
125         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR",
126         dso_scheme       => "dlfcn",
127         shared_target    => "solaris-shared",
128         shared_cflag     => "-fPIC",
129         shared_ldflag    => "-shared",
130         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
131     },
132     "solaris-sparcv8-gcc" => {
133         inherit_from     => [ "solaris-sparcv7-gcc", asm("sparcv8_asm") ],
134         cflags           => sub { join(" ","-mv8",@_); },
135     },
136     "solaris-sparcv9-gcc" => {
137         # -m32 should be safe to add as long as driver recognizes
138         # -mcpu=ultrasparc
139         inherit_from     => [ "solaris-sparcv7-gcc", asm("sparcv9_asm") ],
140         cc               => "gcc",
141         cflags           => sub { join(" ","-m32 -mcpu=ultrasparc",@_); },
142         debug_cflags     => "-DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -O -g -pedantic -ansi -Wshadow -Wno-long-long -D__EXTENSIONS__",
143         release_cflags   => "-O3",
144     },
145     "solaris64-sparcv9-gcc" => {
146         inherit_from     => [ "solaris-sparcv9-gcc" ],
147         cc               => "gcc",
148         cflags           => "-m64 -mcpu=ultrasparc -Wall -DB_ENDIAN",
149         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR",
150         shared_ldflag    => "-m64 -shared",
151         multilib         => "/64",
152     },
153
154 #### SPARC Solaris with Sun C setups
155 # SC4.0 doesn't pass 'make test', upgrade to SC5.0 or SC4.2.
156 # SC4.2 is ok, better than gcc even on bn as long as you tell it -xarch=v8
157 # SC5.0 note: Compiler common patch 107357-01 or later is required!
158     "solaris-sparcv7-cc" => {
159         cc               => "cc",
160         cflags           => "-xstrconst -Xa -DB_ENDIAN -DBN_DIV2W",
161         debug_cflags     => "-g -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL",
162         release_cflags   => "-xO5 -xdepend",
163         thread_cflag     => "-D_REENTRANT",
164         lflags           => "-lsocket -lnsl -ldl",
165         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR",
166         dso_scheme       => "dlfcn",
167         shared_target    => "solaris-shared",
168         shared_cflag     => "-KPIC",
169         shared_ldflag    => "-G -dy -z text",
170         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
171     },
172 ####
173     "solaris-sparcv8-cc" => {
174         inherit_from     => [ "solaris-sparcv7-cc", asm("sparcv8_asm") ],
175         cflags           => sub { join(" ","-xarch=v8",@_); },
176     },
177     "solaris-sparcv9-cc" => {
178         inherit_from     => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
179         cflags           => sub { join(" ","-xarch=v8plus -xtarget=ultra",@_); },
180     },
181     "solaris64-sparcv9-cc" => {
182         inherit_from     => [ "solaris-sparcv7-cc", asm("sparcv9_asm") ],
183         cflags           => sub { join(" ","-xarch=v9 -xtarget=ultra",@_); },
184         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR",
185         shared_ldflag    => "-xarch=v9 -G -dy -z text",
186         multilib         => "/64",
187     },
188
189 #### IRIX 5.x configs
190 # -mips2 flag is added by ./config when appropriate.
191     "irix-gcc" => {
192         inherit_from     => [ asm("mips32_asm") ],
193         cc               => "gcc",
194         cflags           => "-DB_ENDIAN",
195         debug_cflags     => "-g -O0",
196         release_cflags   => "-O3",
197         thread_cflag     => "(unknown)",
198         bn_ops           => "BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR",
199         perlasm_scheme   => "o32",
200         dso_scheme       => "dlfcn",
201         shared_target    => "irix-shared",
202         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
203     },
204     "irix-cc" => {
205         inherit_from     => [ asm("mips32_asm") ],
206         cc               => "cc",
207         cflags           => "-use_readonly_const -DB_ENDIAN",
208         debug_cflags     => "-g -O0",
209         release_cflags   => "-O2",
210         thread_cflag     => "(unknown)",
211         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR",
212         perlasm_scheme   => "o32",
213         dso_scheme       => "dlfcn",
214         shared_target    => "irix-shared",
215         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
216     },
217 #### IRIX 6.x configs
218 # Only N32 and N64 ABIs are supported. If you need O32 ABI build, invoke
219 # './Configure irix-cc -o32' manually.
220     "irix-mips3-gcc" => {
221         inherit_from     => [ asm("mips64_asm") ],
222         cc               => "gcc",
223         cflags           => "-mabi=n32 -DB_ENDIAN -DBN_DIV3W",
224         debug_cflags     => "-g -O0",
225         release_cflags   => "-O3",
226         thread_cflag     => "-D_SGI_MP_SOURCE",
227         bn_ops           => "MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT",
228         perlasm_scheme   => "n32",
229         dso_scheme       => "dlfcn",
230         shared_target    => "irix-shared",
231         shared_ldflag    => "-mabi=n32",
232         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
233         multilib         => "32",
234     },
235     "irix-mips3-cc" => {
236         inherit_from     => [ asm("mips64_asm") ],
237         cc               => "cc",
238         cflags           => "-n32 -mips3 -use_readonly_const -G0 -rdata_shared -DB_ENDIAN -DBN_DIV3W",
239         debug_cflags     => "-g -O0",
240         release_cflags   => "-O2",
241         thread_cflag     => "-D_SGI_MP_SOURCE",
242         bn_ops           => "DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT",
243         perlasm_scheme   => "n32",
244         dso_scheme       => "dlfcn",
245         shared_target    => "irix-shared",
246         shared_ldflag    => "-n32",
247         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
248         multilib         => "32",
249     },
250     # N64 ABI builds.
251     "irix64-mips4-gcc" => {
252         inherit_from     => [ asm("mips64_asm") ],
253         cc               => "gcc",
254         cflags           => "-mabi=64 -mips4 -DB_ENDIAN -DBN_DIV3W",
255         debug_cflags     => "-g -O0",
256         release_cflags   => "-O3",
257         thread_cflag     => "-D_SGI_MP_SOURCE",
258         bn_ops           => "RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG",
259         perlasm_scheme   => "64",
260         dso_scheme       => "dlfcn",
261         shared_target    => "irix-shared",
262         shared_ldflag    => "-mabi=64",
263         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
264         multilib         => "64",
265     },
266     "irix64-mips4-cc" => {
267         inherit_from     => [ asm("mips64_asm") ],
268         cc               => "cc",
269         cflags           => "-64 -mips4 -use_readonly_const -G0 -rdata_shared -DB_ENDIAN -DBN_DIV3W",
270         debug_cflags     => "-g -O0",
271         release_cflags   => "-O2",
272         thread_cflag     => "-D_SGI_MP_SOURCE",
273         bn_ops           => "RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG",
274         perlasm_scheme   => "64",
275         dso_scheme       => "dlfcn",
276         shared_target    => "irix-shared",
277         shared_ldflag    => "-64",
278         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
279         multilib         => "64",
280     },
281
282 #### Unified HP-UX ANSI C configs.
283 # Special notes:
284 # - Originally we were optimizing at +O4 level. It should be noted
285 #   that the only difference between +O3 and +O4 is global inter-
286 #   procedural analysis. As it has to be performed during the link
287 #   stage the compiler leaves behind certain pseudo-code in lib*.a
288 #   which might be release or even patch level specific. Generating
289 #   the machine code for and analyzing the *whole* program appears
290 #   to be *extremely* memory demanding while the performance gain is
291 #   actually questionable. The situation is intensified by the default
292 #   HP-UX data set size limit (infamous 'maxdsiz' tunable) of 64MB
293 #   which is way too low for +O4. In other words, doesn't +O3 make
294 #   more sense?
295 # - Keep in mind that the HP compiler by default generates code
296 #   suitable for execution on the host you're currently compiling at.
297 #   If the toolkit is ment to be used on various PA-RISC processors
298 #   consider './Configure hpux-parisc-[g]cc +DAportable'.
299 # - -DMD32_XARRAY triggers workaround for compiler bug we ran into in
300 #   32-bit message digests. (For the moment of this writing) HP C
301 #   doesn't seem to "digest" too many local variables (they make "him"
302 #   chew forever:-). For more details look-up MD32_XARRAY comment in
303 #   crypto/sha/sha_lcl.h.
304 # - originally there were 32-bit hpux-parisc2-* targets. They were
305 #   scrapped, because a) they were not interchangable with other 32-bit
306 #   targets; a) when critical 32-bit assembly modules detect if they
307 #   are executed on PA-RISC 2.0 and thus adequate performance is
308 #   provided. 
309 #                                       <appro@fy.chalmers.se>
310     "hpux-parisc-gcc" => {
311         cc               => "gcc",
312         cflags           => "-DB_ENDIAN -DBN_DIV2W",
313         debug_cflags     => "-O0 -g",
314         release_cflags   => "-O3",
315         thread_cflag     => "-D_REENTRANT",
316         lflags           => "-Wl,+s -ldld",
317         bn_ops           => "BN_LLONG DES_PTR DES_UNROLL DES_RISC1",
318         dso_scheme       => "dl",
319         shared_target    => "hpux-shared",
320         shared_cflag     => "-fPIC",
321         shared_ldflag    => "-shared",
322         shared_extension => ".sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
323     },
324     "hpux-parisc1_1-gcc" => {
325         inherit_from     => [ "hpux-parisc-gcc", asm("parisc11_asm") ],
326         multilib         => "/pa1.1",
327     },
328     "hpux64-parisc2-gcc" => {
329         inherit_from     => [ asm("parisc20_64_asm") ],
330         cc               => "gcc",
331         cflags           => "-DB_ENDIAN",
332         debug_cflags     => "-O0 -g",
333         release_cflags   => "-O3",
334         thread_cflag     => "-D_REENTRANT",
335         lflags           => "-ldl",
336         bn_ops           => "SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT",
337         dso_scheme       => "dlfcn",
338         shared_target    => "hpux-shared",
339         shared_cflag     => "-fpic",
340         shared_ldflag    => "-shared",
341         shared_extension => ".sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
342         multilib         => "/pa20_64",
343     },
344
345     # More attempts at unified 10.X and 11.X targets for HP C compiler.
346     #
347     # Chris Ruemmler <ruemmler@cup.hp.com>
348     # Kevin Steves <ks@hp.se>
349     "hpux-parisc-cc" => {
350         cc               => "cc",
351         cflags           => "+Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY",
352         debug_cflags      => "+O0 +d -g",
353         release_cflags   => "+O3",
354         thread_cflag     => "-D_REENTRANT",
355         lflags           => "-Wl,+s -ldld",
356         bn_ops           => "MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT",
357         dso_scheme       => "dl",
358         shared_target    => "hpux-shared",
359         shared_cflag     => "+Z",
360         shared_ldflag    => "-b",
361         shared_extension => ".sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
362     },
363     "hpux-parisc1_1-cc" => {
364         inherit_from     => [ "hpux-parisc-cc", asm("parisc11_asm") ],
365         cflags           => sub { join(" ","+DA1.1",@_); },
366         multilib         => "/pa1.1",
367     },
368     "hpux64-parisc2-cc" => {
369         inherit_from     => [ asm("parisc20_64_asm") ],
370         cc               => "cc",
371         cflags           => "+DD64 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY",
372         debug_cflags      => "+O0 +d -g",
373         release_cflags   => "+O3",
374         thread_cflag     => "-D_REENTRANT",
375         lflags           => "-ldl",
376         bn_ops           => "SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT",
377         dso_scheme       => "dlfcn",
378         shared_target    => "hpux-shared",
379         shared_cflag     => "+Z",
380         shared_ldflag    => "+DD64 -b",
381         shared_extension => ".sl.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
382         multilib         => "/pa20_64",
383     },
384
385     # HP/UX IA-64 targets
386     "hpux-ia64-cc" => {
387         inherit_from     => [ asm("ia64_asm") ],
388         cc               => "cc",
389         cflags           => "-Ae +DD32 +Olit=all -z -DB_ENDIAN",
390         debug_cflags     => "+O0 +d -g",
391         release_cflags   => "+O2",
392         thread_cflag     => "-D_REENTRANT",
393         lflags           => "-ldl",
394         bn_ops           => "SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT",
395         dso_scheme       => "dlfcn",
396         shared_target    => "hpux-shared",
397         shared_cflag     => "+Z",
398         shared_ldflag    => "+DD32 -b",
399         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
400         multilib         => "/hpux32",
401     },
402     # Frank Geurts <frank.geurts@nl.abnamro.com> has patiently assisted
403     # with debugging of the following config.
404     "hpux64-ia64-cc" => {
405         inherit_from     => [ asm("ia64_asm") ],
406         cc               => "cc",
407         cflags           => "-Ae +DD64 +Olit=all -z -DB_ENDIAN",
408         debug_cflags     => "+O0 +d -g",
409         release_cflags   => "+O3",
410         thread_cflag     => "-D_REENTRANT",
411         lflags           => "-ldl",
412         bn_ops           => "SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT",
413         dso_scheme       => "dlfcn",
414         shared_target    => "hpux-shared",
415         shared_cflag     => "+Z",
416         shared_ldflag    => "+DD64 -b",
417         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
418         multilib         => "/hpux64",
419     },
420     # GCC builds...
421     "hpux-ia64-gcc" => {
422         inherit_from     => [ asm("ia64_asm") ],
423         cc               => "gcc",
424         cflags           => "-DB_ENDIAN",
425         debug_cflags     => "-O0 -g",
426         release_cflags   => "-O3",
427         thread_cflag     => "-D_REENTRANT",
428         lflags           => "-ldl",
429         bn_ops           => "SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT",
430         dso_scheme       => "dlfcn",
431         shared_target    => "hpux-shared",
432         shared_cflag     => "-fpic",
433         shared_ldflag    => "-shared",
434         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
435         multilib         => "/hpux32",
436     },
437     "hpux64-ia64-gcc" => {
438         inherit_from     => [ asm("ia64_asm") ],
439         cc               => "gcc",
440         cflags           => "-mlp64 -DB_ENDIAN",
441         debug_cflags     => "-O0 -g",
442         release_cflags   => "-O3",
443         thread_cflag     => "-D_REENTRANT",
444         lflags           => "-ldl",
445         bn_ops           => "SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT",
446         dso_scheme       => "dlfcn",
447         shared_target    => "hpux-shared",
448         shared_cflag     => "-fpic",
449         shared_ldflag    => "-mlp64 -shared",
450         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
451         multilib         => "/hpux64",
452     },
453
454 #### HP MPE/iX http://jazz.external.hp.com/src/openssl/
455     "MPE/iX-gcc" => {
456         cc               => "gcc",
457         cflags           => "-D_ENDIAN -DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB",
458         thread_cflag     => "(unknown)",
459         sys_id           => "MPE",
460         lflags           => "-L/SYSLOG/PUB -lsyslog -lsocket -lcurses",
461         bn_ops           => "BN_LLONG DES_PTR DES_UNROLL DES_RISC1",
462     },
463
464 #### DEC Alpha OSF/1/Tru64 targets.
465 #
466 #       "What's in a name? That which we call a rose
467 #        By any other word would smell as sweet."
468 #
469 # - William Shakespeare, "Romeo & Juliet", Act II, scene II.
470 #
471 # For gcc, the following gave a %50 speedup on a 164 over the 'DES_INT' version
472 #
473     "osf1-alpha-gcc" => {
474         inherit_from     => [ asm("alpha_asm") ],
475         cc               => "gcc",
476         cflags           => "-O3",
477         thread_cflag     => "(unknown)",
478         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1",
479         dso_scheme       => "dlfcn",
480         shared_target    => "alpha-osf1-shared",
481         shared_extension => ".so",
482     },
483     "osf1-alpha-cc" => {
484         inherit_from     => [ asm("alpha_asm") ],
485         cc               => "cc",
486         cflags           => "-std1 -tune host -O4 -readonly_strings",
487         thread_cflag     => "(unknown)",
488         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK",
489         dso_scheme       => "dlfcn",
490         shared_target    => "alpha-osf1-shared",
491         shared_extension => ".so",
492     },
493     "tru64-alpha-cc" => {
494         inherit_from     => [ asm("alpha_asm") ],
495         cc               => "cc",
496         cflags           => "-std1 -tune host -fast -readonly_strings",
497         thread_cflag     => "-pthread",
498         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK",
499         dso_scheme       => "dlfcn",
500         shared_target    => "alpha-osf1-shared",
501         shared_ldflag    => "-msym",
502         shared_extension => ".so",
503     },
504
505 ####
506 #### Variety of LINUX:-)
507 ####
508 # *-generic* is endian-neutral target, but ./config is free to
509 # throw in -D[BL]_ENDIAN, whichever appropriate...
510     "linux-generic32" => {
511         cc               => "gcc",
512         cflags           => "-Wall",
513         debug_cflags     => "-O0 -g -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG",
514         release_cflags   => "-O3",
515         thread_cflag     => "-D_REENTRANT",
516         lflags           => "-ldl",
517         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
518         dso_scheme       => "dlfcn",
519         shared_target    => "linux-shared",
520         shared_cflag     => "-fPIC",
521         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
522     },
523     "linux-generic64" => {
524         inherit_from     => [ "linux-generic32" ],
525         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
526     },
527
528     "linux-ppc" => {
529         inherit_from     => [ "linux-generic32", asm("ppc32_asm") ],
530         perlasm_scheme   => "linux32",
531     },
532     "linux-ppc64" => {
533         inherit_from     => [ "linux-generic64", asm("ppc64_asm") ],
534         cflags           => "-m64 -Wall -DB_ENDIAN",
535         perlasm_scheme   => "linux64",
536         shared_ldflag    => "-m64",
537         multilib         => "64",
538     },
539     "linux-ppc64le" => {
540         inherit_from     => [ "linux-generic64", asm("ppc64_asm") ],
541         cflags           => "-m64 -Wall -DL_ENDIAN",
542         perlasm_scheme   => "linux64le",
543         shared_ldflag    => "-m64",
544     },
545
546     "linux-armv4" => {
547         ################################################################
548         # Note that -march is not among compiler options in linux-armv4
549         # target description. Not specifying one is intentional to give
550         # you choice to:
551         #
552         # a) rely on your compiler default by not specifying one;
553         # b) specify your target platform explicitly for optimal
554         # performance, e.g. -march=armv6 or -march=armv7-a;
555         # c) build "universal" binary that targets *range* of platforms
556         # by specifying minimum and maximum supported architecture;
557         #
558         # As for c) option. It actually makes no sense to specify
559         # maximum to be less than ARMv7, because it's the least
560         # requirement for run-time switch between platform-specific
561         # code paths. And without run-time switch performance would be
562         # equivalent to one for minimum. Secondly, there are some
563         # natural limitations that you'd have to accept and respect.
564         # Most notably you can *not* build "universal" binary for
565         # big-endian platform. This is because ARMv7 processor always
566         # picks instructions in little-endian order. Another similar
567         # limitation is that -mthumb can't "cross" -march=armv6t2
568         # boundary, because that's where it became Thumb-2. Well, this
569         # limitation is a bit artificial, because it's not really
570         # impossible, but it's deemed too tricky to support. And of
571         # course you have to be sure that your binutils are actually
572         # up to the task of handling maximum target platform. With all
573         # this in mind here is an example of how to configure
574         # "universal" build:
575         #
576         # ./Configure linux-armv4 -march=armv6 -D__ARM_MAX_ARCH__=8
577         #
578         inherit_from     => [ "linux-generic32", asm("armv4_asm") ],
579         perlasm_scheme   => "linux32",
580     },
581     "linux-aarch64" => {
582         inherit_from     => [ "linux-generic64", asm("aarch64_asm") ],
583         perlasm_scheme   => "linux64",
584     },
585
586     "linux-mips32" => {
587         # Configure script adds minimally required -march for assembly
588         # support, if no -march was specified at command line.
589         inherit_from     => [ "linux-generic32", asm("mips32_asm") ],
590         cflags           => "-mabi=32 -Wall -DBN_DIV3W",
591         perlasm_scheme   => "o32",
592         shared_ldflag    => "-mabi=32",
593     },
594     # mips32 and mips64 below refer to contemporary MIPS Architecture
595     # specifications, MIPS32 and MIPS64, rather than to kernel bitness.
596     "linux-mips64" => {
597         inherit_from     => [ "linux-generic32", asm("mips64_asm") ],
598         cflags           => "-mabi=n32 -Wall -DBN_DIV3W",
599         bn_ops           => "SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
600         perlasm_scheme   => "n32",
601         shared_ldflag    => "-mabi=n32",
602         multilib         => "32",
603     },
604     "linux64-mips64" => {
605         inherit_from     => [ "linux-generic64", asm("mips64_asm") ],
606         cflags           => "-mabi=64 -O3 -Wall -DBN_DIV3W",
607         perlasm_scheme   => "64",
608         shared_ldflag    => "-mabi=64",
609         multilib         => "64",
610     },
611
612     #### IA-32 targets...
613     "linux-elf" => {
614         inherit_from     => [ "linux-generic32", asm("x86_elf_asm") ],
615         cc               => "gcc",
616         cflags           => "-march=i486 -DL_ENDIAN -Wall",
617         debug_cflags     => "-O0 -g -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG",
618         release_cflags   => "-O3 -fomit-frame-pointer",
619         debug_lflags     => "-lefence",
620         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
621     },
622     "linux-aout" => {
623         inherit_from     => [ asm("x86_asm") ],
624         cc               => "gcc",
625         cflags           => "-DL_ENDIAN -march=i486 -Wall",
626         debug_cflags     => "-O0 -g",
627         release_cflags   => "-O3 -fomit-frame-pointer",
628         thread_cflag     => "(unknown)",
629         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
630         perlasm_scheme   => "a.out",
631     },
632
633     "linux-x86_64" => {
634         inherit_from     => [ "linux-generic64", asm("x86_64_asm") ],
635         cflags           => "-m64 -DL_ENDIAN -Wall",
636         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
637         perlasm_scheme   => "elf",
638         shared_ldflag    => "-m64",
639         multilib         => "64",
640     },
641     "linux-x86_64-clang" => {
642         inherit_from     => [ "linux-x86_64" ],
643         cc               => "clang",
644         cflags           => "-m64 -DL_ENDIAN -Weverything $clang_disabled_warnings -Qunused-arguments",
645     },
646     "linux-x32" => {
647         inherit_from     => [ "linux-generic32", asm("x86_64_asm") ],
648         cflags           => "-mx32 -DL_ENDIAN -Wall",
649         bn_ops           => "SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT DES_UNROLL",
650         perlasm_scheme   => "elf",
651         shared_ldflag    => "-mx32",
652         multilib         => "x32",
653     },
654
655     "linux-ia64" => {
656         inherit_from     => [ "linux-generic64", asm("ia64_asm") ],
657         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT",
658     },
659
660     "linux64-s390x" => {
661         inherit_from     => [ "linux-generic64", asm("s390x_asm") ],
662         cflags           => "-m64 -Wall -DB_ENDIAN",
663         thread_cflag     => "-D_REENTRANT",
664         perlasm_scheme   => "64",
665         shared_ldflag    => "-m64",
666         multilib         => "64",
667     },
668     "linux32-s390x" => {
669         #### So called "highgprs" target for z/Architecture CPUs
670         # "Highgprs" is kernel feature first implemented in Linux
671         # 2.6.32, see /proc/cpuinfo. The idea is to preserve most
672         # significant bits of general purpose registers not only
673         # upon 32-bit process context switch, but even on
674         # asynchronous signal delivery to such process. This makes
675         # it possible to deploy 64-bit instructions even in legacy
676         # application context and achieve better [or should we say
677         # adequate] performance. The build is binary compatible with
678         # linux-generic32, and the idea is to be able to install the
679         # resulting libcrypto.so alongside generic one, e.g. as
680         # /lib/highgprs/libcrypto.so.x.y, for ldconfig and run-time
681         # linker to autodiscover. Unfortunately it doesn't work just
682         # yet, because of couple of bugs in glibc
683         # sysdeps/s390/dl-procinfo.c affecting ldconfig and ld.so.1...
684         #
685         inherit_from     => [ "linux-generic32", asm("s390x_asm") ],
686         cflags           => "-m31 -Wall -Wa,-mzarch -DB_ENDIAN",
687         bn_obj           => sub { my $r=join(" ",@_); $r=~s/bn\-s390x/bn_asm/; $r; },
688         perlasm_scheme   => "31",
689         shared_ldflag    => "-m31",
690         multilib         => "/highgprs",
691     },
692
693     #### SPARC Linux setups
694     # Ray Miller <ray.miller@computing-services.oxford.ac.uk> has
695     # patiently assisted with debugging of following two configs.
696     "linux-sparcv8" => {
697         inherit_from     => [ "linux-generic32", asm("sparcv8_asm") ],
698         cflags           => "-mv8 -Wall -DB_ENDIAN -DBN_DIV2W",
699     },
700     "linux-sparcv9" => {
701         # it's a real mess with -mcpu=ultrasparc option under Linux,
702         # but -Wa,-Av8plus should do the trick no matter what.
703         inherit_from     => [ "linux-generic32", asm("sparcv9_asm") ],
704         cflags           => "-m32 -mcpu=ultrasparc -Wall -Wa,-Av8plus -DB_ENDIAN -DBN_DIV2W",
705         shared_ldflag    => "-m32",
706     },
707     "linux64-sparcv9" => {
708         # GCC 3.1 is a requirement
709         inherit_from     => [ "linux-generic64", asm("sparcv9_asm") ],
710         cflags           => "-m64 -mcpu=ultrasparc -Wall -DB_ENDIAN",
711         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
712         shared_ldflag    => "-m64",
713         multilib         => "64",
714     },
715
716     "linux-alpha-gcc" => {
717         inherit_from     => [ "linux-generic64", asm("alpha_asm") ],
718         cflags           => "-DL_ENDIAN",
719         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL",
720     },
721     "linux-c64xplus" => {
722         # TI_CGT_C6000_7.3.x is a requirement
723         cc               => "cl6x",
724         cflags           => "--linux -ea=.s -eo=.o -mv6400+ -o2 -ox -ms -pden -DOPENSSL_SMALL_FOOTPRINT",
725         thread_cflag     => "-D_REENTRANT",
726         bn_ops           => "BN_LLONG",
727         cpuid_obj        => "c64xpluscpuid.o",
728         bn_obj           => "bn-c64xplus.o c64xplus-gf2m.o",
729         aes_obj          => "aes-c64xplus.o aes_cbc.o aes_ctr.o",
730         sha1_obj         => "sha1-c64xplus.o sha256-c64xplus.o sha512-c64xplus.o",
731         rc4_obj          => "rc4-c64xplus.o",
732         modes_obj        => "ghash-c64xplus.o",
733         perlasm_scheme   => "void",
734         dso_scheme       => "dlfcn",
735         shared_target    => "linux-shared",
736         shared_cflag     => "--pic",
737         shared_ldflag    => "-z --sysv --shared",
738         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
739         ranlib           => "true",
740     },
741
742 #### Android: linux-* but without pointers to headers and libs.
743     "android" => {
744         inherit_from     => [ "linux-generic32" ],
745         cflags           => "-mandroid -I\$(ANDROID_DEV)/include -B\$(ANDROID_DEV)/lib -Wall",
746         debug_cflags     => "-O0 -g",
747     },
748     "android-x86" => {
749         inherit_from     => [ "android", asm("x86_asm") ],
750         release_cflags   => "-O3 -fomit-frame-pointer",
751         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
752         perlasm_scheme   => "android",
753     },
754     "android-armv7" => {
755         inherit_from     => [ "android", asm("armv4_asm") ],
756         cflags           => sub { join (" ","-march=armv7-a",@_); },
757     },
758     "android-mips" => {
759         inherit_from     => [ "android", asm("mips32_asm") ],
760         perlasm_scheme   => "o32",
761     },
762
763 #### *BSD [do see comment about ${BSDthreads} in Configure!]
764     "BSD-generic32" => {
765         cc               => "gcc",
766         cflags           => "-Wall",
767         debug_cflags     => "-O0 -g",
768         release_cflags   => "-O3",
769         thread_cflag     => "${BSDthreads}",
770         bn_ops           => "BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL",
771         dso_scheme       => "dlfcn",
772         shared_target    => "bsd-gcc-shared",
773         shared_cflag     => "-fPIC",
774         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
775     },
776     "BSD-generic64" => {
777         inherit_from     => [ "BSD-generic32" ],
778         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
779     },
780
781     "BSD-x86" => {
782         inherit_from     => [ "BSD-generic32", asm("x86_asm") ],
783         cflags           => "-DL_ENDIAN -Wall",
784         release_cflags   => "-O3 -fomit-frame-pointer",
785         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
786         shared_target    => "bsd-shared",
787         perlasm_scheme   => "a.out",
788     },
789     "BSD-x86-elf" => {
790         inherit_from     => [ "BSD-x86" ],
791         perlasm_scheme   => "elf",
792     },
793
794     "BSD-sparcv8" => {
795         inherit_from     => [ "BSD-generic32", asm("sparcv8_asm") ],
796         cflags           => "-mv8 -Wall -DB_ENDIAN",
797     },
798     "BSD-sparc64" => {
799         # -DMD32_REG_T=int doesn't actually belong in sparc64 target, it
800         # simply *happens* to work around a compiler bug in gcc 3.3.3,
801         # triggered by RIPEMD160 code.
802         inherit_from     => [ "BSD-generic64", asm("sparcv9_asm") ],
803         cflags           => "-DB_ENDIAN -DMD32_REG_T=int -Wall",
804         bn_ops           => "BN_LLONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR",
805     },
806
807     "BSD-ia64" => {
808         inherit_from     => [ "BSD-generic64", asm("ia64_asm") ],
809         cflags           => "-DL_ENDIAN -Wall",
810         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT",
811     },
812
813     "BSD-x86_64" => {
814         inherit_from     => [ "BSD-generic64", asm("x86_64_asm") ],
815         cflags           => "-DL_ENDIAN -Wall",
816         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
817         perlasm_scheme   => "elf",
818     },
819
820     "bsdi-elf-gcc" => {
821         inherit_from     => [ asm("x86_elf_asm") ],
822         cc               => "gcc",
823         cflags           => "-DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall",
824         thread_cflag     => "(unknown)",
825         lflags           => "-ldl",
826         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
827         dso_scheme       => "dlfcn",
828         shared_target    => "bsd-gcc-shared",
829         shared_cflag     => "-fPIC",
830         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
831     },
832
833     "nextstep" => {
834         cc               => "cc",
835         cflags           => "-O -Wall",
836         unistd           => "<libc.h>",
837         thread_cflag     => "(unknown)",
838         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
839     },
840     "nextstep3.3" => {
841         cc               => "cc",
842         cflags           => "-O3 -Wall",
843         unistd           => "<libc.h>",
844         thread_cflag     => "(unknown)",
845         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
846     },
847
848 # QNX
849     "qnx4" => {
850         cc               => "cc",
851         cflags           => "-DL_ENDIAN -DTERMIO",
852         thread_cflag     => "(unknown)",
853         bn_ops           => "${x86_gcc_des} ${x86_gcc_opts}",
854     },
855     "QNX6" => {
856         cc               => "gcc",
857         lflags           => "-lsocket",
858         dso_scheme       => "dlfcn",
859         shared_target    => "bsd-gcc-shared",
860         shared_cflag     => "-fPIC",
861         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
862     },
863     "QNX6-i386" => {
864         inherit_from     => [ asm("x86_elf_asm") ],
865         cc               => "gcc",
866         cflags           => "-DL_ENDIAN -O2 -Wall",
867         lflags           => "-lsocket",
868         bn_ops           => "${x86_gcc_des} ${x86_gcc_opts}",
869         dso_scheme       => "dlfcn",
870         shared_target    => "bsd-gcc-shared",
871         shared_cflag     => "-fPIC",
872         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
873     },
874
875 #### SCO/Caldera targets.
876 #
877 # Originally we had like unixware-*, unixware-*-pentium, unixware-*-p6, etc.
878 # Now we only have blended unixware-* as it's the only one used by ./config.
879 # If you want to optimize for particular microarchitecture, bypass ./config
880 # and './Configure unixware-7 -Kpentium_pro' or whatever appropriate.
881 # Note that not all targets include assembler support. Mostly because of
882 # lack of motivation to support out-of-date platforms with out-of-date
883 # compiler drivers and assemblers. Tim Rice <tim@multitalents.net> has
884 # patiently assisted to debug most of it.
885 #
886 # UnixWare 2.0x fails destest with -O.
887     "unixware-2.0" => {
888         cc               => "cc",
889         cflags           => "-DFILIO_H -DNO_STRINGS_H",
890         thread_cflag     => "-Kthread",
891         lflags           => "-lsocket -lnsl -lresolv -lx",
892         bn_ops           => "${x86_gcc_des} ${x86_gcc_opts}",
893     },
894     "unixware-2.1" => {
895         cc               => "cc",
896         cflags           => "-O -DFILIO_H",
897         thread_cflag     => "-Kthread",
898         lflags           => "-lsocket -lnsl -lresolv -lx",
899         bn_ops           => "${x86_gcc_des} ${x86_gcc_opts}",
900     },
901     "unixware-7" => {
902         inherit_from     => [ asm("x86_elf_asm") ],
903         cc               => "cc",
904         cflags           => "-O -DFILIO_H -Kalloca",
905         thread_cflag     => "-Kthread",
906         lflags           => "-lsocket -lnsl",
907         bn_ops           => "BN_LLONG MD2_CHAR RC4_INDEX ${x86_gcc_des}",
908         perlasm_scheme   => "elf-1",
909         dso_scheme       => "dlfcn",
910         shared_target    => "svr5-shared",
911         shared_cflag     => "-Kpic",
912         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
913     },
914     "unixware-7-gcc" => {
915         inherit_from     => [ asm("x86_elf_asm") ],
916         cc               => "gcc",
917         cflags           => "-DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=pentium -Wall",
918         thread_cflag     => "-D_REENTRANT",
919         lflags           => "-lsocket -lnsl",
920         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
921         perlasm_scheme   => "elf-1",
922         dso_scheme       => "dlfcn",
923         shared_target    => "gnu-shared",
924         shared_cflag     => "-fPIC",
925         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
926     },
927 # SCO 5 - Ben Laurie <ben@algroup.co.uk> says the -O breaks the SCO cc.
928     "sco5-cc" => {
929         inherit_from     => [ asm("x86_elf_asm") ],
930         cc               => "cc",
931         cflags           => "-belf",
932         thread_cflag     => "(unknown)",
933         lflags           => "-lsocket -lnsl",
934         bn_ops           => "${x86_gcc_des} ${x86_gcc_opts}",
935         perlasm_scheme   => "elf-1",
936         dso_scheme       => "dlfcn",
937         shared_target    => "svr3-shared",
938         shared_cflag     => "-Kpic",
939         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
940     },
941     "sco5-gcc" => {
942         inherit_from     => [ asm("x86_elf_asm") ],
943         cc               => "gcc",
944         cflags           => "-O3 -fomit-frame-pointer",
945         thread_cflag     => "(unknown)",
946         lflags           => "-lsocket -lnsl",
947         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
948         perlasm_scheme   => "elf-1",
949         dso_scheme       => "dlfcn",
950         shared_target    => "svr3-shared",
951         shared_cflag     => "-fPIC",
952         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
953     },
954
955 #### IBM's AIX.
956     "aix-gcc" => {
957         inherit_from     => [ asm("ppc32_asm") ],
958         cc               => "gcc",
959         cflags           => "-DB_ENDIAN",
960         debug_cflags     => "-O0 -g",
961         release_cflags   => "-O",
962         thread_cflag     => "-pthread",
963         sys_id           => "AIX",
964         bn_ops           => "BN_LLONG RC4_CHAR",
965         perlasm_scheme   => "aix32",
966         dso_scheme       => "dlfcn",
967         shared_target    => "aix-shared",
968         shared_ldflag    => "-shared -Wl,-G",
969         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
970         arflags          => "-X32",
971     },
972     "aix64-gcc" => {
973         inherit_from     => [ asm("ppc64_asm") ],
974         cc               => "gcc",
975         cflags           => "-maix64 -DB_ENDIAN",
976         debug_cflags     => "-O0 -g",
977         release_cflags   => "-O",
978         thread_cflag     => "-pthread",
979         sys_id           => "AIX",
980         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
981         perlasm_scheme   => "aix64",
982         dso_scheme       => "dlfcn",
983         shared_target    => "aix-shared",
984         shared_ldflag    => "-maix64 -shared -Wl,-G",
985         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
986         arflags          => "-X64",
987     },
988     # Below targets assume AIX 5. Idea is to effectively disregard
989     # $OBJECT_MODE at build time. $OBJECT_MODE is respected at
990     # ./config stage!
991     "aix-cc" => {
992         inherit_from     => [ asm("ppc32_asm") ],
993         cc               => "cc",
994         cflags           => "-q32 -DB_ENDIAN -qmaxmem=16384 -qro -qroconst",
995         debug_cflags     => "",
996         release_cflags   => "-O",
997         thread_cflag     => "-qthreaded -D_THREAD_SAFE",
998         sys_id           => "AIX",
999         bn_ops           => "BN_LLONG RC4_CHAR",
1000         perlasm_scheme   => "aix32",
1001         dso_scheme       => "dlfcn",
1002         shared_target    => "aix-shared",
1003         shared_ldflag    => "-q32 -G",
1004         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
1005         arflags          => "-X 32",
1006     },
1007     "aix64-cc" => {
1008         inherit_from     => [ asm("ppc64_asm") ],
1009         cc               => "cc",
1010         cflags           => "-q64 -DB_ENDIAN -qmaxmem=16384 -qro -qroconst",
1011         debug_cflags     => "",
1012         release_cflags   => "-O",
1013         thread_cflag     => "-qthreaded -D_THREAD_SAFE",
1014         sys_id           => "AIX",
1015         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR",
1016         perlasm_scheme   => "aix64",
1017         dso_scheme       => "dlfcn",
1018         shared_target    => "aix-shared",
1019         shared_ldflag    => "-q64 -G",
1020         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
1021         arflags          => "-X 64",
1022     },
1023
1024 # SIEMENS BS2000/OSD: an EBCDIC-based mainframe
1025     "BS2000-OSD" => {
1026         cc               => "c89",
1027         cflags           => "-O -XLLML -XLLMK -XL -DB_ENDIAN -DCHARSET_EBCDIC",
1028         thread_cflag     => "(unknown)",
1029         lflags           => "-lsocket -lnsl",
1030         bn_ops           => "THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR",
1031     },
1032
1033 # OS/390 Unix an EBCDIC-based Unix system on IBM mainframe
1034 # You need to compile using the c89.sh wrapper in the tools directory, because the
1035 # IBM compiler does not like the -L switch after any object modules.
1036 #
1037     "OS390-Unix" => {
1038         cc               => "c89.sh",
1039         cflags           => "-O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H  -D_ALL_SOURCE",
1040         thread_cflag     => "(unknown)",
1041         bn_ops           => "THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR",
1042     },
1043
1044 #### Visual C targets
1045 #
1046 # Win64 targets, WIN64I denotes IA-64 and WIN64A - AMD64
1047 #
1048 # Note about -wd4090, disable warning C4090. This warning returns false
1049 # positives in some situations. Disabling it altogether masks both
1050 # legitimate and false cases, but as we compile on multiple platforms,
1051 # we rely on other compilers to catch legitimate cases.
1052     "VC-common" => {
1053         template         => 1,
1054         cc               => "cl",
1055         cflags           => "-W3 -wd4090 -Gs0 -GF -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE",
1056         dso_scheme       => "win32",
1057     },
1058     "VC-WIN64I" => {
1059         inherit_from     => [ "VC-common", asm("ia64_asm") ],
1060         cflags           => sub { join(" ",@_,"-DUNICODE -D_UNICODE"); },
1061         sys_id           => "WIN64I",
1062         bn_ops           => "SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN",
1063         bn_obj           => sub { my $r=join(" ",@_); $r=~s/bn\-//; $r; },
1064         rc4_obj          => "",
1065         perlasm_scheme   => "ias",
1066     },
1067     "VC-WIN64A" => {
1068         inherit_from     => [ "VC-common", asm("x86_64_asm") ],
1069         cflags           => sub { join(" ",@_,"-DUNICODE -D_UNICODE"); },
1070         sys_id           => "WIN64A",
1071         bn_ops           => "SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN",
1072         bn_obj           => sub { my $r=join(" ",@_); $r=~s/x86_64\-gcc/bn_asm/; $r; },
1073         perlasm_scheme   => "auto",
1074     },
1075     "VC-WIN32" => {
1076         # x86 Win32 target defaults to ANSI API, if you want UNICODE,
1077         # configure with 'perl Configure VC-WIN32 -DUNICODE -D_UNICODE'
1078         inherit_from     => [ "VC-common", asm("x86_asm") ],
1079         sys_id           => "WIN32",
1080         bn_ops           => "BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}",
1081         perlasm_scheme   => "win32n",
1082     },
1083     "VC-CE" => {
1084         cc               => "cl",
1085         sys_id           => "WINCE",
1086         bn_ops           => "BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN ${x86_gcc_opts}",
1087         dso_scheme       => "win32",
1088     },
1089
1090 #### Borland C++ 4.5
1091     "BC-32" => {
1092         cc               => "bcc32",
1093         sys_id           => "WIN32",
1094         bn_ops           => "BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN",
1095         dso_scheme       => "win32",
1096     },
1097
1098 #### MinGW
1099     "mingw" => {
1100         inherit_from     => [ asm("x86_asm") ],
1101         cc               => "gcc",
1102         cflags           => "-mno-cygwin -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -march=i486 -Wall",
1103         debug_cflags     => "-g -O0",
1104         release_clags    => "-O3 -fomit-frame-pointer",
1105         thread_cflag     => "-D_MT",
1106         sys_id           => "MINGW32",
1107         lflags           => "-lws2_32 -lgdi32 -lcrypt32",
1108         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts} EXPORT_VAR_AS_FN",
1109         perlasm_scheme   => "coff",
1110         dso_scheme       => "win32",
1111         shared_target    => "cygwin-shared",
1112         shared_cflag     => "-D_WINDLL -DOPENSSL_USE_APPLINK",
1113         shared_ldflag    => "-mno-cygwin",
1114         shared_extension => ".dll.a",
1115     },
1116     "mingw64" => {
1117         # As for OPENSSL_USE_APPLINK. Applink makes it possible to use
1118         # .dll compiled with one compiler with application compiled with
1119         # another compiler. It's possible to engage Applink support in
1120         # mingw64 build, but it's not done, because till mingw64
1121         # supports structured exception handling, one can't seriously
1122         # consider its binaries for using with non-mingw64 run-time
1123         # environment. And as mingw64 is always consistent with itself,
1124         # Applink is never engaged and can as well be omitted.
1125         inherit_from     => [ asm("x86_64_asm") ],
1126         cc               => "gcc",
1127         cflags           => "-mno-cygwin -DL_ENDIAN -Wall -DWIN32_LEAN_AND_MEAN -DUNICODE -D_UNICODE",
1128         debug_cflags     => "-g -O0",
1129         release_clags    => "-O3",
1130         thread_cflag     => "-D_MT",
1131         sys_id           => "MINGW64",
1132         lflags           => "-lws2_32 -lgdi32 -lcrypt32",
1133         bn_ops           => "SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN",
1134         perlasm_scheme   => "mingw64",
1135         dso_scheme       => "win32",
1136         shared_target    => "cygwin-shared",
1137         shared_cflag     => "-D_WINDLL",
1138         shared_ldflag    => "-mno-cygwin",
1139         shared_extension => ".dll.a",
1140     },
1141
1142 #### UWIN
1143     "UWIN" => {
1144         cc               => "cc",
1145         cflags           => "-DTERMIOS -DL_ENDIAN -O -Wall",
1146         sys_id           => "UWIN",
1147         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
1148         dso_scheme       => "win32",
1149     },
1150
1151 #### Cygwin
1152     "Cygwin" => {
1153         inherit_from     => [ asm("x86_asm") ],
1154         cc               => "gcc",
1155         cflags           => "-DTERMIOS -DL_ENDIAN -march=i486 -Wall",
1156         debug_cflags     => "-g -O0",
1157         release_clags    => "-O3 -fomit-frame-pointer",
1158         sys_id           => "CYGWIN",
1159         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
1160         perlasm_scheme   => "coff",
1161         dso_scheme       => "dlfcn",
1162         shared_target    => "cygwin-shared",
1163         shared_cflag     => "-D_WINDLL",
1164         shared_ldflag    => "-shared",
1165         shared_extension => ".dll.a",
1166     },
1167     "Cygwin-x86_64" => {
1168         inherit_from     => [ asm("x86_64_asm") ],
1169         cc               => "gcc",
1170         cflags           => "-DTERMIOS -DL_ENDIAN -Wall",
1171         debug_cflags     => "-g -O0",
1172         release_clags    => "-O3",
1173         sys_id           => "CYGWIN",
1174         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
1175         perlasm_scheme   => "mingw64",
1176         dso_scheme       => "dlfcn",
1177         shared_target    => "cygwin-shared",
1178         shared_cflag     => "-D_WINDLL",
1179         shared_ldflag    => "-shared",
1180         shared_extension => ".dll.a",
1181     },
1182
1183 #### NetWare from David Ward (dsward@novell.com)
1184 # requires either MetroWerks NLM development tools, or gcc / nlmconv
1185 # NetWare defaults socket bio to WinSock sockets. However,
1186 # the builds can be configured to use BSD sockets instead.
1187 # netware-clib => legacy CLib c-runtime support
1188     "netware-clib" => {
1189         cc               => "mwccnlm",
1190         bn_ops           => "${x86_gcc_opts}",
1191     },
1192     "netware-clib-bsdsock" => {
1193         cc               => "mwccnlm",
1194         bn_ops           => "${x86_gcc_opts}",
1195     },
1196     "netware-clib-gcc" => {
1197         cc               => "i586-netware-gcc",
1198         cflags           => "-nostdinc -I/ndk/nwsdk/include/nlm -I/ndk/ws295sdk/include -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYS_NETWARE -O2 -Wall",
1199         bn_ops           => "${x86_gcc_opts}",
1200     },
1201     "netware-clib-bsdsock-gcc" => {
1202         cc               => "i586-netware-gcc",
1203         cflags           => "-nostdinc -I/ndk/nwsdk/include/nlm -DNETWARE_BSDSOCK -DNETDB_USE_INTERNET -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYS_NETWARE -O2 -Wall",
1204         bn_ops           => "${x86_gcc_opts}",
1205     },
1206     # netware-libc => LibC/NKS support
1207     "netware-libc" => {
1208         cc               => "mwccnlm",
1209         bn_ops           => "BN_LLONG ${x86_gcc_opts}",
1210     },
1211     "netware-libc-bsdsock" => {
1212         cc               => "mwccnlm",
1213         bn_ops           => "BN_LLONG ${x86_gcc_opts}",
1214     },
1215     "netware-libc-gcc" => {
1216         cc               => "i586-netware-gcc",
1217         cflags           => "-nostdinc -I/ndk/libc/include -I/ndk/libc/include/winsock -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYS_NETWARE -DTERMIO -O2 -Wall",
1218         bn_ops           => "BN_LLONG ${x86_gcc_opts}",
1219     },
1220     "netware-libc-bsdsock-gcc" => {
1221         cc               => "i586-netware-gcc",
1222         cflags           => "-nostdinc -I/ndk/libc/include -DNETWARE_BSDSOCK -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYS_NETWARE -DTERMIO -O2 -Wall",
1223         bn_ops           => "BN_LLONG ${x86_gcc_opts}",
1224     },
1225
1226 #### DJGPP
1227     "DJGPP" => {
1228         inherit_from     => [ asm("x86_asm") ],
1229         cc               => "gcc",
1230         cflags           => "-I/dev/env/WATT_ROOT/inc -DTERMIO -DL_ENDIAN -fomit-frame-pointer -O2 -Wall",
1231         sys_id           => "MSDOS",
1232         lflags           => "-L/dev/env/WATT_ROOT/lib -lwatt",
1233         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
1234         perlasm_scheme   => "a.out",
1235     },
1236
1237 #### Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
1238     "ultrix-cc" => {
1239         cc               => "cc",
1240         cflags           => "-std1 -O -Olimit 2500 -DL_ENDIAN",
1241         thread_cflag     => "(unknown)",
1242     },
1243     "ultrix-gcc" => {
1244         cc               => "gcc",
1245         cflags           => "-O3 -DL_ENDIAN",
1246         thread_cflag     => "(unknown)",
1247         bn_ops           => "BN_LLONG",
1248     },
1249 # K&R C is no longer supported; you need gcc on old Ultrix installations
1250 ##"ultrix","cc:-O2 -DNOPROTO -DNOCONST -DL_ENDIAN::(unknown):::::::",
1251
1252 ##### MacOS X (a.k.a. Darwin) setup
1253     "darwin-common" => {
1254         template         => 1,
1255         cc               => "cc",
1256         cflags           => "",
1257         debug_cflags     => "-g -O0",
1258         release_cflags   => "-O3",
1259         thread_cflag     => "-D_REENTRANT",
1260         sys_id           => "MACOSX",
1261         lflags           => "-Wl,-search_paths_first%",
1262         bn_ops           => "BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR",
1263         perlasm_scheme   => "osx32",
1264         dso_scheme       => "dlfcn",
1265         shared_target    => "darwin-shared",
1266         shared_cflag     => "-fPIC -fno-common",
1267         shared_ldflag    => "-dynamiclib",
1268         shared_extension => ".\$(SHLIB_MAJOR).\$(SHLIB_MINOR).dylib",
1269     },
1270     "darwin-ppc-cc" => {
1271         inherit_from     => [ "darwin-common", asm("ppc32_asm") ],
1272         cflags           => "-arch ppc -DB_ENDIAN -Wa,-force_cpusubtype_ALL",
1273         perlasm_scheme   => "osx32",
1274         shared_ldflag    => "-arch ppc -dynamiclib",
1275     },
1276     "darwin64-ppc-cc" => {
1277         inherit_from     => [ "darwin-common", asm("ppc64_asm") ],
1278         cflags           => "-arch ppc64 -DB_ENDIAN",
1279         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR",
1280         perlasm_scheme   => "osx64",
1281         shared_ldflag    => "-arch ppc64 -dynamiclib",
1282     },
1283     "darwin-i386-cc" => {
1284         inherit_from     => [ "darwin-common", asm("x86_asm") ],
1285         cflags           => "-arch i386 -DL_ENDIAN",
1286         release_cflags   => "-O3 -fomit-frame-pointer",
1287         bn_ops           => "BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR",
1288         perlasm_scheme   => "macosx",
1289         shared_ldflag    => "-arch i386 -dynamiclib",
1290     },
1291     "darwin64-x86_64-cc" => {
1292         inherit_from     => [ "darwin-common", asm("x86_64_asm") ],
1293         cflags           => "-arch x86_64 -DL_ENDIAN -Wall",
1294         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
1295         perlasm_scheme   => "macosx",
1296         shared_ldflag    => "-arch x86_64 -dynamiclib",
1297     },
1298
1299 #### iPhoneOS/iOS
1300 #
1301 # It takes three prior-set environment variables to make it work:
1302 #
1303 # CROSS_COMPILE=/where/toolchain/is/usr/bin/ [note ending slash]
1304 # CROSS_TOP=/where/SDKs/are
1305 # CROSS_SDK=iPhoneOSx.y.sdk
1306 #
1307 # Exact paths vary with Xcode releases, but for couple of last ones
1308 # they would look like this:
1309 #
1310 # CROSS_COMPILE=`xcode-select --print-path`/Toolchains/XcodeDefault.xctoolchain/usr/bin/
1311 # CROSS_TOP=`xcode-select --print-path`/Platforms/iPhoneOS.platform/Developer
1312 # CROSS_SDK=iPhoneOS.sdk
1313 #
1314     "iphoneos-cross" => {
1315         inherit_from     => [ "darwin-common" ],
1316         cflags           => "-isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common",
1317         sys_id           => "iOS",
1318     },
1319     "ios64-cross" => {
1320         inherit_from     => [ "darwin-common", asm("aarch64_asm") ],
1321         cflags           => "-arch arm64 -mios-version-min=7.0.0 -isysroot \$(CROSS_TOP)/SDKs/\$(CROSS_SDK) -fno-common",
1322         sys_id           => "iOS",
1323         bn_ops           => "SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR",
1324         perlasm_scheme   => "ios64",
1325     },
1326
1327 ##### GNU Hurd
1328     "hurd-x86" => {
1329         inherit_from     => [ asm("x86_elf_asm") ],
1330         cc               => "gcc",
1331         cflags           => "-DL_ENDIAN -O3 -fomit-frame-pointer -march=i486 -Wall",
1332         thread_cflag     => "-D_REENTRANT",
1333         lflags           => "-ldl",
1334         bn_ops           => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
1335         dso_scheme       => "dlfcn",
1336         shared_target    => "linux-shared",
1337         shared_cflag     => "-fPIC",
1338     },
1339
1340 ##### OS/2 EMX
1341     "OS2-EMX" => {
1342         cc               => "gcc",
1343     },
1344
1345 ##### VxWorks for various targets
1346     "vxworks-ppc60x" => {
1347         cc               => "ccppc",
1348         cflags           => "-D_REENTRANT -mrtp -mhard-float -mstrict-align -fno-implicit-fp -DPPC32_fp60x -O2 -fstrength-reduce -fno-builtin -fno-strict-aliasing -Wall -DCPU=PPC32 -DTOOL_FAMILY=gnu -DTOOL=gnu -I\$(WIND_BASE)/target/usr/h -I\$(WIND_BASE)/target/usr/h/wrn/coreip",
1349         sys_id           => "VXWORKS",
1350         lflags           => "-Wl,--defsym,__wrs_rtp_base=0xe0000000 -L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/common",
1351     },
1352     "vxworks-ppcgen" => {
1353         cc               => "ccppc",
1354         cflags           => "-D_REENTRANT -mrtp -msoft-float -mstrict-align -O1 -fno-builtin -fno-strict-aliasing -Wall -DCPU=PPC32 -DTOOL_FAMILY=gnu -DTOOL=gnu -I\$(WIND_BASE)/target/usr/h -I\$(WIND_BASE)/target/usr/h/wrn/coreip",
1355         sys_id           => "VXWORKS",
1356         lflags           => "-Wl,--defsym,__wrs_rtp_base=0xe0000000 -L \$(WIND_BASE)/target/usr/lib/ppc/PPC32/sfcommon",
1357     },
1358     "vxworks-ppc405" => {
1359         cc               => "ccppc",
1360         cflags           => "-g -msoft-float -mlongcall -DCPU=PPC405 -I\$(WIND_BASE)/target/h",
1361         sys_id           => "VXWORKS",
1362         lflags           => "-r",
1363     },
1364     "vxworks-ppc750" => {
1365         cc               => "ccppc",
1366         cflags           => "-ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I\$(WIND_BASE)/target/h \$(DEBUG_FLAG)",
1367         sys_id           => "VXWORKS",
1368         lflags           => "-r",
1369     },
1370     "vxworks-ppc750-debug" => {
1371         cc               => "ccppc",
1372         cflags           => "-ansi -nostdinc -DPPC750 -D_REENTRANT -fvolatile -fno-builtin -fno-for-scope -fsigned-char -Wall -msoft-float -mlongcall -DCPU=PPC604 -I\$(WIND_BASE)/target/h -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DDEBUG -g",
1373         sys_id           => "VXWORKS",
1374         lflags           => "-r",
1375     },
1376     "vxworks-ppc860" => {
1377         cc               => "ccppc",
1378         cflags           => "-nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I\$(WIND_BASE)/target/h",
1379         sys_id           => "VXWORKS",
1380         lflags           => "-r",
1381     },
1382     "vxworks-simlinux" => {
1383         cc               => "ccpentium",
1384         cflags           => "-B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -D_VSB_CONFIG_FILE=\"\$(WIND_BASE)/target/lib/h/config/vsbConfig.h\" -DL_ENDIAN -DCPU=SIMLINUX -DTOOL_FAMILY=gnu -DTOOL=gnu -fno-builtin -fno-defer-pop -DNO_STRINGS_H -I\$(WIND_BASE)/target/h -I\$(WIND_BASE)/target/h/wrn/coreip -DOPENSSL_NO_HW_PADLOCK",
1385         sys_id           => "VXWORKS",
1386         lflags           => "-r",
1387         ranlib           => "ranlibpentium",
1388     },
1389     "vxworks-mips" => {
1390         inherit_from     => [ asm("mips32_asm") ],
1391         cc               => "ccmips",
1392         cflags           => "-mrtp -mips2 -O -G 0 -B\$(WIND_BASE)/host/\$(WIND_HOST_TYPE)/lib/gcc-lib/ -D_VSB_CONFIG_FILE=\"\$(WIND_BASE)/target/lib/h/config/vsbConfig.h\" -DCPU=MIPS32 -msoft-float -mno-branch-likely -DTOOL_FAMILY=gnu -DTOOL=gnu -fno-builtin -fno-defer-pop -DNO_STRINGS_H -I\$(WIND_BASE)/target/usr/h -I\$(WIND_BASE)/target/h/wrn/coreip",
1393         thread_cflag     => "-D_REENTRANT",
1394         sys_id           => "VXWORKS",
1395         lflags           => "-Wl,--defsym,__wrs_rtp_base=0xe0000000 -L \$(WIND_BASE)/target/usr/lib/mips/MIPSI32/sfcommon",
1396         perlasm_scheme   => "o32",
1397         ranlib           => "ranlibmips",
1398     },
1399
1400 #### uClinux
1401     "uClinux-dist" => {
1402         cc               => "$ENV{'CC'}",
1403         cflags           => "\$(CFLAGS)",
1404         thread_cflag     => "-D_REENTRANT",
1405         lflags           => "\$(LDFLAGS) \$(LDLIBS)",
1406         bn_ops           => "BN_LLONG",
1407         dso_scheme       => "$ENV{'LIBSSL_dlfcn'}",
1408         shared_target    => "linux-shared",
1409         shared_cflag     => "-fPIC",
1410         shared_ldflag    => "-shared",
1411         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
1412         ranlib           => "$ENV{'RANLIB'}",
1413     },
1414     "uClinux-dist64" => {
1415         cc               => "$ENV{'CC'}",
1416         cflags           => "\$(CFLAGS)",
1417         thread_cflag     => "-D_REENTRANT",
1418         lflags           => "\$(LDFLAGS) \$(LDLIBS)",
1419         bn_ops           => "SIXTY_FOUR_BIT_LONG",
1420         dso_scheme       => "$ENV{'LIBSSL_dlfcn'}",
1421         shared_target    => "linux-shared",
1422         shared_cflag     => "-fPIC",
1423         shared_ldflag    => "-shared",
1424         shared_extension => ".so.\$(SHLIB_MAJOR).\$(SHLIB_MINOR)",
1425         ranlib           => "$ENV{'RANLIB'}",
1426     },
1427
1428 );