]> git.ipfire.org Git - thirdparty/openssl.git/blame - TABLE
An obvious but hard-to-see cut'n'paste error corrected.
[thirdparty/openssl.git] / TABLE
CommitLineData
2330e18b 1Output of `Configure TABLE':
7740a1c6 2
7740a1c6
BM
3*** BC-16
4$cc = bcc
5$cflags =
6$unistd =
7$thread_cflag = (unknown)
8$lflags =
9$bn_ops = BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT
10$bn_obj =
11$des_obj =
12$bf_obj =
13$md5_obj =
14$sha1_obj =
15$cast_obj =
16$rc4_obj =
17$rmd160_obj =
18$rc5_obj =
05e15b04 19$dso_scheme =
f944e784
RL
20$shared_target=
21$shared_cflag =
a22fb399 22$shared_extension =
7740a1c6
BM
23
24*** BC-32
25$cc = bcc32
26$cflags =
27$unistd =
ff1b7e09 28$thread_cflag =
7740a1c6
BM
29$lflags =
30$bn_ops = BN_LLONG DES_PTR RC4_INDEX
31$bn_obj =
32$des_obj =
33$bf_obj =
34$md5_obj =
35$sha1_obj =
36$cast_obj =
37$rc4_obj =
38$rmd160_obj =
39$rc5_obj =
baa080d4 40$dso_scheme = win32
f944e784
RL
41$shared_target=
42$shared_cflag =
a22fb399 43$shared_extension =
7740a1c6
BM
44
45*** BS2000-OSD
46$cc = c89
37e48b88 47$cflags = -O -XLLML -XLLMK -XL -DB_ENDIAN -DTERMIOS -DCHARSET_EBCDIC
7740a1c6
BM
48$unistd =
49$thread_cflag = (unknown)
50$lflags = -lsocket -lnsl
51$bn_ops = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
52$bn_obj =
53$des_obj =
54$bf_obj =
55$md5_obj =
56$sha1_obj =
57$cast_obj =
58$rc4_obj =
59$rmd160_obj =
60$rc5_obj =
05e15b04 61$dso_scheme =
f944e784
RL
62$shared_target=
63$shared_cflag =
a22fb399 64$shared_extension =
7740a1c6
BM
65
66*** CygWin32
67$cc = gcc
68$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
69$unistd =
ff1b7e09 70$thread_cflag =
7740a1c6
BM
71$lflags =
72$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
73$bn_obj =
74$des_obj =
75$bf_obj =
76$md5_obj =
77$sha1_obj =
78$cast_obj =
79$rc4_obj =
80$rmd160_obj =
81$rc5_obj =
baa080d4 82$dso_scheme = win32
f944e784
RL
83$shared_target=
84$shared_cflag =
a22fb399 85$shared_extension =
7740a1c6
BM
86
87*** FreeBSD
88$cc = gcc
89$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
90$unistd =
91$thread_cflag = (unknown)
92$lflags =
93$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
94$bn_obj = asm/bn86-out.o asm/co86-out.o
95$des_obj = asm/dx86-out.o asm/yx86-out.o
96$bf_obj = asm/bx86-out.o
97$md5_obj = asm/mx86-out.o
98$sha1_obj = asm/sx86-out.o
99$cast_obj = asm/cx86-out.o
100$rc4_obj = asm/rx86-out.o
101$rmd160_obj = asm/rm86-out.o
102$rc5_obj = asm/r586-out.o
05e15b04 103$dso_scheme =
f944e784
RL
104$shared_target=
105$shared_cflag =
a22fb399 106$shared_extension =
7740a1c6
BM
107
108*** FreeBSD-alpha
109$cc = gcc
fec8c79a 110$cflags = -DTERMIOS -O -fomit-frame-pointer
7740a1c6
BM
111$unistd =
112$thread_cflag = (unknown)
113$lflags =
2dae04d0 114$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC2
7740a1c6
BM
115$bn_obj =
116$des_obj =
117$bf_obj =
118$md5_obj =
119$sha1_obj =
120$cast_obj =
121$rc4_obj =
122$rmd160_obj =
123$rc5_obj =
a22fb399
RL
124$dso_scheme = dlfcn
125$shared_target= bsd-gcc-shared
126$shared_cflag = -fPIC
127$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 128
019a7aba
BM
129*** FreeBSD-elf
130$cc = gcc
131$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
132$unistd =
5270e702 133$thread_cflag = -pthread -D_REENTRANT -D_THREAD_SAFE -D_THREADSAFE
019a7aba
BM
134$lflags =
135$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
136$bn_obj = asm/bn86-elf.o asm/co86-elf.o
137$des_obj = asm/dx86-elf.o asm/yx86-elf.o
138$bf_obj = asm/bx86-elf.o
139$md5_obj = asm/mx86-elf.o
140$sha1_obj = asm/sx86-elf.o
141$cast_obj = asm/cx86-elf.o
142$rc4_obj = asm/rx86-elf.o
143$rmd160_obj = asm/rm86-elf.o
144$rc5_obj = asm/r586-elf.o
a22fb399
RL
145$dso_scheme = dlfcn
146$shared_target= bsd-gcc-shared
147$shared_cflag = -fPIC
148$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
019a7aba 149
422e5a48
RL
150*** MPE/iX-gcc
151$cc = gcc
152$cflags = -D_ENDIAN -DBN_DIV2W -O3 -DMPE -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB
153$unistd =
154$thread_cflag = (unknown)
155$lflags = -L/SYSLOG/PUB -lsyslog -lsocket -lcurses
156$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
157$bn_obj =
158$des_obj =
159$bf_obj =
160$md5_obj =
161$sha1_obj =
162$cast_obj =
163$rc4_obj =
164$rmd160_obj =
165$rc5_obj =
166$dso_scheme =
167$shared_target=
168$shared_cflag =
a22fb399 169$shared_extension =
422e5a48 170
7740a1c6
BM
171*** Mingw32
172$cc = gcc
173$cflags = -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
174$unistd =
ff1b7e09
BM
175$thread_cflag =
176$lflags =
177$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
7740a1c6
BM
178$bn_obj =
179$des_obj =
180$bf_obj =
181$md5_obj =
182$sha1_obj =
183$cast_obj =
184$rc4_obj =
185$rmd160_obj =
186$rc5_obj =
baa080d4 187$dso_scheme = win32
f944e784
RL
188$shared_target=
189$shared_cflag =
a22fb399 190$shared_extension =
7740a1c6
BM
191
192*** NetBSD-m68
193$cc = gcc
194$cflags = -DTERMIOS -O3 -fomit-frame-pointer -Wall -DB_ENDIAN
195$unistd =
196$thread_cflag = (unknown)
197$lflags =
198$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL
199$bn_obj =
200$des_obj =
201$bf_obj =
202$md5_obj =
203$sha1_obj =
204$cast_obj =
205$rc4_obj =
206$rmd160_obj =
207$rc5_obj =
a22fb399
RL
208$dso_scheme = dlfcn
209$shared_target= bsd-gcc-shared
210$shared_cflag = -fPIC
211$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
212
213*** NetBSD-sparc
214$cc = gcc
215$cflags = -DTERMIOS -O3 -fomit-frame-pointer -mv8 -Wall -DB_ENDIAN
216$unistd =
217$thread_cflag = (unknown)
218$lflags =
219$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_UNROLL
220$bn_obj =
221$des_obj =
222$bf_obj =
223$md5_obj =
224$sha1_obj =
225$cast_obj =
226$rc4_obj =
227$rmd160_obj =
228$rc5_obj =
a22fb399
RL
229$dso_scheme = dlfcn
230$shared_target= bsd-gcc-shared
231$shared_cflag = -fPIC
232$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
233
234*** NetBSD-x86
235$cc = gcc
62c419d6 236$cflags = -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall
7740a1c6
BM
237$unistd =
238$thread_cflag = (unknown)
239$lflags =
240$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
241$bn_obj =
242$des_obj =
243$bf_obj =
244$md5_obj =
245$sha1_obj =
246$cast_obj =
247$rc4_obj =
248$rmd160_obj =
249$rc5_obj =
a22fb399
RL
250$dso_scheme = dlfcn
251$shared_target= bsd-gcc-shared
252$shared_cflag = -fPIC
253$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
254
255*** OpenBSD
256$cc = gcc
257$cflags = -DTERMIOS -O3 -fomit-frame-pointer
258$unistd =
259$thread_cflag = (unknown)
260$lflags =
261$bn_ops = BN_LLONG RC2_CHAR RC4_INDEX DES_UNROLL
262$bn_obj =
263$des_obj =
264$bf_obj =
265$md5_obj =
266$sha1_obj =
267$cast_obj =
268$rc4_obj =
269$rmd160_obj =
270$rc5_obj =
a22fb399
RL
271$dso_scheme = dlfcn
272$shared_target= bsd-gcc-shared
273$shared_cflag = -fPIC
274$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
275
276*** OpenBSD-alpha
277$cc = gcc
278$cflags = -DTERMIOS -O3 -fomit-frame-pointer
279$unistd =
280$thread_cflag = (unknown)
281$lflags =
282$bn_ops = SIXTY_FOUR_BIT_LONG DES_INT DES_PTR DES_RISC2
283$bn_obj =
284$des_obj =
285$bf_obj =
286$md5_obj =
287$sha1_obj =
288$cast_obj =
289$rc4_obj =
290$rmd160_obj =
291$rc5_obj =
a22fb399
RL
292$dso_scheme = dlfcn
293$shared_target= bsd-gcc-shared
294$shared_cflag = -fPIC
295$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
296
297*** OpenBSD-mips
298$cc = gcc
299$cflags = -O2 -DL_ENDIAN
300$unistd =
301$thread_cflag = (unknown)
302$lflags = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC2 DES_PTR BF_PTR
303$bn_ops =
304$bn_obj =
305$des_obj =
306$bf_obj =
307$md5_obj =
308$sha1_obj =
309$cast_obj =
310$rc4_obj =
311$rmd160_obj =
312$rc5_obj =
a22fb399
RL
313$dso_scheme = dlfcn
314$shared_target= bsd-gcc-shared
315$shared_cflag = -fPIC
316$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
317
318*** OpenBSD-x86
319$cc = gcc
320$cflags = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486
321$unistd =
322$thread_cflag = (unknown)
323$lflags =
324$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
325$bn_obj = asm/bn86-out.o asm/co86-out.o
326$des_obj = asm/dx86-out.o asm/yx86-out.o
327$bf_obj = asm/bx86-out.o
328$md5_obj = asm/mx86-out.o
329$sha1_obj = asm/sx86-out.o
330$cast_obj = asm/cx86-out.o
331$rc4_obj = asm/rx86-out.o
332$rmd160_obj = asm/rm86-out.o
333$rc5_obj = asm/r586-out.o
1a797ac6 334$dso_scheme = dlfcn
a22fb399
RL
335$shared_target= bsd-gcc-shared
336$shared_cflag = -fPIC
337$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
338
339*** ReliantUNIX
340$cc = cc
341$cflags = -KPIC -g -DSNI -DTERMIOS -DB_ENDIAN
342$unistd =
343$thread_cflag = -Kthread
344$lflags = -lsocket -lnsl -lc -L/usr/ucblib -lucb
345$bn_ops = BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR
346$bn_obj =
347$des_obj =
348$bf_obj =
349$md5_obj =
350$sha1_obj =
351$cast_obj =
352$rc4_obj =
353$rmd160_obj =
354$rc5_obj =
05e15b04 355$dso_scheme =
f944e784
RL
356$shared_target=
357$shared_cflag =
a22fb399 358$shared_extension =
7740a1c6
BM
359
360*** SINIX
361$cc = cc
362$cflags = -O -DSNI
363$unistd =
364$thread_cflag = (unknown)
365$lflags = -lsocket -lnsl -lc -L/usr/ucblib -lucb
366$bn_ops = RC4_INDEX RC4_CHAR
367$bn_obj =
368$des_obj =
369$bf_obj =
370$md5_obj =
371$sha1_obj =
372$cast_obj =
373$rc4_obj =
374$rmd160_obj =
375$rc5_obj =
05e15b04 376$dso_scheme =
f944e784
RL
377$shared_target=
378$shared_cflag =
a22fb399 379$shared_extension =
7740a1c6
BM
380
381*** SINIX-N
382$cc = /usr/ucb/cc
383$cflags = -O2 -misaligned
384$unistd =
385$thread_cflag = (unknown)
386$lflags = -lucb
387$bn_ops = RC4_INDEX RC4_CHAR
388$bn_obj =
389$des_obj =
390$bf_obj =
391$md5_obj =
392$sha1_obj =
393$cast_obj =
394$rc4_obj =
395$rmd160_obj =
396$rc5_obj =
05e15b04 397$dso_scheme =
f944e784
RL
398$shared_target=
399$shared_cflag =
a22fb399 400$shared_extension =
7740a1c6
BM
401
402*** VC-MSDOS
403$cc = cl
404$cflags =
405$unistd =
406$thread_cflag = (unknown)
407$lflags =
408$bn_ops = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT
409$bn_obj =
410$des_obj =
411$bf_obj =
412$md5_obj =
413$sha1_obj =
414$cast_obj =
415$rc4_obj =
416$rmd160_obj =
417$rc5_obj =
05e15b04 418$dso_scheme =
f944e784
RL
419$shared_target=
420$shared_cflag =
a22fb399 421$shared_extension =
7740a1c6
BM
422
423*** VC-NT
424$cc = cl
425$cflags =
426$unistd =
ff1b7e09 427$thread_cflag =
7740a1c6
BM
428$lflags =
429$bn_ops = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT
430$bn_obj =
431$des_obj =
432$bf_obj =
433$md5_obj =
434$sha1_obj =
435$cast_obj =
436$rc4_obj =
437$rmd160_obj =
438$rc5_obj =
baa080d4 439$dso_scheme = win32
f944e784
RL
440$shared_target=
441$shared_cflag =
a22fb399 442$shared_extension =
7740a1c6
BM
443
444*** VC-W31-16
445$cc = cl
446$cflags =
447$unistd =
448$thread_cflag = (unknown)
449$lflags =
450$bn_ops = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX SIXTEEN_BIT
451$bn_obj =
452$des_obj =
453$bf_obj =
454$md5_obj =
455$sha1_obj =
456$cast_obj =
457$rc4_obj =
458$rmd160_obj =
459$rc5_obj =
05e15b04 460$dso_scheme =
f944e784
RL
461$shared_target=
462$shared_cflag =
a22fb399 463$shared_extension =
7740a1c6
BM
464
465*** VC-W31-32
466$cc = cl
467$cflags =
468$unistd =
ff1b7e09 469$thread_cflag =
7740a1c6
BM
470$lflags =
471$bn_ops = BN_LLONG MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT
472$bn_obj =
473$des_obj =
474$bf_obj =
475$md5_obj =
476$sha1_obj =
477$cast_obj =
478$rc4_obj =
479$rmd160_obj =
480$rc5_obj =
05e15b04 481$dso_scheme =
f944e784
RL
482$shared_target=
483$shared_cflag =
a22fb399 484$shared_extension =
7740a1c6
BM
485
486*** VC-WIN16
487$cc = cl
488$cflags =
489$unistd =
490$thread_cflag = (unknown)
491$lflags =
492$bn_ops = MD2_CHAR DES_UNROLL DES_PTR RC4_INDEX THIRTY_TWO_BIT
493$bn_obj =
494$des_obj =
495$bf_obj =
496$md5_obj =
497$sha1_obj =
498$cast_obj =
499$rc4_obj =
500$rmd160_obj =
501$rc5_obj =
05e15b04 502$dso_scheme =
f944e784
RL
503$shared_target=
504$shared_cflag =
a22fb399 505$shared_extension =
7740a1c6
BM
506
507*** VC-WIN32
508$cc = cl
509$cflags =
510$unistd =
ff1b7e09 511$thread_cflag =
7740a1c6
BM
512$lflags =
513$bn_ops = BN_LLONG RC4_INDEX RC4_INDEX MD2_INT
514$bn_obj =
515$des_obj =
516$bf_obj =
517$md5_obj =
518$sha1_obj =
519$cast_obj =
520$rc4_obj =
521$rmd160_obj =
522$rc5_obj =
baa080d4 523$dso_scheme = win32
f944e784
RL
524$shared_target=
525$shared_cflag =
a22fb399 526$shared_extension =
7740a1c6
BM
527
528*** aix-cc
529$cc = cc
12dc4625 530$cflags = -O -DAIX -DB_ENDIAN -qmaxmem=16384
7740a1c6
BM
531$unistd =
532$thread_cflag = (unknown)
533$lflags =
534$bn_ops = BN_LLONG RC4_CHAR
535$bn_obj =
536$des_obj =
537$bf_obj =
538$md5_obj =
539$sha1_obj =
540$cast_obj =
541$rc4_obj =
542$rmd160_obj =
543$rc5_obj =
05e15b04 544$dso_scheme =
f944e784
RL
545$shared_target=
546$shared_cflag =
a22fb399 547$shared_extension =
7740a1c6
BM
548
549*** aix-gcc
550$cc = gcc
551$cflags = -O3 -DAIX -DB_ENDIAN
552$unistd =
553$thread_cflag = (unknown)
554$lflags =
555$bn_ops = BN_LLONG RC4_CHAR
556$bn_obj =
557$des_obj =
558$bf_obj =
559$md5_obj =
560$sha1_obj =
561$cast_obj =
562$rc4_obj =
563$rmd160_obj =
564$rc5_obj =
05e15b04 565$dso_scheme =
f944e784
RL
566$shared_target=
567$shared_cflag =
a22fb399 568$shared_extension =
7740a1c6
BM
569
570*** alpha-cc
571$cc = cc
572$cflags = -std1 -tune host -O4 -readonly_strings
573$unistd =
574$thread_cflag = (unknown)
575$lflags =
2dae04d0 576$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK
9868232a 577$bn_obj = asm/alpha.o
7740a1c6
BM
578$des_obj =
579$bf_obj =
580$md5_obj =
581$sha1_obj =
582$cast_obj =
583$rc4_obj =
584$rmd160_obj =
585$rc5_obj =
1c4f90a0 586$dso_scheme = dlfcn
8224b0cb 587$shared_target= tru64-shared
f944e784 588$shared_cflag =
a22fb399 589$shared_extension = .so
7740a1c6
BM
590
591*** alpha-gcc
592$cc = gcc
593$cflags = -O3
594$unistd =
595$thread_cflag = (unknown)
596$lflags =
2dae04d0 597$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1
9868232a 598$bn_obj = asm/alpha.o
7740a1c6
BM
599$des_obj =
600$bf_obj =
601$md5_obj =
602$sha1_obj =
603$cast_obj =
604$rc4_obj =
605$rmd160_obj =
606$rc5_obj =
1c4f90a0 607$dso_scheme = dlfcn
8224b0cb 608$shared_target= tru64-shared
f944e784 609$shared_cflag =
a22fb399 610$shared_extension = .so
7740a1c6
BM
611
612*** alpha164-cc
613$cc = cc
614$cflags = -std1 -tune host -fast -readonly_strings
615$unistd =
616$thread_cflag = (unknown)
617$lflags =
2dae04d0 618$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK
9868232a 619$bn_obj = asm/alpha.o
7740a1c6
BM
620$des_obj =
621$bf_obj =
622$md5_obj =
623$sha1_obj =
624$cast_obj =
625$rc4_obj =
626$rmd160_obj =
627$rc5_obj =
f944e784 628$dso_scheme = dlfcn
8224b0cb 629$shared_target= tru64-shared
f944e784 630$shared_cflag =
a22fb399 631$shared_extension = .so
7740a1c6
BM
632
633*** bsdi-elf-gcc
634$cc = gcc
635$cflags = -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
636$unistd =
637$thread_cflag = (unknown)
638$lflags =
639$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
640$bn_obj = asm/bn86-elf.o asm/co86-elf.o
641$des_obj = asm/dx86-elf.o asm/yx86-elf.o
642$bf_obj = asm/bx86-elf.o
643$md5_obj = asm/mx86-elf.o
644$sha1_obj = asm/sx86-elf.o
645$cast_obj = asm/cx86-elf.o
646$rc4_obj = asm/rx86-elf.o
647$rmd160_obj = asm/rm86-elf.o
648$rc5_obj = asm/r586-elf.o
a22fb399
RL
649$dso_scheme = dlfcn
650$shared_target= bsd-gcc-shared
651$shared_cflag = -fPIC
652$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
653
654*** bsdi-gcc
655$cc = gcc
656$cflags = -O3 -ffast-math -DL_ENDIAN -DPERL5 -m486
657$unistd =
658$thread_cflag = (unknown)
659$lflags =
660$bn_ops = RSA_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
661$bn_obj = asm/bn86bsdi.o asm/co86bsdi.o
662$des_obj = asm/dx86bsdi.o asm/yx86bsdi.o
663$bf_obj = asm/bx86bsdi.o
664$md5_obj = asm/mx86bsdi.o
665$sha1_obj = asm/sx86bsdi.o
666$cast_obj = asm/cx86bsdi.o
667$rc4_obj = asm/rx86bsdi.o
668$rmd160_obj = asm/rm86bsdi.o
669$rc5_obj = asm/r586bsdi.o
05e15b04 670$dso_scheme =
f944e784
RL
671$shared_target=
672$shared_cflag =
a22fb399 673$shared_extension =
7740a1c6
BM
674
675*** cc
676$cc = cc
677$cflags = -O
678$unistd =
679$thread_cflag = (unknown)
680$lflags =
681$bn_ops =
682$bn_obj =
683$des_obj =
684$bf_obj =
685$md5_obj =
686$sha1_obj =
687$cast_obj =
688$rc4_obj =
689$rmd160_obj =
690$rc5_obj =
05e15b04 691$dso_scheme =
f944e784
RL
692$shared_target=
693$shared_cflag =
a22fb399 694$shared_extension =
7740a1c6
BM
695
696*** cray-t3e
697$cc = cc
698$cflags = -DBIT_FIELD_LIMITS -DTERMIOS
699$unistd =
700$thread_cflag = (unknown)
701$lflags =
2dae04d0 702$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
7740a1c6
BM
703$bn_obj =
704$des_obj =
705$bf_obj =
706$md5_obj =
707$sha1_obj =
708$cast_obj =
709$rc4_obj =
710$rmd160_obj =
711$rc5_obj =
05e15b04 712$dso_scheme =
f944e784
RL
713$shared_target=
714$shared_cflag =
a22fb399 715$shared_extension =
7740a1c6
BM
716
717*** cray-t90-cc
718$cc = cc
719$cflags = -DBIT_FIELD_LIMITS -DTERMIOS
720$unistd =
721$thread_cflag = (unknown)
722$lflags =
723$bn_ops = SIXTY_FOUR_BIT_LONG DES_INT
724$bn_obj =
725$des_obj =
726$bf_obj =
727$md5_obj =
728$sha1_obj =
729$cast_obj =
730$rc4_obj =
731$rmd160_obj =
732$rc5_obj =
05e15b04 733$dso_scheme =
f944e784
RL
734$shared_target=
735$shared_cflag =
a22fb399 736$shared_extension =
7740a1c6 737
592c784f
BM
738*** darwin-ppc-cc
739$cc = cc
740$cflags = -O3 -DB_ENDIAN
741$unistd =
742$thread_cflag = (unknown)
743$lflags =
744$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
745$bn_obj =
746$des_obj =
747$bf_obj =
748$md5_obj =
749$sha1_obj =
750$cast_obj =
751$rc4_obj =
752$rmd160_obj =
753$rc5_obj =
754$dso_scheme =
755$shared_target=
756$shared_cflag =
757$shared_extension =
758
7740a1c6
BM
759*** debug
760$cc = gcc
bbb8de09 761$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
7740a1c6
BM
762$unistd =
763$thread_cflag = (unknown)
764$lflags = -lefence
765$bn_ops =
766$bn_obj =
767$des_obj =
768$bf_obj =
769$md5_obj =
770$sha1_obj =
771$cast_obj =
772$rc4_obj =
773$rmd160_obj =
774$rc5_obj =
05e15b04 775$dso_scheme =
f944e784
RL
776$shared_target=
777$shared_cflag =
a22fb399 778$shared_extension =
7740a1c6
BM
779
780*** debug-ben
781$cc = gcc
bbb8de09 782$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe
7740a1c6
BM
783$unistd =
784$thread_cflag = (unknown)
785$lflags =
786$bn_ops =
787$bn_obj =
788$des_obj =
789$bf_obj =
790$md5_obj =
791$sha1_obj =
792$cast_obj =
793$rc4_obj =
794$rmd160_obj =
795$rc5_obj =
05e15b04 796$dso_scheme =
f944e784
RL
797$shared_target=
798$shared_cflag =
a22fb399 799$shared_extension =
7740a1c6
BM
800
801*** debug-ben-debug
802$cc = gcc
bbb8de09 803$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe
7740a1c6
BM
804$unistd =
805$thread_cflag = (unknown)
806$lflags =
807$bn_ops =
808$bn_obj =
809$des_obj =
810$bf_obj =
811$md5_obj =
812$sha1_obj =
813$cast_obj =
814$rc4_obj =
815$rmd160_obj =
816$rc5_obj =
05e15b04 817$dso_scheme =
f944e784
RL
818$shared_target=
819$shared_cflag =
a22fb399 820$shared_extension =
7740a1c6
BM
821
822*** debug-ben-strict
823$cc = gcc
bbb8de09 824$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DCONST_STRICT -O2 -Wall -Wshadow -Werror -Wpointer-arith -Wcast-qual -Wwrite-strings -pipe
7740a1c6
BM
825$unistd =
826$thread_cflag = (unknown)
827$lflags =
828$bn_ops =
829$bn_obj =
830$des_obj =
831$bf_obj =
832$md5_obj =
833$sha1_obj =
834$cast_obj =
835$rc4_obj =
836$rmd160_obj =
837$rc5_obj =
05e15b04 838$dso_scheme =
f944e784
RL
839$shared_target=
840$shared_cflag =
a22fb399 841$shared_extension =
7740a1c6
BM
842
843*** debug-bodo
844$cc = gcc
7e7c8952 845$cflags = -DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DBIO_PAIR_DEBUG -DPEDANTIC -g -m486 -pedantic -Wshadow -Wall
7740a1c6
BM
846$unistd =
847$thread_cflag = -D_REENTRANT
848$lflags =
849$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
850$bn_obj = asm/bn86-elf.o asm/co86-elf.o
851$des_obj = asm/dx86-elf.o asm/yx86-elf.o
852$bf_obj = asm/bx86-elf.o
853$md5_obj = asm/mx86-elf.o
854$sha1_obj = asm/sx86-elf.o
855$cast_obj = asm/cx86-elf.o
856$rc4_obj = asm/rx86-elf.o
857$rmd160_obj = asm/rm86-elf.o
858$rc5_obj = asm/r586-elf.o
05e15b04 859$dso_scheme =
f944e784
RL
860$shared_target=
861$shared_cflag =
a22fb399 862$shared_extension =
7740a1c6 863
a87030a1
BM
864*** debug-levitte-linux-elf
865$cc = gcc
7e7c8952 866$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -m486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 -pipe
a87030a1
BM
867$unistd =
868$thread_cflag = -D_REENTRANT
05e15b04 869$lflags = -ldl
78a0c1f1
BM
870$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
871$bn_obj = asm/bn86-elf.o asm/co86-elf.o
872$des_obj = asm/dx86-elf.o asm/yx86-elf.o
873$bf_obj = asm/bx86-elf.o
874$md5_obj = asm/mx86-elf.o
875$sha1_obj = asm/sx86-elf.o
876$cast_obj = asm/cx86-elf.o
877$rc4_obj = asm/rx86-elf.o
878$rmd160_obj = asm/rm86-elf.o
879$rc5_obj = asm/r586-elf.o
05e15b04 880$dso_scheme = dlfcn
78a0c1f1
BM
881$shared_target= linux-shared
882$shared_cflag = -fPIC
883$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
a87030a1 884
7e7c8952
BM
885*** debug-levitte-linux-noasm
886$cc = gcc
887$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DNO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -m486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 -pipe
888$unistd =
889$thread_cflag = -D_REENTRANT
890$lflags = -ldl
891$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
892$bn_obj =
893$des_obj =
894$bf_obj =
895$md5_obj =
896$sha1_obj =
897$cast_obj =
898$rc4_obj =
899$rmd160_obj =
900$rc5_obj =
901$dso_scheme = dlfcn
902$shared_target= linux-shared
903$shared_cflag = -fPIC
904$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
905
7740a1c6
BM
906*** debug-linux-elf
907$cc = gcc
bbb8de09 908$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall
7740a1c6
BM
909$unistd =
910$thread_cflag = -D_REENTRANT
baa080d4 911$lflags = -lefence -ldl
7740a1c6
BM
912$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
913$bn_obj = asm/bn86-elf.o asm/co86-elf.o
914$des_obj = asm/dx86-elf.o asm/yx86-elf.o
915$bf_obj = asm/bx86-elf.o
916$md5_obj = asm/mx86-elf.o
917$sha1_obj = asm/sx86-elf.o
918$cast_obj = asm/cx86-elf.o
919$rc4_obj = asm/rx86-elf.o
920$rmd160_obj = asm/rm86-elf.o
921$rc5_obj = asm/r586-elf.o
05e15b04 922$dso_scheme = dlfcn
f944e784
RL
923$shared_target=
924$shared_cflag =
a22fb399 925$shared_extension =
7740a1c6 926
a45623c4
RL
927*** debug-linux-elf-noefence
928$cc = gcc
bbb8de09 929$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -m486 -Wall
a45623c4
RL
930$unistd =
931$thread_cflag = -D_REENTRANT
baa080d4 932$lflags = -ldl
a45623c4
RL
933$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
934$bn_obj = asm/bn86-elf.o asm/co86-elf.o
935$des_obj = asm/dx86-elf.o asm/yx86-elf.o
936$bf_obj = asm/bx86-elf.o
937$md5_obj = asm/mx86-elf.o
938$sha1_obj = asm/sx86-elf.o
939$cast_obj = asm/cx86-elf.o
940$rc4_obj = asm/rx86-elf.o
941$rmd160_obj = asm/rm86-elf.o
942$rc5_obj = asm/r586-elf.o
943$dso_scheme = dlfcn
f944e784
RL
944$shared_target=
945$shared_cflag =
a22fb399 946$shared_extension =
a45623c4 947
7740a1c6
BM
948*** debug-rse
949$cc = cc
950$cflags = -DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall
951$unistd =
952$thread_cflag = (unknown)
953$lflags =
954$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
955$bn_obj = asm/bn86-elf.o asm/co86-elf.o
956$des_obj = asm/dx86-elf.o asm/yx86-elf.o
957$bf_obj = asm/bx86-elf.o
958$md5_obj = asm/mx86-elf.o
959$sha1_obj = asm/sx86-elf.o
960$cast_obj = asm/cx86-elf.o
961$rc4_obj = asm/rx86-elf.o
962$rmd160_obj = asm/rm86-elf.o
963$rc5_obj = asm/r586-elf.o
05e15b04 964$dso_scheme =
f944e784
RL
965$shared_target=
966$shared_cflag =
a22fb399 967$shared_extension =
7740a1c6 968
d0f2876c
BM
969*** debug-solaris-sparcv8-cc
970$cc = cc
bbb8de09 971$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W
d0f2876c
BM
972$unistd =
973$thread_cflag = -D_REENTRANT
05e15b04 974$lflags = -lsocket -lnsl -ldl
2dae04d0 975$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
d0f2876c
BM
976$bn_obj = asm/sparcv8.o
977$des_obj =
978$bf_obj =
979$md5_obj =
980$sha1_obj =
981$cast_obj =
982$rc4_obj =
983$rmd160_obj =
984$rc5_obj =
05e15b04 985$dso_scheme = dlfcn
aa04f1d7
RL
986$shared_target= solaris-shared
987$shared_cflag = -KPIC
a22fb399 988$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
d0f2876c 989
96821ced 990*** debug-solaris-sparcv8-gcc
7740a1c6 991$cc = gcc
bbb8de09 992$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN
7740a1c6
BM
993$unistd =
994$thread_cflag = -D_REENTRANT
05e15b04 995$lflags = -lsocket -lnsl -ldl
2dae04d0 996$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
d0f2876c 997$bn_obj = asm/sparcv8.o
7740a1c6
BM
998$des_obj =
999$bf_obj =
1000$md5_obj =
1001$sha1_obj =
1002$cast_obj =
1003$rc4_obj =
1004$rmd160_obj =
1005$rc5_obj =
05e15b04 1006$dso_scheme = dlfcn
aa04f1d7
RL
1007$shared_target= solaris-shared
1008$shared_cflag = -fPIC
a22fb399 1009$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1010
d0f2876c
BM
1011*** debug-solaris-sparcv9-cc
1012$cc = cc
bbb8de09 1013$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
d0f2876c
BM
1014$unistd =
1015$thread_cflag = -D_REENTRANT
05e15b04 1016$lflags = -lsocket -lnsl -ldl
2dae04d0 1017$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
d0f2876c
BM
1018$bn_obj = asm/sparcv8plus.o
1019$des_obj =
1020$bf_obj =
1021$md5_obj = asm/md5-sparcv8plus.o
1022$sha1_obj =
1023$cast_obj =
1024$rc4_obj =
1025$rmd160_obj =
1026$rc5_obj =
05e15b04 1027$dso_scheme = dlfcn
aa04f1d7
RL
1028$shared_target= solaris-shared
1029$shared_cflag = -KPIC
a22fb399 1030$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
d0f2876c 1031
96821ced 1032*** debug-solaris-sparcv9-gcc
7740a1c6 1033$cc = gcc
bbb8de09 1034$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mcpu=ultrasparc -Wall -DB_ENDIAN
7740a1c6
BM
1035$unistd =
1036$thread_cflag = -D_REENTRANT
05e15b04 1037$lflags = -lsocket -lnsl -ldl
2dae04d0 1038$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
96821ced 1039$bn_obj = asm/sparcv8plus.o
7740a1c6
BM
1040$des_obj =
1041$bf_obj =
1042$md5_obj =
1043$sha1_obj =
1044$cast_obj =
1045$rc4_obj =
1046$rmd160_obj =
1047$rc5_obj =
05e15b04 1048$dso_scheme = dlfcn
aa04f1d7
RL
1049$shared_target= solaris-shared
1050$shared_cflag = -fPIC
a22fb399 1051$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1052
6e6bc352
DSH
1053*** debug-steve
1054$cc = gcc
9a875a35 1055$cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -m486 -pedantic -Wall -Werror -Wshadow -pipe
6e6bc352
DSH
1056$unistd =
1057$thread_cflag = -D_REENTRANT
1058$lflags =
1059$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1060$bn_obj = asm/bn86-elf.o asm/co86-elf.o
1061$des_obj = asm/dx86-elf.o asm/yx86-elf.o
1062$bf_obj = asm/bx86-elf.o
1063$md5_obj = asm/mx86-elf.o
1064$sha1_obj = asm/sx86-elf.o
1065$cast_obj = asm/cx86-elf.o
1066$rc4_obj = asm/rx86-elf.o
1067$rmd160_obj = asm/rm86-elf.o
1068$rc5_obj = asm/r586-elf.o
05e15b04 1069$dso_scheme =
f944e784
RL
1070$shared_target=
1071$shared_cflag =
a22fb399 1072$shared_extension =
6e6bc352 1073
43ca6c02
UM
1074*** debug-ulf
1075$cc = gcc
bbb8de09 1076$cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -g -O2 -m486 -Wall -Werror -Wshadow -pipe
43ca6c02
UM
1077$unistd =
1078$thread_cflag = -D_REENTRANT
1079$lflags =
1080$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1081$bn_obj = asm/bn86-elf.o asm/co86-elf.o
1082$des_obj = asm/dx86-elf.o asm/yx86-elf.o
1083$bf_obj = asm/bx86-elf.o
1084$md5_obj = asm/mx86-elf.o
1085$sha1_obj = asm/sx86-elf.o
1086$cast_obj = asm/cx86-elf.o
1087$rc4_obj = asm/rx86-elf.o
1088$rmd160_obj = asm/rm86-elf.o
1089$rc5_obj = asm/r586-elf.o
05e15b04 1090$dso_scheme =
f944e784
RL
1091$shared_target=
1092$shared_cflag =
a22fb399 1093$shared_extension =
43ca6c02 1094
7740a1c6
BM
1095*** dgux-R3-gcc
1096$cc = gcc
1097$cflags = -O3 -fomit-frame-pointer
1098$unistd =
1099$thread_cflag = (unknown)
1100$lflags =
1101$bn_ops = RC4_INDEX DES_UNROLL
1102$bn_obj =
1103$des_obj =
1104$bf_obj =
1105$md5_obj =
1106$sha1_obj =
1107$cast_obj =
1108$rc4_obj =
1109$rmd160_obj =
1110$rc5_obj =
05e15b04 1111$dso_scheme =
f944e784
RL
1112$shared_target=
1113$shared_cflag =
a22fb399 1114$shared_extension =
7740a1c6
BM
1115
1116*** dgux-R4-gcc
1117$cc = gcc
1118$cflags = -O3 -fomit-frame-pointer
1119$unistd =
1120$thread_cflag = (unknown)
1121$lflags = -lnsl -lsocket
1122$bn_ops = RC4_INDEX
1123$bn_obj = RC4_INDEX DES_UNROLL
1124$des_obj =
1125$bf_obj =
1126$md5_obj =
1127$sha1_obj =
1128$cast_obj =
1129$rc4_obj =
1130$rmd160_obj =
1131$rc5_obj =
05e15b04 1132$dso_scheme =
f944e784
RL
1133$shared_target=
1134$shared_cflag =
a22fb399 1135$shared_extension =
7740a1c6
BM
1136
1137*** dgux-R4-x86-gcc
1138$cc = gcc
1139$cflags = -O3 -fomit-frame-pointer -DL_ENDIAN
1140$unistd =
1141$thread_cflag = (unknown)
1142$lflags = -lnsl -lsocket
1143$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1144$bn_obj = asm/bn86-elf.o asm/co86-elf.o
1145$des_obj = asm/dx86-elf.o asm/yx86-elf.o
1146$bf_obj = asm/bx86-elf.o
1147$md5_obj = asm/mx86-elf.o
1148$sha1_obj = asm/sx86-elf.o
1149$cast_obj = asm/cx86-elf.o
1150$rc4_obj = asm/rx86-elf.o
1151$rmd160_obj = asm/rm86-elf.o
1152$rc5_obj = asm/r586-elf.o
05e15b04 1153$dso_scheme =
f944e784
RL
1154$shared_target=
1155$shared_cflag =
a22fb399 1156$shared_extension =
7740a1c6
BM
1157
1158*** dist
1159$cc = cc
1160$cflags = -O
1161$unistd =
1162$thread_cflag = (unknown)
1163$lflags =
1164$bn_ops =
1165$bn_obj =
1166$des_obj =
1167$bf_obj =
1168$md5_obj =
1169$sha1_obj =
1170$cast_obj =
1171$rc4_obj =
1172$rmd160_obj =
1173$rc5_obj =
05e15b04 1174$dso_scheme =
f944e784
RL
1175$shared_target=
1176$shared_cflag =
a22fb399 1177$shared_extension =
7740a1c6
BM
1178
1179*** gcc
1180$cc = gcc
1181$cflags = -O3
1182$unistd =
1183$thread_cflag = (unknown)
1184$lflags =
1185$bn_ops = BN_LLONG
1186$bn_obj =
1187$des_obj =
1188$bf_obj =
1189$md5_obj =
1190$sha1_obj =
1191$cast_obj =
1192$rc4_obj =
1193$rmd160_obj =
1194$rc5_obj =
05e15b04 1195$dso_scheme =
f944e784
RL
1196$shared_target=
1197$shared_cflag =
a22fb399 1198$shared_extension =
7740a1c6 1199
9239e45b 1200*** hpux-brokencc
7740a1c6 1201$cc = cc
1489ccf6 1202$cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
7740a1c6
BM
1203$unistd =
1204$thread_cflag = (unknown)
ccb9643f 1205$lflags = -Wl,+s -ldld
522aefbb 1206$bn_ops = DES_PTR DES_UNROLL DES_RISC1
7740a1c6
BM
1207$bn_obj =
1208$des_obj =
1209$bf_obj =
1210$md5_obj =
1211$sha1_obj =
1212$cast_obj =
1213$rc4_obj =
1214$rmd160_obj =
1215$rc5_obj =
05e15b04 1216$dso_scheme = dl
0fd44e2d
RL
1217$shared_target= hpux-shared
1218$shared_cflag = +Z
1219$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1220
9239e45b
BM
1221*** hpux-brokengcc
1222$cc = gcc
1223$cflags = -DB_ENDIAN -DBN_DIV2W -O3
1224$unistd =
1225$thread_cflag = (unknown)
ccb9643f 1226$lflags = -Wl,+s -ldld
9239e45b
BM
1227$bn_ops = DES_PTR DES_UNROLL DES_RISC1
1228$bn_obj =
1229$des_obj =
1230$bf_obj =
1231$md5_obj =
1232$sha1_obj =
1233$cast_obj =
1234$rc4_obj =
1235$rmd160_obj =
1236$rc5_obj =
05e15b04 1237$dso_scheme = dl
0fd44e2d
RL
1238$shared_target= hpux-shared
1239$shared_cflag = -fPIC
1240$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
9239e45b
BM
1241
1242*** hpux-cc
1243$cc = cc
bcba6cc6 1244$cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
9239e45b
BM
1245$unistd =
1246$thread_cflag = (unknown)
ccb9643f 1247$lflags = -Wl,+s -ldld
9239e45b
BM
1248$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1249$bn_obj =
1250$des_obj =
1251$bf_obj =
1252$md5_obj =
1253$sha1_obj =
1254$cast_obj =
1255$rc4_obj =
1256$rmd160_obj =
1257$rc5_obj =
05e15b04 1258$dso_scheme = dl
0fd44e2d
RL
1259$shared_target= hpux-shared
1260$shared_cflag = +Z
1261$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
9239e45b 1262
7740a1c6
BM
1263*** hpux-gcc
1264$cc = gcc
1265$cflags = -DB_ENDIAN -DBN_DIV2W -O3
1266$unistd =
1267$thread_cflag = (unknown)
ccb9643f 1268$lflags = -Wl,+s -ldld
7740a1c6
BM
1269$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1270$bn_obj =
1271$des_obj =
1272$bf_obj =
1273$md5_obj =
1274$sha1_obj =
1275$cast_obj =
1276$rc4_obj =
1277$rmd160_obj =
1278$rc5_obj =
05e15b04 1279$dso_scheme = dl
0fd44e2d
RL
1280$shared_target= hpux-shared
1281$shared_cflag = -fPIC
1282$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
9239e45b 1283
bcba6cc6 1284*** hpux-parisc-cc
9239e45b 1285$cc = cc
91e8cc62 1286$cflags = +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
9239e45b 1287$unistd =
91e8cc62 1288$thread_cflag = -D_REENTRANT
ccb9643f 1289$lflags = -Wl,+s -ldld
91e8cc62 1290$bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
9239e45b
BM
1291$bn_obj =
1292$des_obj =
1293$bf_obj =
1294$md5_obj =
1295$sha1_obj =
1296$cast_obj =
1297$rc4_obj =
1298$rmd160_obj =
1299$rc5_obj =
05e15b04 1300$dso_scheme = dl
0fd44e2d
RL
1301$shared_target= hpux-shared
1302$shared_cflag = +Z
1303$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
9239e45b 1304
1adfda41
BM
1305*** hpux-parisc-cc-o4
1306$cc = cc
1307$cflags = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
1308$unistd =
1309$thread_cflag =
05e15b04 1310$lflags = -ldld
1adfda41
BM
1311$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1312$bn_obj =
1313$des_obj =
1314$bf_obj =
1315$md5_obj =
1316$sha1_obj =
1317$cast_obj =
1318$rc4_obj =
1319$rmd160_obj =
1320$rc5_obj =
05e15b04 1321$dso_scheme = dl
0fd44e2d
RL
1322$shared_target= hpux-shared
1323$shared_cflag = +Z
1324$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1adfda41 1325
bcba6cc6 1326*** hpux-parisc-gcc
9239e45b 1327$cc = gcc
bcba6cc6 1328$cflags = -O3 -DB_ENDIAN -DBN_DIV2W
9239e45b 1329$unistd =
bcba6cc6 1330$thread_cflag =
ccb9643f 1331$lflags = -Wl,+s -ldld
bcba6cc6 1332$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
9239e45b
BM
1333$bn_obj =
1334$des_obj =
1335$bf_obj =
1336$md5_obj =
1337$sha1_obj =
1338$cast_obj =
1339$rc4_obj =
1340$rmd160_obj =
1341$rc5_obj =
05e15b04 1342$dso_scheme = dl
0fd44e2d
RL
1343$shared_target= hpux-shared
1344$shared_cflag = -fPIC
1345$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1346
91e8cc62
RL
1347*** hpux-parisc1_1-cc
1348$cc = cc
1349$cflags = +DA1.1 +DS1.1 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
1350$unistd =
1351$thread_cflag = -D_REENTRANT
ccb9643f 1352$lflags = -Wl,+s -ldld
91e8cc62
RL
1353$bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1354$bn_obj =
1355$des_obj =
1356$bf_obj =
1357$md5_obj =
1358$sha1_obj =
1359$cast_obj =
1360$rc4_obj =
1361$rmd160_obj =
1362$rc5_obj =
1363$dso_scheme = dl
0fd44e2d
RL
1364$shared_target= hpux-shared
1365$shared_cflag = +Z
1366$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
91e8cc62
RL
1367
1368*** hpux-parisc2-cc
1369$cc = cc
1370$cflags = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
1371$unistd =
1372$thread_cflag = -D_REENTRANT
ccb9643f 1373$lflags = -Wl,+s -ldld
91e8cc62
RL
1374$bn_ops = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1375$bn_obj = asm/pa-risc2.o
1376$des_obj =
1377$bf_obj =
1378$md5_obj =
1379$sha1_obj =
1380$cast_obj =
1381$rc4_obj =
1382$rmd160_obj =
1383$rc5_obj =
1384$dso_scheme = dl
0fd44e2d
RL
1385$shared_target= hpux-shared
1386$shared_cflag = +Z
1387$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
91e8cc62 1388
bcba6cc6 1389*** hpux10-brokencc
7740a1c6 1390$cc = cc
bcba6cc6 1391$cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
7740a1c6
BM
1392$unistd =
1393$thread_cflag = -D_REENTRANT
ccb9643f 1394$lflags = -Wl,+s -ldld
7740a1c6
BM
1395$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1396$bn_obj =
1397$des_obj =
1398$bf_obj =
1399$md5_obj =
1400$sha1_obj =
1401$cast_obj =
1402$rc4_obj =
1403$rmd160_obj =
1404$rc5_obj =
05e15b04 1405$dso_scheme = dl
0fd44e2d
RL
1406$shared_target= hpux-shared
1407$shared_cflag = +Z
1408$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1409
bcba6cc6 1410*** hpux10-brokengcc
7740a1c6
BM
1411$cc = gcc
1412$cflags = -DB_ENDIAN -DBN_DIV2W -O3
1413$unistd =
1414$thread_cflag = -D_REENTRANT
ccb9643f 1415$lflags = -Wl,+s -ldld
bcba6cc6 1416$bn_ops = DES_PTR DES_UNROLL DES_RISC1
7740a1c6
BM
1417$bn_obj =
1418$des_obj =
1419$bf_obj =
1420$md5_obj =
1421$sha1_obj =
1422$cast_obj =
1423$rc4_obj =
1424$rmd160_obj =
1425$rc5_obj =
05e15b04 1426$dso_scheme = dl
0fd44e2d
RL
1427$shared_target= hpux-shared
1428$shared_cflag = -fPIC
1429$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1430
bcba6cc6 1431*** hpux10-cc
7740a1c6 1432$cc = cc
bcba6cc6 1433$cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
7740a1c6
BM
1434$unistd =
1435$thread_cflag = -D_REENTRANT
ccb9643f 1436$lflags = -Wl,+s -ldld
bcba6cc6
AP
1437$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
1438$bn_obj =
1439$des_obj =
1440$bf_obj =
1441$md5_obj =
1442$sha1_obj =
1443$cast_obj =
1444$rc4_obj =
1445$rmd160_obj =
1446$rc5_obj =
05e15b04 1447$dso_scheme = dl
0fd44e2d
RL
1448$shared_target= hpux-shared
1449$shared_cflag = +Z
1450$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
bcba6cc6
AP
1451
1452*** hpux10-gcc
1453$cc = gcc
1454$cflags = -DB_ENDIAN -DBN_DIV2W -O3
1455$unistd =
1456$thread_cflag = -D_REENTRANT
ccb9643f 1457$lflags = -Wl,+s -ldld
bcba6cc6 1458$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
7740a1c6
BM
1459$bn_obj =
1460$des_obj =
1461$bf_obj =
1462$md5_obj =
1463$sha1_obj =
1464$cast_obj =
1465$rc4_obj =
1466$rmd160_obj =
1467$rc5_obj =
05e15b04 1468$dso_scheme = dl
0fd44e2d
RL
1469$shared_target= hpux-shared
1470$shared_cflag = -fPIC
1471$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1472
bcba6cc6 1473*** hpux64-parisc-cc
7740a1c6 1474$cc = cc
bcba6cc6 1475$cflags = -Ae +DD64 +O3 +ESlit -z -DB_ENDIAN -DMD32_XARRAY
7740a1c6
BM
1476$unistd =
1477$thread_cflag = -D_REENTRANT
9a0c0d3f 1478$lflags = -ldl
7740a1c6
BM
1479$bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1480$bn_obj =
1481$des_obj =
1482$bf_obj =
1483$md5_obj =
1484$sha1_obj =
1485$cast_obj =
1486$rc4_obj =
1487$rmd160_obj =
1488$rc5_obj =
9a0c0d3f 1489$dso_scheme = dlfcn
0fd44e2d
RL
1490$shared_target= hpux64-shared
1491$shared_cflag = +Z
1492$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1493
91e8cc62
RL
1494*** hpux64-parisc2-cc
1495$cc = cc
1496$cflags = +DD64 +O3 +Optrs_strongly_typed +Olibcalls -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
1497$unistd =
1498$thread_cflag = -D_REENTRANT
1499$lflags = -ldl
1500$bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
1501$bn_obj = asm/pa-risc2W.o
1502$des_obj =
1503$bf_obj =
1504$md5_obj =
1505$sha1_obj =
1506$cast_obj =
1507$rc4_obj =
1508$rmd160_obj =
1509$rc5_obj =
9a0c0d3f 1510$dso_scheme = dlfcn
0fd44e2d
RL
1511$shared_target= hpux64-shared
1512$shared_cflag = +Z
1513$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
91e8cc62 1514
9a875a35
BM
1515*** hurd-x86
1516$cc = gcc
1517$cflags = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall
1518$unistd =
1519$thread_cflag = -D_REENTRANT
1520$lflags = -ldl
1521$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1522$bn_obj = asm/bn86-elf.o asm/co86-elf.o
1523$des_obj = asm/dx86-elf.o asm/yx86-elf.o
1524$bf_obj = asm/bx86-elf.o
1525$md5_obj = asm/mx86-elf.o
1526$sha1_obj = asm/sx86-elf.o
1527$cast_obj = asm/cx86-elf.o
1528$rc4_obj = asm/rx86-elf.o
1529$rmd160_obj = asm/rm86-elf.o
1530$rc5_obj = asm/r586-elf.o
1531$dso_scheme = dlfcn
1532$shared_target= linux-shared
1533$shared_cflag = -fPIC
1534$shared_extension =
1535
7740a1c6
BM
1536*** irix-cc
1537$cc = cc
1538$cflags = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN
1539$unistd =
1540$thread_cflag = (unknown)
1541$lflags =
2dae04d0 1542$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR
7740a1c6
BM
1543$bn_obj =
1544$des_obj =
1545$bf_obj =
1546$md5_obj =
1547$sha1_obj =
1548$cast_obj =
1549$rc4_obj =
1550$rmd160_obj =
1551$rc5_obj =
8224b0cb
RL
1552$dso_scheme = dlfcn
1553$shared_target= irix-shared
f944e784 1554$shared_cflag =
8224b0cb 1555$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
1556
1557*** irix-gcc
1558$cc = gcc
96821ced 1559$cflags = -O3 -DTERMIOS -DB_ENDIAN
7740a1c6
BM
1560$unistd =
1561$thread_cflag = (unknown)
1562$lflags =
2dae04d0 1563$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR
7740a1c6
BM
1564$bn_obj =
1565$des_obj =
1566$bf_obj =
1567$md5_obj =
1568$sha1_obj =
1569$cast_obj =
1570$rc4_obj =
1571$rmd160_obj =
1572$rc5_obj =
8224b0cb
RL
1573$dso_scheme = dlfcn
1574$shared_target= irix-shared
f944e784 1575$shared_cflag =
8224b0cb 1576$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
1577
1578*** irix-mips3-cc
1579$cc = cc
43ca6c02 1580$cflags = -n32 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W
7740a1c6 1581$unistd =
dc434bbc 1582$thread_cflag = -D_SGI_MP_SOURCE
7740a1c6 1583$lflags =
2dae04d0 1584$bn_ops = DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT
5f12fc00 1585$bn_obj = asm/mips3.o
7740a1c6
BM
1586$des_obj =
1587$bf_obj =
1588$md5_obj =
1589$sha1_obj =
1590$cast_obj =
1591$rc4_obj =
1592$rmd160_obj =
1593$rc5_obj =
8224b0cb
RL
1594$dso_scheme = dlfcn
1595$shared_target= irix-shared
f944e784 1596$shared_cflag =
8224b0cb 1597$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
1598
1599*** irix-mips3-gcc
1600$cc = gcc
43ca6c02 1601$cflags = -mabi=n32 -mmips-as -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
7740a1c6 1602$unistd =
dc434bbc 1603$thread_cflag = -D_SGI_MP_SOURCE
7740a1c6 1604$lflags =
2dae04d0 1605$bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT
96821ced 1606$bn_obj = asm/mips3.o
7740a1c6
BM
1607$des_obj =
1608$bf_obj =
1609$md5_obj =
1610$sha1_obj =
1611$cast_obj =
1612$rc4_obj =
1613$rmd160_obj =
1614$rc5_obj =
8224b0cb
RL
1615$dso_scheme = dlfcn
1616$shared_target= irix-shared
f944e784 1617$shared_cflag =
8224b0cb 1618$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
1619
1620*** irix64-mips4-cc
1621$cc = cc
43ca6c02 1622$cflags = -64 -mips4 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W
96821ced 1623$unistd =
dc434bbc 1624$thread_cflag = -D_SGI_MP_SOURCE
96821ced 1625$lflags =
2dae04d0 1626$bn_ops = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
96821ced
BM
1627$bn_obj = asm/mips3.o
1628$des_obj =
1629$bf_obj =
1630$md5_obj =
1631$sha1_obj =
1632$cast_obj =
1633$rc4_obj =
1634$rmd160_obj =
1635$rc5_obj =
8224b0cb
RL
1636$dso_scheme = dlfcn
1637$shared_target= irix-shared
f944e784 1638$shared_cflag =
8224b0cb 1639$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
96821ced
BM
1640
1641*** irix64-mips4-gcc
1642$cc = gcc
43ca6c02 1643$cflags = -mabi=64 -mips4 -mmips-as -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
7740a1c6 1644$unistd =
dc434bbc 1645$thread_cflag = -D_SGI_MP_SOURCE
7740a1c6 1646$lflags =
2dae04d0 1647$bn_ops = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
5f12fc00 1648$bn_obj = asm/mips3.o
7740a1c6
BM
1649$des_obj =
1650$bf_obj =
1651$md5_obj =
1652$sha1_obj =
1653$cast_obj =
1654$rc4_obj =
1655$rmd160_obj =
1656$rc5_obj =
8224b0cb
RL
1657$dso_scheme = dlfcn
1658$shared_target= irix-shared
f944e784 1659$shared_cflag =
8224b0cb 1660$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1661
2e97d4f9
AP
1662*** linux-alpha+bwx-ccc
1663$cc = ccc
1664$cflags = -fast -readonly_strings -DL_ENDIAN -DTERMIO
1665$unistd =
dc434bbc 1666$thread_cflag = -D_REENTRANT
2e97d4f9
AP
1667$lflags =
1668$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
1669$bn_obj = asm/alpha.o
1670$des_obj =
1671$bf_obj =
1672$md5_obj =
1673$sha1_obj =
1674$cast_obj =
1675$rc4_obj =
1676$rmd160_obj =
1677$rc5_obj =
05e15b04 1678$dso_scheme =
f944e784
RL
1679$shared_target=
1680$shared_cflag =
a22fb399 1681$shared_extension =
2e97d4f9
AP
1682
1683*** linux-alpha+bwx-gcc
1684$cc = gcc
1685$cflags = -O3 -DL_ENDIAN -DTERMIO
1686$unistd =
dc434bbc 1687$thread_cflag = -D_REENTRANT
a22fb399 1688$lflags = -ldl
2e97d4f9
AP
1689$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
1690$bn_obj = asm/alpha.o
1691$des_obj =
1692$bf_obj =
1693$md5_obj =
1694$sha1_obj =
1695$cast_obj =
1696$rc4_obj =
1697$rmd160_obj =
1698$rc5_obj =
a22fb399
RL
1699$dso_scheme = dlfcn
1700$shared_target= linux-shared
1701$shared_cflag = -fPIC
1702$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2e97d4f9
AP
1703
1704*** linux-alpha-ccc
1705$cc = ccc
1706$cflags = -fast -readonly_strings -DL_ENDIAN -DTERMIO
1707$unistd =
dc434bbc 1708$thread_cflag = -D_REENTRANT
2e97d4f9
AP
1709$lflags =
1710$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
1711$bn_obj = asm/alpha.o
1712$des_obj =
1713$bf_obj =
1714$md5_obj =
1715$sha1_obj =
1716$cast_obj =
1717$rc4_obj =
1718$rmd160_obj =
1719$rc5_obj =
05e15b04 1720$dso_scheme =
f944e784
RL
1721$shared_target=
1722$shared_cflag =
a22fb399 1723$shared_extension =
2e97d4f9
AP
1724
1725*** linux-alpha-gcc
1726$cc = gcc
1727$cflags = -O3 -DL_ENDIAN -DTERMIO
1728$unistd =
dc434bbc 1729$thread_cflag = -D_REENTRANT
a22fb399 1730$lflags = -ldl
2e97d4f9
AP
1731$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL
1732$bn_obj = asm/alpha.o
1733$des_obj =
1734$bf_obj =
1735$md5_obj =
1736$sha1_obj =
1737$cast_obj =
1738$rc4_obj =
1739$rmd160_obj =
1740$rc5_obj =
a22fb399
RL
1741$dso_scheme = dlfcn
1742$shared_target= linux-shared
1743$shared_cflag = -fPIC
1744$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2e97d4f9 1745
7740a1c6
BM
1746*** linux-aout
1747$cc = gcc
1748$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
1749$unistd =
1750$thread_cflag = (unknown)
1751$lflags =
1752$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1753$bn_obj = asm/bn86-out.o asm/co86-out.o
1754$des_obj = asm/dx86-out.o asm/yx86-out.o
1755$bf_obj = asm/bx86-out.o
1756$md5_obj = asm/mx86-out.o
1757$sha1_obj = asm/sx86-out.o
1758$cast_obj = asm/cx86-out.o
1759$rc4_obj = asm/rx86-out.o
1760$rmd160_obj = asm/rm86-out.o
1761$rc5_obj = asm/r586-out.o
05e15b04 1762$dso_scheme =
f944e784
RL
1763$shared_target=
1764$shared_cflag =
a22fb399 1765$shared_extension =
7740a1c6
BM
1766
1767*** linux-elf
1768$cc = gcc
1769$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
1770$unistd =
1771$thread_cflag = -D_REENTRANT
05e15b04 1772$lflags = -ldl
7740a1c6
BM
1773$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1774$bn_obj = asm/bn86-elf.o asm/co86-elf.o
1775$des_obj = asm/dx86-elf.o asm/yx86-elf.o
1776$bf_obj = asm/bx86-elf.o
1777$md5_obj = asm/mx86-elf.o
1778$sha1_obj = asm/sx86-elf.o
1779$cast_obj = asm/cx86-elf.o
1780$rc4_obj = asm/rx86-elf.o
1781$rmd160_obj = asm/rm86-elf.o
1782$rc5_obj = asm/r586-elf.o
05e15b04 1783$dso_scheme = dlfcn
aa04f1d7
RL
1784$shared_target= linux-shared
1785$shared_cflag = -fPIC
a22fb399 1786$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 1787
547bf7f9
GT
1788*** linux-elf-arm
1789$cc = gcc
1790$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
1791$unistd =
1792$thread_cflag = -D_REENTRANT
1793$lflags =
1794$bn_ops = BN_LLONG
1795$bn_obj =
1796$des_obj =
1797$bf_obj =
1798$md5_obj =
1799$sha1_obj =
1800$cast_obj =
1801$rc4_obj =
1802$rmd160_obj =
1803$rc5_obj =
1804$dso_scheme = dlfcn
aa04f1d7
RL
1805$shared_target= linux-shared
1806$shared_cflag = -fPIC
a22fb399 1807$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
547bf7f9 1808
19c057da
BM
1809*** linux-ia64
1810$cc = gcc
1811$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
1812$unistd =
1813$thread_cflag = (unknown)
1814$lflags =
1815$bn_ops = SIXTY_FOUR_BIT_LONG
1816$bn_obj =
1817$des_obj =
1818$bf_obj =
1819$md5_obj =
1820$sha1_obj =
1821$cast_obj =
1822$rc4_obj =
1823$rmd160_obj =
1824$rc5_obj =
05e15b04 1825$dso_scheme =
f944e784
RL
1826$shared_target=
1827$shared_cflag =
a22fb399 1828$shared_extension =
19c057da 1829
7b224903
GT
1830*** linux-m68k
1831$cc = gcc
1832$cflags = -DB_ENDIAN -DTERMIO -O2 -fomit-frame-pointer -Wall
1833$unistd =
1834$thread_cflag = -D_REENTRANT
1835$lflags =
1836$bn_ops = BN_LLONG
1837$bn_obj =
1838$des_obj =
1839$bf_obj =
1840$md5_obj =
1841$sha1_obj =
1842$cast_obj =
1843$rc4_obj =
1844$rmd160_obj =
1845$rc5_obj =
1846$dso_scheme =
f944e784
RL
1847$shared_target=
1848$shared_cflag =
a22fb399 1849$shared_extension =
7b224903 1850
7740a1c6
BM
1851*** linux-mips
1852$cc = gcc
8224b0cb
RL
1853$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
1854$unistd =
1855$thread_cflag = (unknown)
1856$lflags =
1857$bn_ops = BN_LLONG
1858$bn_obj =
1859$des_obj =
1860$bf_obj =
1861$md5_obj =
1862$sha1_obj =
1863$cast_obj =
1864$rc4_obj =
1865$rmd160_obj =
1866$rc5_obj =
1867$dso_scheme =
1868$shared_target=
1869$shared_cflag =
1870$shared_extension =
1871
1872*** linux-mipsel
1873$cc = gcc
7740a1c6
BM
1874$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
1875$unistd =
1876$thread_cflag = (unknown)
1877$lflags =
1878$bn_ops = BN_LLONG
1879$bn_obj =
1880$des_obj =
1881$bf_obj =
1882$md5_obj =
1883$sha1_obj =
1884$cast_obj =
1885$rc4_obj =
1886$rmd160_obj =
1887$rc5_obj =
05e15b04 1888$dso_scheme =
f944e784
RL
1889$shared_target=
1890$shared_cflag =
a22fb399 1891$shared_extension =
7740a1c6
BM
1892
1893*** linux-ppc
1894$cc = gcc
1895$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
1896$unistd =
935a50e8 1897$thread_cflag = -D_REENTRANT
7740a1c6 1898$lflags =
40134e22 1899$bn_ops = BN_LLONG
7740a1c6
BM
1900$bn_obj =
1901$des_obj =
1902$bf_obj =
1903$md5_obj =
1904$sha1_obj =
1905$cast_obj =
1906$rc4_obj =
1907$rmd160_obj =
1908$rc5_obj =
05e15b04 1909$dso_scheme =
f944e784
RL
1910$shared_target=
1911$shared_cflag =
a22fb399 1912$shared_extension =
7740a1c6 1913
96821ced 1914*** linux-sparcv7
7740a1c6
BM
1915$cc = gcc
1916$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
1917$unistd =
1918$thread_cflag = -D_REENTRANT
1919$lflags =
2dae04d0 1920$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
7740a1c6
BM
1921$bn_obj =
1922$des_obj =
1923$bf_obj =
1924$md5_obj =
1925$sha1_obj =
1926$cast_obj =
1927$rc4_obj =
1928$rmd160_obj =
1929$rc5_obj =
05e15b04 1930$dso_scheme =
f944e784
RL
1931$shared_target=
1932$shared_cflag =
a22fb399 1933$shared_extension =
7740a1c6 1934
96821ced 1935*** linux-sparcv8
7740a1c6 1936$cc = gcc
96821ced 1937$cflags = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W
7740a1c6
BM
1938$unistd =
1939$thread_cflag = -D_REENTRANT
1940$lflags =
2dae04d0 1941$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
96821ced 1942$bn_obj = asm/sparcv8.o
7740a1c6
BM
1943$des_obj =
1944$bf_obj =
1945$md5_obj =
1946$sha1_obj =
1947$cast_obj =
1948$rc4_obj =
1949$rmd160_obj =
1950$rc5_obj =
05e15b04 1951$dso_scheme =
f944e784
RL
1952$shared_target=
1953$shared_cflag =
a22fb399 1954$shared_extension =
7740a1c6 1955
96821ced
BM
1956*** linux-sparcv9
1957$cc = gcc
1958$cflags = -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DULTRASPARC -DBN_DIV2W
1959$unistd =
1960$thread_cflag = -D_REENTRANT
1961$lflags =
2dae04d0 1962$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
96821ced
BM
1963$bn_obj = asm/sparcv8plus.o
1964$des_obj =
1965$bf_obj =
1966$md5_obj = asm/md5-sparcv8plus.o
1967$sha1_obj =
1968$cast_obj =
1969$rc4_obj =
1970$rmd160_obj =
1971$rc5_obj =
05e15b04 1972$dso_scheme =
f944e784
RL
1973$shared_target=
1974$shared_cflag =
a22fb399 1975$shared_extension =
96821ced 1976
7740a1c6
BM
1977*** ncr-scde
1978$cc = cc
1979$cflags = -O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw
1980$unistd =
1981$thread_cflag = (unknown)
1982$lflags = -lsocket -lnsl
1983$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1984$bn_obj =
1985$des_obj =
1986$bf_obj =
1987$md5_obj =
1988$sha1_obj =
1989$cast_obj =
1990$rc4_obj =
1991$rmd160_obj =
1992$rc5_obj =
05e15b04 1993$dso_scheme =
f944e784
RL
1994$shared_target=
1995$shared_cflag =
a22fb399 1996$shared_extension =
7740a1c6 1997
bda702ef
RL
1998*** newsos4-gcc
1999$cc = gcc
2000$cflags = -O -DB_ENDIAN -DNEWS4
2001$unistd =
2002$thread_cflag = (unknown)
2003$lflags = -lmld -liberty
2004$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2005$bn_obj =
2006$des_obj =
2007$bf_obj =
2008$md5_obj =
2009$sha1_obj =
2010$cast_obj =
2011$rc4_obj =
2012$rmd160_obj =
2013$rc5_obj =
2014$dso_scheme =
2015$shared_target=
2016$shared_cflag =
a22fb399 2017$shared_extension =
bda702ef 2018
7740a1c6
BM
2019*** nextstep
2020$cc = cc
2021$cflags = -O -Wall
2022$unistd = <libc.h>
2023$thread_cflag = (unknown)
2024$lflags =
2025$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2026$bn_obj =
2027$des_obj =
2028$bf_obj =
2029$md5_obj =
2030$sha1_obj =
2031$cast_obj =
2032$rc4_obj =
2033$rmd160_obj =
2034$rc5_obj =
05e15b04 2035$dso_scheme =
f944e784
RL
2036$shared_target=
2037$shared_cflag =
a22fb399 2038$shared_extension =
7740a1c6 2039
86b0c475
BM
2040*** nextstep3.3
2041$cc = cc
2042$cflags = -O3 -Wall
2043$unistd = <libc.h>
2044$thread_cflag = (unknown)
2045$lflags =
2046$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2047$bn_obj =
2048$des_obj =
2049$bf_obj =
2050$md5_obj =
2051$sha1_obj =
2052$cast_obj =
2053$rc4_obj =
2054$rmd160_obj =
2055$rc5_obj =
05e15b04 2056$dso_scheme =
f944e784
RL
2057$shared_target=
2058$shared_cflag =
a22fb399 2059$shared_extension =
86b0c475 2060
7740a1c6
BM
2061*** purify
2062$cc = purify gcc
2063$cflags = -g -DPURIFY -Wall
2064$unistd =
2065$thread_cflag = (unknown)
2066$lflags = -lsocket -lnsl
2067$bn_ops =
2068$bn_obj =
2069$des_obj =
2070$bf_obj =
2071$md5_obj =
2072$sha1_obj =
2073$cast_obj =
2074$rc4_obj =
2075$rmd160_obj =
2076$rc5_obj =
05e15b04 2077$dso_scheme =
f944e784
RL
2078$shared_target=
2079$shared_cflag =
a22fb399 2080$shared_extension =
7740a1c6 2081
a545c6f6
BM
2082*** qnx4
2083$cc = cc
2084$cflags = -DL_ENDIAN -DTERMIO
2085$unistd =
f5882ce7 2086$thread_cflag = (unknown)
a545c6f6
BM
2087$lflags =
2088$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
f5882ce7
BM
2089$bn_obj =
2090$des_obj =
2091$bf_obj =
2092$md5_obj =
2093$sha1_obj =
2094$cast_obj =
2095$rc4_obj =
2096$rmd160_obj =
2097$rc5_obj =
a545c6f6
BM
2098$dso_scheme =
2099$shared_target=
2100$shared_cflag =
a22fb399 2101$shared_extension =
a545c6f6 2102
bcba6cc6
AP
2103*** rhapsody-ppc-cc
2104$cc = cc
2105$cflags = -O3 -DB_ENDIAN
2106$unistd =
2107$thread_cflag = (unknown)
2108$lflags =
2109$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2110$bn_obj =
2111$des_obj =
2112$bf_obj =
2113$md5_obj =
2114$sha1_obj =
2115$cast_obj =
2116$rc4_obj =
2117$rmd160_obj =
2118$rc5_obj =
05e15b04 2119$dso_scheme =
f944e784
RL
2120$shared_target=
2121$shared_cflag =
a22fb399 2122$shared_extension =
bcba6cc6 2123
7740a1c6
BM
2124*** sco5-cc
2125$cc = cc
2126$cflags =
2127$unistd =
2128$thread_cflag = (unknown)
2129$lflags = -lsocket
2130$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2131$bn_obj =
2132$des_obj =
2133$bf_obj =
2134$md5_obj =
2135$sha1_obj =
2136$cast_obj =
2137$rc4_obj =
2138$rmd160_obj =
2139$rc5_obj =
05e15b04 2140$dso_scheme =
f944e784
RL
2141$shared_target=
2142$shared_cflag =
a22fb399 2143$shared_extension =
7740a1c6
BM
2144
2145*** sco5-gcc
2146$cc = gcc
2147$cflags = -O3 -fomit-frame-pointer
2148$unistd =
2149$thread_cflag = (unknown)
2150$lflags = -lsocket
2151$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2152$bn_obj =
2153$des_obj =
2154$bf_obj =
2155$md5_obj =
2156$sha1_obj =
2157$cast_obj =
2158$rc4_obj =
2159$rmd160_obj =
2160$rc5_obj =
05e15b04 2161$dso_scheme =
f944e784
RL
2162$shared_target=
2163$shared_cflag =
a22fb399 2164$shared_extension =
7740a1c6 2165
96821ced
BM
2166*** solaris-sparc-sc3
2167$cc = cc
2168$cflags = -fast -O -Xa -DB_ENDIAN
2169$unistd =
2170$thread_cflag = -D_REENTRANT
05e15b04 2171$lflags = -lsocket -lnsl -ldl
2dae04d0 2172$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR
96821ced
BM
2173$bn_obj =
2174$des_obj =
2175$bf_obj =
2176$md5_obj =
2177$sha1_obj =
2178$cast_obj =
2179$rc4_obj =
2180$rmd160_obj =
2181$rc5_obj =
05e15b04 2182$dso_scheme = dlfcn
aa04f1d7
RL
2183$shared_target= solaris-shared
2184$shared_cflag = -KPIC
a22fb399 2185$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
96821ced
BM
2186
2187*** solaris-sparcv7-cc
7740a1c6 2188$cc = cc
96821ced 2189$cflags = -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
2190$unistd =
2191$thread_cflag = -D_REENTRANT
05e15b04 2192$lflags = -lsocket -lnsl -ldl
2dae04d0 2193$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
96821ced 2194$bn_obj =
7740a1c6
BM
2195$des_obj =
2196$bf_obj =
2197$md5_obj =
2198$sha1_obj =
2199$cast_obj =
2200$rc4_obj =
2201$rmd160_obj =
2202$rc5_obj =
05e15b04 2203$dso_scheme = dlfcn
aa04f1d7
RL
2204$shared_target= solaris-shared
2205$shared_cflag = -KPIC
a22fb399 2206$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 2207
96821ced 2208*** solaris-sparcv7-gcc
7740a1c6 2209$cc = gcc
96821ced 2210$cflags = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
2211$unistd =
2212$thread_cflag = -D_REENTRANT
05e15b04 2213$lflags = -lsocket -lnsl -ldl
2dae04d0 2214$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
96821ced 2215$bn_obj =
7740a1c6
BM
2216$des_obj =
2217$bf_obj =
2218$md5_obj =
2219$sha1_obj =
2220$cast_obj =
2221$rc4_obj =
2222$rmd160_obj =
2223$rc5_obj =
05e15b04 2224$dso_scheme = dlfcn
aa04f1d7
RL
2225$shared_target= solaris-shared
2226$shared_cflag = -fPIC
a22fb399 2227$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 2228
96821ced 2229*** solaris-sparcv8-cc
7740a1c6 2230$cc = cc
96821ced 2231$cflags = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
2232$unistd =
2233$thread_cflag = -D_REENTRANT
05e15b04 2234$lflags = -lsocket -lnsl -ldl
2dae04d0 2235$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
96821ced
BM
2236$bn_obj = asm/sparcv8.o
2237$des_obj =
2238$bf_obj =
2239$md5_obj =
2240$sha1_obj =
2241$cast_obj =
2242$rc4_obj =
2243$rmd160_obj =
2244$rc5_obj =
05e15b04 2245$dso_scheme = dlfcn
aa04f1d7
RL
2246$shared_target= solaris-shared
2247$shared_cflag = -KPIC
a22fb399 2248$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
96821ced
BM
2249
2250*** solaris-sparcv8-gcc
2251$cc = gcc
2252$cflags = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
2253$unistd =
2254$thread_cflag = -D_REENTRANT
05e15b04 2255$lflags = -lsocket -lnsl -ldl
2dae04d0 2256$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
96821ced 2257$bn_obj = asm/sparcv8.o
7740a1c6
BM
2258$des_obj =
2259$bf_obj =
2260$md5_obj =
2261$sha1_obj =
2262$cast_obj =
2263$rc4_obj =
2264$rmd160_obj =
2265$rc5_obj =
05e15b04 2266$dso_scheme = dlfcn
aa04f1d7
RL
2267$shared_target= solaris-shared
2268$shared_cflag = -fPIC
a22fb399 2269$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 2270
96821ced 2271*** solaris-sparcv9-cc
7740a1c6 2272$cc = cc
96821ced 2273$cflags = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
7740a1c6
BM
2274$unistd =
2275$thread_cflag = -D_REENTRANT
05e15b04 2276$lflags = -lsocket -lnsl -ldl
2dae04d0 2277$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
7740a1c6
BM
2278$bn_obj = asm/sparcv8plus.o
2279$des_obj =
2280$bf_obj =
2281$md5_obj = asm/md5-sparcv8plus.o
2282$sha1_obj =
2283$cast_obj =
2284$rc4_obj =
2285$rmd160_obj =
2286$rc5_obj =
05e15b04 2287$dso_scheme = dlfcn
aa04f1d7
RL
2288$shared_target= solaris-shared
2289$shared_cflag = -KPIC
a22fb399 2290$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 2291
96821ced 2292*** solaris-sparcv9-gcc
7740a1c6 2293$cc = gcc
96821ced 2294$cflags = -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
7740a1c6
BM
2295$unistd =
2296$thread_cflag = -D_REENTRANT
05e15b04 2297$lflags = -lsocket -lnsl -ldl
2dae04d0 2298$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
96821ced 2299$bn_obj = asm/sparcv8plus.o
7740a1c6
BM
2300$des_obj =
2301$bf_obj =
2302$md5_obj = asm/md5-sparcv8plus.o
2303$sha1_obj =
2304$cast_obj =
2305$rc4_obj =
2306$rmd160_obj =
2307$rc5_obj =
05e15b04 2308$dso_scheme = dlfcn
aa04f1d7
RL
2309$shared_target= solaris-shared
2310$shared_cflag = -fPIC
a22fb399 2311$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 2312
96821ced 2313*** solaris-sparcv9-gcc27
7740a1c6 2314$cc = gcc
96821ced 2315$cflags = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
7740a1c6
BM
2316$unistd =
2317$thread_cflag = -D_REENTRANT
05e15b04 2318$lflags = -lsocket -lnsl -ldl
2dae04d0 2319$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
96821ced 2320$bn_obj = asm/sparcv8plus-gcc27.o
7740a1c6
BM
2321$des_obj =
2322$bf_obj =
96821ced 2323$md5_obj = asm/md5-sparcv8plus-gcc27.o
7740a1c6
BM
2324$sha1_obj =
2325$cast_obj =
2326$rc4_obj =
2327$rmd160_obj =
2328$rc5_obj =
05e15b04 2329$dso_scheme = dlfcn
aa04f1d7
RL
2330$shared_target= solaris-shared
2331$shared_cflag = -fPIC
a22fb399 2332$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
2333
2334*** solaris-x86-gcc
2335$cc = gcc
f8bbcf3a 2336$cflags = -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM
7740a1c6
BM
2337$unistd =
2338$thread_cflag = -D_REENTRANT
05e15b04 2339$lflags = -lsocket -lnsl -ldl
7740a1c6
BM
2340$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2341$bn_obj = asm/bn86-sol.o asm/co86-sol.o
2342$des_obj = asm/dx86-sol.o asm/yx86-sol.o
2343$bf_obj = asm/bx86-sol.o
2344$md5_obj = asm/mx86-sol.o
2345$sha1_obj = asm/sx86-sol.o
2346$cast_obj = asm/cx86-sol.o
2347$rc4_obj = asm/rx86-sol.o
2348$rmd160_obj = asm/rm86-sol.o
2349$rc5_obj = asm/r586-sol.o
05e15b04 2350$dso_scheme = dlfcn
aa04f1d7
RL
2351$shared_target= solaris-shared
2352$shared_cflag = -fPIC
a22fb399 2353$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6 2354
96821ced 2355*** solaris64-sparcv9-cc
7740a1c6 2356$cc = cc
96821ced 2357$cflags = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DULTRASPARC
7740a1c6
BM
2358$unistd =
2359$thread_cflag = -D_REENTRANT
05e15b04 2360$lflags = -lsocket -lnsl -ldl
2dae04d0 2361$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
7740a1c6
BM
2362$bn_obj =
2363$des_obj =
2364$bf_obj =
2365$md5_obj = asm/md5-sparcv9.o
2366$sha1_obj =
2367$cast_obj =
2368$rc4_obj =
2369$rmd160_obj =
2370$rc5_obj =
05e15b04 2371$dso_scheme = dlfcn
aa04f1d7
RL
2372$shared_target= solaris-shared
2373$shared_cflag = -KPIC
a22fb399 2374$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
7740a1c6
BM
2375
2376*** sunos-gcc
2377$cc = gcc
87351c58 2378$cflags = -O3 -mv8 -Dssize_t=int
7740a1c6
BM
2379$unistd =
2380$thread_cflag = (unknown)
1c4f90a0 2381$lflags =
2dae04d0 2382$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1
7740a1c6
BM
2383$bn_obj =
2384$des_obj =
2385$bf_obj =
2386$md5_obj =
2387$sha1_obj =
2388$cast_obj =
2389$rc4_obj =
2390$rmd160_obj =
2391$rc5_obj =
05e15b04 2392$dso_scheme =
f944e784
RL
2393$shared_target=
2394$shared_cflag =
a22fb399 2395$shared_extension =
7740a1c6
BM
2396
2397*** ultrix-cc
2398$cc = cc
2399$cflags = -std1 -O -Olimit 1000 -DL_ENDIAN
2400$unistd =
2401$thread_cflag = (unknown)
2402$lflags =
2403$bn_ops =
2404$bn_obj =
2405$des_obj =
2406$bf_obj =
2407$md5_obj =
2408$sha1_obj =
2409$cast_obj =
2410$rc4_obj =
2411$rmd160_obj =
2412$rc5_obj =
05e15b04 2413$dso_scheme =
f944e784
RL
2414$shared_target=
2415$shared_cflag =
a22fb399 2416$shared_extension =
7740a1c6
BM
2417
2418*** ultrix-gcc
2419$cc = gcc
2420$cflags = -O3 -DL_ENDIAN
2421$unistd =
2422$thread_cflag = (unknown)
2423$lflags =
2424$bn_ops =
2425$bn_obj =
2426$des_obj =
2427$bf_obj =
2428$md5_obj =
2429$sha1_obj =
2430$cast_obj =
2431$rc4_obj =
2432$rmd160_obj =
2433$rc5_obj =
05e15b04 2434$dso_scheme =
f944e784
RL
2435$shared_target=
2436$shared_cflag =
a22fb399 2437$shared_extension =
7740a1c6
BM
2438
2439*** unixware-2.0
2440$cc = cc
2441$cflags = -O -DFILIO_H
2442$unistd =
2443$thread_cflag = (unknown)
2444$lflags = -lsocket -lnsl
2445$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2446$bn_obj =
2447$des_obj =
2448$bf_obj =
2449$md5_obj =
2450$sha1_obj =
2451$cast_obj =
2452$rc4_obj =
2453$rmd160_obj =
2454$rc5_obj =
05e15b04 2455$dso_scheme =
f944e784
RL
2456$shared_target=
2457$shared_cflag =
a22fb399 2458$shared_extension =
7740a1c6
BM
2459
2460*** unixware-2.0-pentium
2461$cc = cc
2462$cflags = -O -DFILIO_H -Kpentium -Kthread
2463$unistd =
2464$thread_cflag = (unknown)
2465$lflags = -lsocket -lnsl
2466$bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
2467$bn_obj =
2468$des_obj =
2469$bf_obj =
2470$md5_obj =
2471$sha1_obj =
2472$cast_obj =
2473$rc4_obj =
2474$rmd160_obj =
2475$rc5_obj =
05e15b04 2476$dso_scheme =
f944e784
RL
2477$shared_target=
2478$shared_cflag =
a22fb399 2479$shared_extension =
7bd3a580
RL
2480
2481*** unixware-7
2482$cc = cc
2483$cflags = -O -DFILIO_H -Kalloca
2484$unistd =
2485$thread_cflag = -Kthread
2486$lflags = -lsocket -lnsl
2487$bn_ops = MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
2488$bn_obj =
2489$des_obj =
2490$bf_obj =
2491$md5_obj =
2492$sha1_obj =
2493$cast_obj =
2494$rc4_obj =
2495$rmd160_obj =
2496$rc5_obj =
05e15b04 2497$dso_scheme =
f944e784
RL
2498$shared_target=
2499$shared_cflag =
a22fb399 2500$shared_extension =