]> git.ipfire.org Git - thirdparty/openssl.git/blame - TABLE
Complete key derivation support.
[thirdparty/openssl.git] / TABLE
CommitLineData
cbe52c31 1Output of `Configure TABLE':
7740a1c6 2
7740a1c6
BM
3*** BC-32
4$cc = bcc32
5$cflags =
6$unistd =
ff1b7e09 7$thread_cflag =
cf1b7d96 8$sys_id = WIN32
7740a1c6 9$lflags =
44ea41cf 10$bn_ops = BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN
14e21f86 11$cpuid_obj =
7740a1c6
BM
12$bn_obj =
13$des_obj =
22edcae7 14$aes_obj =
7740a1c6
BM
15$bf_obj =
16$md5_obj =
17$sha1_obj =
18$cast_obj =
19$rc4_obj =
20$rmd160_obj =
21$rc5_obj =
0fbd4bf0 22$wp_obj =
baa080d4 23$dso_scheme = win32
f944e784
RL
24$shared_target=
25$shared_cflag =
67d48c8c 26$shared_ldflag =
a22fb399 27$shared_extension =
0396479d 28$ranlib =
042e57d5 29$arflags =
7740a1c6
BM
30
31*** BS2000-OSD
32$cc = c89
37e48b88 33$cflags = -O -XLLML -XLLMK -XL -DB_ENDIAN -DTERMIOS -DCHARSET_EBCDIC
7740a1c6
BM
34$unistd =
35$thread_cflag = (unknown)
cf1b7d96 36$sys_id =
7740a1c6
BM
37$lflags = -lsocket -lnsl
38$bn_ops = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
14e21f86 39$cpuid_obj =
7740a1c6
BM
40$bn_obj =
41$des_obj =
22edcae7 42$aes_obj =
7740a1c6
BM
43$bf_obj =
44$md5_obj =
45$sha1_obj =
46$cast_obj =
47$rc4_obj =
48$rmd160_obj =
49$rc5_obj =
0fbd4bf0 50$wp_obj =
05e15b04 51$dso_scheme =
f944e784
RL
52$shared_target=
53$shared_cflag =
67d48c8c 54$shared_ldflag =
a22fb399 55$shared_extension =
0396479d 56$ranlib =
042e57d5 57$arflags =
7740a1c6 58
b7efa56a 59*** BSD-generic32
4d94ae00 60$cc = gcc
b7efa56a 61$cflags = -DTERMIOS -O3 -fomit-frame-pointer -Wall
4d94ae00 62$unistd =
b7efa56a
AP
63$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
64$sys_id =
4d94ae00 65$lflags =
b7efa56a 66$bn_ops = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL
14e21f86 67$cpuid_obj =
4d94ae00
BM
68$bn_obj =
69$des_obj =
22edcae7 70$aes_obj =
4d94ae00
BM
71$bf_obj =
72$md5_obj =
73$sha1_obj =
74$cast_obj =
75$rc4_obj =
76$rmd160_obj =
77$rc5_obj =
0fbd4bf0 78$wp_obj =
b7efa56a
AP
79$dso_scheme = dlfcn
80$shared_target= bsd-gcc-shared
81$shared_cflag = -fPIC
67d48c8c 82$shared_ldflag =
b7efa56a 83$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 84$ranlib =
042e57d5 85$arflags =
7740a1c6 86
b7efa56a 87*** BSD-generic64
7740a1c6 88$cc = gcc
b7efa56a 89$cflags = -DTERMIOS -O3 -Wall
7740a1c6 90$unistd =
b7efa56a 91$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
cf1b7d96 92$sys_id =
7740a1c6 93$lflags =
b7efa56a 94$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
14e21f86 95$cpuid_obj =
7740a1c6
BM
96$bn_obj =
97$des_obj =
22edcae7 98$aes_obj =
7740a1c6
BM
99$bf_obj =
100$md5_obj =
101$sha1_obj =
102$cast_obj =
103$rc4_obj =
104$rmd160_obj =
105$rc5_obj =
0fbd4bf0 106$wp_obj =
a22fb399
RL
107$dso_scheme = dlfcn
108$shared_target= bsd-gcc-shared
109$shared_cflag = -fPIC
67d48c8c
BM
110$shared_ldflag =
111$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
112$ranlib =
042e57d5 113$arflags =
7740a1c6 114
b7efa56a 115*** BSD-ia64
019a7aba 116$cc = gcc
b7efa56a 117$cflags = -DL_ENDIAN -DTERMIOS -O3 -Wall
019a7aba 118$unistd =
b7efa56a 119$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
ffa49dc3
BM
120$sys_id =
121$lflags =
63999e52 122$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT
a7ad2afa 123$cpuid_obj = ia64cpuid.o
cbe52c31 124$bn_obj = bn-ia64.o
ffa49dc3 125$des_obj =
67ea999d 126$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
ffa49dc3 127$bf_obj =
a7ad2afa 128$md5_obj = md5-ia64.o
67ea999d 129$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
ffa49dc3 130$cast_obj =
67ea999d 131$rc4_obj = rc4-ia64.o
ffa49dc3
BM
132$rmd160_obj =
133$rc5_obj =
0fbd4bf0 134$wp_obj =
ffa49dc3
BM
135$dso_scheme = dlfcn
136$shared_target= bsd-gcc-shared
137$shared_cflag = -fPIC
138$shared_ldflag =
139$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
140$ranlib =
141$arflags =
142
b7efa56a 143*** BSD-sparc64
44ea41cf 144$cc = gcc
b7efa56a 145$cflags = -DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall
44ea41cf 146$unistd =
b7efa56a 147$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
44ea41cf
RL
148$sys_id =
149$lflags =
6df8c74d 150$bn_ops = BN_LLONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR
a00e414f
AP
151$cpuid_obj = sparcv9cap.o sparccpuid.o
152$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 153$des_obj = des_enc-sparc.o fcrypt_b.o
064f6cb6 154$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
44ea41cf 155$bf_obj =
67ea999d 156$md5_obj = md5-sparcv9.o
44ea41cf
RL
157$sha1_obj =
158$cast_obj =
159$rc4_obj =
160$rmd160_obj =
161$rc5_obj =
0fbd4bf0 162$wp_obj =
44ea41cf
RL
163$dso_scheme = dlfcn
164$shared_target= bsd-gcc-shared
165$shared_cflag = -fPIC
166$shared_ldflag =
167$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
168$ranlib =
169$arflags =
170
b7efa56a 171*** BSD-sparcv8
7740a1c6 172$cc = gcc
b7efa56a 173$cflags = -DB_ENDIAN -DTERMIOS -O3 -mv8 -Wall
7740a1c6 174$unistd =
b7efa56a 175$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
cf1b7d96 176$sys_id =
7740a1c6 177$lflags =
b7efa56a 178$bn_ops = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL
14e21f86 179$cpuid_obj =
67ea999d
AP
180$bn_obj = sparcv8.o
181$des_obj = des_enc-sparc.o fcrypt_b.o
22edcae7 182$aes_obj =
7740a1c6
BM
183$bf_obj =
184$md5_obj =
185$sha1_obj =
186$cast_obj =
187$rc4_obj =
188$rmd160_obj =
189$rc5_obj =
0fbd4bf0 190$wp_obj =
a22fb399
RL
191$dso_scheme = dlfcn
192$shared_target= bsd-gcc-shared
193$shared_cflag = -fPIC
67d48c8c
BM
194$shared_ldflag =
195$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
196$ranlib =
042e57d5 197$arflags =
7740a1c6 198
b7efa56a 199*** BSD-x86
7740a1c6 200$cc = gcc
b7efa56a 201$cflags = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall
7740a1c6 202$unistd =
b7efa56a 203$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
cf1b7d96 204$sys_id =
7740a1c6 205$lflags =
b7efa56a
AP
206$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
207$cpuid_obj = x86cpuid-out.o
54f3d200 208$bn_obj = bn86-out.o co86-out.o mo86-out.o
b7efa56a
AP
209$des_obj = dx86-out.o yx86-out.o
210$aes_obj = ax86-out.o
211$bf_obj = bx86-out.o
212$md5_obj = mx86-out.o
213$sha1_obj = sx86-out.o s512sse2-out.o
214$cast_obj = cx86-out.o
215$rc4_obj = rx86-out.o
216$rmd160_obj = rm86-out.o
217$rc5_obj = r586-out.o
4c5e19b6 218$wp_obj = wp_block.o w86mmx-out.o
a22fb399 219$dso_scheme = dlfcn
b7efa56a 220$shared_target= bsd-shared
a22fb399 221$shared_cflag = -fPIC
67d48c8c
BM
222$shared_ldflag =
223$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
224$ranlib =
042e57d5 225$arflags =
7740a1c6 226
b7efa56a 227*** BSD-x86-elf
7740a1c6 228$cc = gcc
b7efa56a 229$cflags = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall
7740a1c6 230$unistd =
b7efa56a 231$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
cf1b7d96 232$sys_id =
7740a1c6
BM
233$lflags =
234$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
b7efa56a 235$cpuid_obj = x86cpuid-elf.o
54f3d200 236$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
237$des_obj = dx86-elf.o yx86-elf.o
238$aes_obj = ax86-elf.o
239$bf_obj = bx86-elf.o
240$md5_obj = mx86-elf.o
241$sha1_obj = sx86-elf.o s512sse2-elf.o
242$cast_obj = cx86-elf.o
243$rc4_obj = rx86-elf.o
244$rmd160_obj = rm86-elf.o
245$rc5_obj = r586-elf.o
4c5e19b6 246$wp_obj = wp_block.o w86mmx-elf.o
a22fb399 247$dso_scheme = dlfcn
b7efa56a 248$shared_target= bsd-shared
a22fb399 249$shared_cflag = -fPIC
67d48c8c
BM
250$shared_ldflag =
251$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
252$ranlib =
042e57d5 253$arflags =
7740a1c6 254
b7efa56a 255*** BSD-x86_64
567671e2 256$cc = gcc
b7efa56a 257$cflags = -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall
567671e2 258$unistd =
b7efa56a 259$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
567671e2
RL
260$sys_id =
261$lflags =
b7efa56a 262$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
5f1841cd 263$cpuid_obj = x86_64cpuid.o
5ac7bde7 264$bn_obj = x86_64-gcc.o x86_64-mont.o
567671e2 265$des_obj =
a7ad2afa 266$aes_obj = aes-x86_64.o
567671e2 267$bf_obj =
73a94850 268$md5_obj = md5-x86_64.o
612a9111 269$sha1_obj = sha256-x86_64.o sha512-x86_64.o
567671e2 270$cast_obj =
5f1841cd 271$rc4_obj = rc4-x86_64.o
7740a1c6
BM
272$rmd160_obj =
273$rc5_obj =
4c5e19b6 274$wp_obj = wp-x86_64.o
a22fb399
RL
275$dso_scheme = dlfcn
276$shared_target= bsd-gcc-shared
277$shared_cflag = -fPIC
67d48c8c
BM
278$shared_ldflag =
279$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
280$ranlib =
042e57d5 281$arflags =
7740a1c6 282
b7efa56a 283*** Cygwin
7740a1c6 284$cc = gcc
b7efa56a 285$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
7740a1c6 286$unistd =
b7efa56a
AP
287$thread_cflag =
288$sys_id = CYGWIN32
7740a1c6 289$lflags =
b7efa56a
AP
290$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
291$cpuid_obj = x86cpuid-cof.o
54f3d200 292$bn_obj = bn86-cof.o co86-cof.o mo86-cof.o
67ea999d
AP
293$des_obj = dx86-cof.o yx86-cof.o
294$aes_obj = ax86-cof.o
295$bf_obj = bx86-cof.o
296$md5_obj = mx86-cof.o
297$sha1_obj = sx86-cof.o s512sse2-cof.o
298$cast_obj = cx86-cof.o
299$rc4_obj = rx86-cof.o
0abfd606 300$rmd160_obj = rm86-cof.o
67ea999d 301$rc5_obj = r586-cof.o
4c5e19b6 302$wp_obj = wp_block.o w86mmx-cof.o
16420007 303$dso_scheme = dlfcn
b7efa56a 304$shared_target= cygwin-shared
e1d51de4 305$shared_cflag = -D_WINDLL
b7efa56a 306$shared_ldflag = -shared
4f1c33b4 307$shared_extension = .dll.a
67d48c8c 308$ranlib =
042e57d5 309$arflags =
7740a1c6 310
b7efa56a 311*** Cygwin-pre1.3
7740a1c6 312$cc = gcc
b7efa56a 313$cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
7740a1c6
BM
314$unistd =
315$thread_cflag = (unknown)
b7efa56a 316$sys_id = CYGWIN32
c46acbac 317$lflags =
b7efa56a 318$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 319$cpuid_obj =
7740a1c6
BM
320$bn_obj =
321$des_obj =
22edcae7 322$aes_obj =
7740a1c6
BM
323$bf_obj =
324$md5_obj =
325$sha1_obj =
326$cast_obj =
327$rc4_obj =
328$rmd160_obj =
329$rc5_obj =
0fbd4bf0 330$wp_obj =
b7efa56a
AP
331$dso_scheme = win32
332$shared_target=
333$shared_cflag =
17b226a6 334$shared_ldflag =
b7efa56a 335$shared_extension =
67d48c8c 336$ranlib =
042e57d5 337$arflags =
7740a1c6 338
b7efa56a 339*** DJGPP
7740a1c6 340$cc = gcc
cbe52c31 341$cflags = -I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall
7740a1c6 342$unistd =
b7efa56a
AP
343$thread_cflag =
344$sys_id = MSDOS
345$lflags = -L/dev/env/WATT_ROOT/lib -lwatt
7740a1c6 346$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
ec38ddc7 347$cpuid_obj = x86cpuid-out.o
54f3d200 348$bn_obj = bn86-out.o co86-out.o mo86-out.o
476b6ab5 349$des_obj = dx86-out.o yx86-out.o
addb6e16 350$aes_obj = ax86-out.o
476b6ab5
AP
351$bf_obj = bx86-out.o
352$md5_obj = mx86-out.o
353$sha1_obj = sx86-out.o s512sse2-out.o
354$cast_obj = cx86-out.o
355$rc4_obj = rx86-out.o
356$rmd160_obj = rm86-out.o
357$rc5_obj = r586-out.o
4c5e19b6 358$wp_obj = wp_block.o w86mmx-out.o
b7efa56a
AP
359$dso_scheme =
360$shared_target=
361$shared_cflag =
c46acbac 362$shared_ldflag =
b7efa56a 363$shared_extension =
c46acbac 364$ranlib =
042e57d5 365$arflags =
c46acbac 366
b7efa56a 367*** MPE/iX-gcc
c46acbac 368$cc = gcc
b7efa56a 369$cflags = -D_ENDIAN -DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB
c46acbac
BM
370$unistd =
371$thread_cflag = (unknown)
b7efa56a
AP
372$sys_id = MPE
373$lflags = -L/SYSLOG/PUB -lsyslog -lsocket -lcurses
374$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
14e21f86 375$cpuid_obj =
c46acbac
BM
376$bn_obj =
377$des_obj =
22edcae7 378$aes_obj =
c46acbac
BM
379$bf_obj =
380$md5_obj =
381$sha1_obj =
382$cast_obj =
383$rc4_obj =
384$rmd160_obj =
385$rc5_obj =
0fbd4bf0 386$wp_obj =
b7efa56a
AP
387$dso_scheme =
388$shared_target=
389$shared_cflag =
c46acbac 390$shared_ldflag =
b7efa56a 391$shared_extension =
c46acbac 392$ranlib =
042e57d5 393$arflags =
c46acbac 394
b7efa56a 395*** OS2-EMX
c46acbac 396$cc = gcc
b7efa56a 397$cflags =
c46acbac 398$unistd =
b7efa56a 399$thread_cflag =
c46acbac
BM
400$sys_id =
401$lflags =
b7efa56a 402$bn_ops =
14e21f86 403$cpuid_obj =
c46acbac
BM
404$bn_obj =
405$des_obj =
22edcae7 406$aes_obj =
c46acbac
BM
407$bf_obj =
408$md5_obj =
409$sha1_obj =
410$cast_obj =
411$rc4_obj =
412$rmd160_obj =
413$rc5_obj =
0fbd4bf0 414$wp_obj =
b7efa56a
AP
415$dso_scheme =
416$shared_target=
417$shared_cflag =
c46acbac 418$shared_ldflag =
b7efa56a 419$shared_extension =
c46acbac 420$ranlib =
042e57d5 421$arflags =
c46acbac 422
b7efa56a
AP
423*** OS390-Unix
424$cc = c89.sh
425$cflags = -O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H -D_ALL_SOURCE
c46acbac
BM
426$unistd =
427$thread_cflag = (unknown)
428$sys_id =
429$lflags =
b7efa56a 430$bn_ops = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
14e21f86 431$cpuid_obj =
c46acbac
BM
432$bn_obj =
433$des_obj =
22edcae7 434$aes_obj =
c46acbac
BM
435$bf_obj =
436$md5_obj =
437$sha1_obj =
438$cast_obj =
439$rc4_obj =
440$rmd160_obj =
441$rc5_obj =
0fbd4bf0 442$wp_obj =
b7efa56a
AP
443$dso_scheme =
444$shared_target=
445$shared_cflag =
c46acbac 446$shared_ldflag =
b7efa56a 447$shared_extension =
c46acbac 448$ranlib =
042e57d5 449$arflags =
c46acbac 450
7740a1c6
BM
451*** ReliantUNIX
452$cc = cc
cf1b7d96 453$cflags = -KPIC -g -DTERMIOS -DB_ENDIAN
7740a1c6
BM
454$unistd =
455$thread_cflag = -Kthread
cf1b7d96 456$sys_id = SNI
7740a1c6
BM
457$lflags = -lsocket -lnsl -lc -L/usr/ucblib -lucb
458$bn_ops = BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR
14e21f86 459$cpuid_obj =
7740a1c6
BM
460$bn_obj =
461$des_obj =
22edcae7 462$aes_obj =
7740a1c6
BM
463$bf_obj =
464$md5_obj =
465$sha1_obj =
466$cast_obj =
467$rc4_obj =
468$rmd160_obj =
469$rc5_obj =
0fbd4bf0 470$wp_obj =
de2f6e4d
RL
471$dso_scheme = dlfcn
472$shared_target= reliantunix-shared
f944e784 473$shared_cflag =
17b226a6
RL
474$shared_ldflag =
475$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 476$ranlib =
042e57d5 477$arflags =
7740a1c6
BM
478
479*** SINIX
480$cc = cc
cf1b7d96 481$cflags = -O
7740a1c6
BM
482$unistd =
483$thread_cflag = (unknown)
cf1b7d96 484$sys_id = SNI
7740a1c6
BM
485$lflags = -lsocket -lnsl -lc -L/usr/ucblib -lucb
486$bn_ops = RC4_INDEX RC4_CHAR
14e21f86 487$cpuid_obj =
7740a1c6
BM
488$bn_obj =
489$des_obj =
22edcae7 490$aes_obj =
7740a1c6
BM
491$bf_obj =
492$md5_obj =
493$sha1_obj =
494$cast_obj =
495$rc4_obj =
496$rmd160_obj =
497$rc5_obj =
0fbd4bf0 498$wp_obj =
05e15b04 499$dso_scheme =
f944e784
RL
500$shared_target=
501$shared_cflag =
67d48c8c 502$shared_ldflag =
a22fb399 503$shared_extension =
0396479d 504$ranlib =
042e57d5 505$arflags =
7740a1c6
BM
506
507*** SINIX-N
508$cc = /usr/ucb/cc
509$cflags = -O2 -misaligned
510$unistd =
511$thread_cflag = (unknown)
cf1b7d96 512$sys_id =
7740a1c6
BM
513$lflags = -lucb
514$bn_ops = RC4_INDEX RC4_CHAR
14e21f86 515$cpuid_obj =
7740a1c6
BM
516$bn_obj =
517$des_obj =
22edcae7 518$aes_obj =
7740a1c6
BM
519$bf_obj =
520$md5_obj =
521$sha1_obj =
522$cast_obj =
523$rc4_obj =
524$rmd160_obj =
525$rc5_obj =
0fbd4bf0 526$wp_obj =
05e15b04 527$dso_scheme =
f944e784
RL
528$shared_target=
529$shared_cflag =
67d48c8c 530$shared_ldflag =
a22fb399 531$shared_extension =
0396479d 532$ranlib =
042e57d5 533$arflags =
7740a1c6 534
00f1628e
RL
535*** UWIN
536$cc = cc
537$cflags = -DTERMIOS -DL_ENDIAN -O -Wall
538$unistd =
539$thread_cflag =
540$sys_id = UWIN
541$lflags =
542$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 543$cpuid_obj =
00f1628e
RL
544$bn_obj =
545$des_obj =
22edcae7 546$aes_obj =
00f1628e
RL
547$bf_obj =
548$md5_obj =
549$sha1_obj =
550$cast_obj =
551$rc4_obj =
552$rmd160_obj =
553$rc5_obj =
0fbd4bf0 554$wp_obj =
00f1628e
RL
555$dso_scheme = win32
556$shared_target=
557$shared_cflag =
558$shared_ldflag =
559$shared_extension =
560$ranlib =
042e57d5 561$arflags =
00f1628e 562
fcc76463
RL
563*** VC-CE
564$cc = cl
565$cflags =
566$unistd =
567$thread_cflag =
568$sys_id = WINCE
569$lflags =
570$bn_ops = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
14e21f86 571$cpuid_obj =
fcc76463
RL
572$bn_obj =
573$des_obj =
22edcae7 574$aes_obj =
fcc76463
RL
575$bf_obj =
576$md5_obj =
577$sha1_obj =
578$cast_obj =
579$rc4_obj =
580$rmd160_obj =
581$rc5_obj =
0fbd4bf0 582$wp_obj =
fcc76463
RL
583$dso_scheme = win32
584$shared_target=
585$shared_cflag =
586$shared_ldflag =
587$shared_extension =
588$ranlib =
589$arflags =
590
4aa5889e
AP
591*** VC-NT
592$cc = cl
593$cflags =
594$unistd =
595$thread_cflag =
596$sys_id = WINNT
597$lflags =
598$bn_ops = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
14e21f86 599$cpuid_obj =
4aa5889e
AP
600$bn_obj =
601$des_obj =
602$aes_obj =
603$bf_obj =
604$md5_obj =
605$sha1_obj =
606$cast_obj =
607$rc4_obj =
608$rmd160_obj =
609$rc5_obj =
0fbd4bf0 610$wp_obj =
4aa5889e
AP
611$dso_scheme = win32
612$shared_target=
613$shared_cflag =
614$shared_ldflag =
615$shared_extension =
616$ranlib =
617$arflags =
618
bafcc7e0 619*** VC-WIN32
7740a1c6
BM
620$cc = cl
621$cflags =
622$unistd =
ff1b7e09 623$thread_cflag =
bafcc7e0 624$sys_id = WIN32
7740a1c6 625$lflags =
bafcc7e0 626$bn_ops = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
14e21f86 627$cpuid_obj =
7740a1c6
BM
628$bn_obj =
629$des_obj =
22edcae7 630$aes_obj =
7740a1c6
BM
631$bf_obj =
632$md5_obj =
633$sha1_obj =
634$cast_obj =
635$rc4_obj =
636$rmd160_obj =
637$rc5_obj =
0fbd4bf0 638$wp_obj =
bafcc7e0 639$dso_scheme = win32
f944e784
RL
640$shared_target=
641$shared_cflag =
67d48c8c 642$shared_ldflag =
a22fb399 643$shared_extension =
0396479d 644$ranlib =
042e57d5 645$arflags =
7740a1c6 646
bafcc7e0 647*** VC-WIN64A
7740a1c6
BM
648$cc = cl
649$cflags =
650$unistd =
bafcc7e0
AP
651$thread_cflag =
652$sys_id = WIN64A
7740a1c6 653$lflags =
8d3509b9 654$bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
14e21f86 655$cpuid_obj =
7740a1c6
BM
656$bn_obj =
657$des_obj =
22edcae7 658$aes_obj =
7740a1c6
BM
659$bf_obj =
660$md5_obj =
661$sha1_obj =
662$cast_obj =
663$rc4_obj =
664$rmd160_obj =
665$rc5_obj =
0fbd4bf0 666$wp_obj =
bafcc7e0 667$dso_scheme = win32
f944e784
RL
668$shared_target=
669$shared_cflag =
67d48c8c 670$shared_ldflag =
a22fb399 671$shared_extension =
0396479d 672$ranlib =
042e57d5 673$arflags =
7740a1c6 674
bafcc7e0 675*** VC-WIN64I
7740a1c6
BM
676$cc = cl
677$cflags =
678$unistd =
ff1b7e09 679$thread_cflag =
bafcc7e0 680$sys_id = WIN64I
7740a1c6 681$lflags =
8d3509b9 682$bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
14e21f86 683$cpuid_obj =
7740a1c6
BM
684$bn_obj =
685$des_obj =
22edcae7 686$aes_obj =
7740a1c6
BM
687$bf_obj =
688$md5_obj =
689$sha1_obj =
690$cast_obj =
691$rc4_obj =
692$rmd160_obj =
693$rc5_obj =
0fbd4bf0 694$wp_obj =
baa080d4 695$dso_scheme = win32
f944e784
RL
696$shared_target=
697$shared_cflag =
67d48c8c 698$shared_ldflag =
a22fb399 699$shared_extension =
0396479d 700$ranlib =
042e57d5 701$arflags =
7740a1c6
BM
702
703*** aix-cc
704$cc = cc
dd558806 705$cflags = -q32 -O -DB_ENDIAN -qmaxmem=16384
7740a1c6 706$unistd =
76ef6ac9 707$thread_cflag = -qthreaded
cf1b7d96 708$sys_id = AIX
7740a1c6
BM
709$lflags =
710$bn_ops = BN_LLONG RC4_CHAR
14e21f86 711$cpuid_obj =
67ea999d 712$bn_obj = aix_ppc32.o
7740a1c6 713$des_obj =
22edcae7 714$aes_obj =
7740a1c6
BM
715$bf_obj =
716$md5_obj =
717$sha1_obj =
718$cast_obj =
719$rc4_obj =
720$rmd160_obj =
721$rc5_obj =
0fbd4bf0 722$wp_obj =
dd558806
AP
723$dso_scheme = dlfcn
724$shared_target= aix-shared
f944e784 725$shared_cflag =
dd558806
AP
726$shared_ldflag = -q32
727$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 728$ranlib =
dd558806 729$arflags = -X 32
7740a1c6
BM
730
731*** aix-gcc
732$cc = gcc
dd558806 733$cflags = -O -DB_ENDIAN
7740a1c6 734$unistd =
76ef6ac9 735$thread_cflag = -D_THREAD_SAFE
cf1b7d96 736$sys_id = AIX
7740a1c6
BM
737$lflags =
738$bn_ops = BN_LLONG RC4_CHAR
14e21f86 739$cpuid_obj =
67ea999d 740$bn_obj = aix_ppc32.o
7740a1c6 741$des_obj =
22edcae7 742$aes_obj =
7740a1c6
BM
743$bf_obj =
744$md5_obj =
745$sha1_obj =
746$cast_obj =
747$rc4_obj =
748$rmd160_obj =
749$rc5_obj =
0fbd4bf0 750$wp_obj =
dd558806 751$dso_scheme = dlfcn
f944e784
RL
752$shared_target=
753$shared_cflag =
67d48c8c 754$shared_ldflag =
a22fb399 755$shared_extension =
0396479d 756$ranlib =
042e57d5 757$arflags =
7740a1c6 758
76ef6ac9 759*** aix3-cc
57b6534e 760$cc = cc
dd558806 761$cflags = -O -DB_ENDIAN -qmaxmem=16384
57b6534e
BM
762$unistd =
763$thread_cflag = (unknown)
76ef6ac9 764$sys_id = AIX
de2f6e4d
RL
765$lflags =
766$bn_ops = BN_LLONG RC4_CHAR
14e21f86 767$cpuid_obj =
76ef6ac9 768$bn_obj =
57b6534e 769$des_obj =
22edcae7 770$aes_obj =
57b6534e
BM
771$bf_obj =
772$md5_obj =
773$sha1_obj =
774$cast_obj =
775$rc4_obj =
776$rmd160_obj =
de2f6e4d 777$rc5_obj =
0fbd4bf0 778$wp_obj =
76ef6ac9
AP
779$dso_scheme =
780$shared_target=
57b6534e 781$shared_cflag =
67d48c8c 782$shared_ldflag =
76ef6ac9 783$shared_extension =
57b6534e 784$ranlib =
042e57d5 785$arflags =
57b6534e 786
042e57d5
RL
787*** aix64-cc
788$cc = cc
dd558806 789$cflags = -q64 -O -DB_ENDIAN -qmaxmem=16384
042e57d5
RL
790$unistd =
791$thread_cflag = (unknown)
dd558806 792$sys_id = AIX
042e57d5
RL
793$lflags =
794$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR
14e21f86 795$cpuid_obj =
67ea999d 796$bn_obj = aix_ppc64.o
042e57d5 797$des_obj =
22edcae7 798$aes_obj =
042e57d5
RL
799$bf_obj =
800$md5_obj =
801$sha1_obj =
802$cast_obj =
803$rc4_obj =
804$rmd160_obj =
805$rc5_obj =
0fbd4bf0 806$wp_obj =
042e57d5 807$dso_scheme = dlfcn
a1d57849 808$shared_target= aix-shared
042e57d5 809$shared_cflag =
a1d57849
RL
810$shared_ldflag = -q64
811$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
042e57d5
RL
812$ranlib =
813$arflags = -X 64
57b6534e 814
0fe120ba
AP
815*** aix64-gcc
816$cc = gcc
817$cflags = -O -DB_ENDIAN
818$unistd =
819$thread_cflag = -D_THREAD_SAFE
820$sys_id = AIX
821$lflags =
822$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR
823$cpuid_obj =
824$bn_obj = aix_ppc64.o
825$des_obj =
826$aes_obj =
827$bf_obj =
828$md5_obj =
829$sha1_obj =
830$cast_obj =
831$rc4_obj =
832$rmd160_obj =
833$rc5_obj =
0fbd4bf0 834$wp_obj =
0fe120ba
AP
835$dso_scheme = dlfcn
836$shared_target=
837$shared_cflag =
838$shared_ldflag =
839$shared_extension =
840$ranlib =
841$arflags = -X64
842
a4629f41
RL
843*** aux3-gcc
844$cc = gcc
845$cflags = -O2 -DTERMIO
846$unistd =
847$thread_cflag = (unknown)
848$sys_id = AUX
849$lflags = -lbsd
850$bn_ops = RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 851$cpuid_obj =
a4629f41
RL
852$bn_obj =
853$des_obj =
22edcae7 854$aes_obj =
a4629f41
RL
855$bf_obj =
856$md5_obj =
857$sha1_obj =
858$cast_obj =
859$rc4_obj =
860$rmd160_obj =
861$rc5_obj =
0fbd4bf0 862$wp_obj =
a4629f41
RL
863$dso_scheme =
864$shared_target=
865$shared_cflag =
866$shared_ldflag =
867$shared_extension =
868$ranlib =
869$arflags =
870
7740a1c6
BM
871*** bsdi-elf-gcc
872$cc = gcc
a136862a 873$cflags = -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
7740a1c6
BM
874$unistd =
875$thread_cflag = (unknown)
cf1b7d96 876$sys_id =
57b6534e 877$lflags = -ldl
7740a1c6 878$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 879$cpuid_obj = x86cpuid-elf.o
54f3d200 880$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
881$des_obj = dx86-elf.o yx86-elf.o
882$aes_obj = ax86-elf.o
883$bf_obj = bx86-elf.o
884$md5_obj = mx86-elf.o
885$sha1_obj = sx86-elf.o s512sse2-elf.o
886$cast_obj = cx86-elf.o
887$rc4_obj = rx86-elf.o
888$rmd160_obj = rm86-elf.o
889$rc5_obj = r586-elf.o
4c5e19b6 890$wp_obj = wp_block.o w86mmx-elf.o
a22fb399
RL
891$dso_scheme = dlfcn
892$shared_target= bsd-gcc-shared
893$shared_cflag = -fPIC
67d48c8c
BM
894$shared_ldflag =
895$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
896$ranlib =
042e57d5 897$arflags =
7740a1c6 898
7740a1c6
BM
899*** cc
900$cc = cc
901$cflags = -O
902$unistd =
903$thread_cflag = (unknown)
cf1b7d96 904$sys_id =
7740a1c6
BM
905$lflags =
906$bn_ops =
14e21f86 907$cpuid_obj =
7740a1c6
BM
908$bn_obj =
909$des_obj =
22edcae7 910$aes_obj =
7740a1c6
BM
911$bf_obj =
912$md5_obj =
913$sha1_obj =
914$cast_obj =
915$rc4_obj =
916$rmd160_obj =
917$rc5_obj =
0fbd4bf0 918$wp_obj =
05e15b04 919$dso_scheme =
f944e784
RL
920$shared_target=
921$shared_cflag =
67d48c8c 922$shared_ldflag =
a22fb399 923$shared_extension =
0396479d 924$ranlib =
042e57d5 925$arflags =
7740a1c6 926
c46acbac 927*** cray-j90
7740a1c6
BM
928$cc = cc
929$cflags = -DBIT_FIELD_LIMITS -DTERMIOS
930$unistd =
931$thread_cflag = (unknown)
cf1b7d96 932$sys_id = CRAY
7740a1c6 933$lflags =
c46acbac 934$bn_ops = SIXTY_FOUR_BIT_LONG DES_INT
14e21f86 935$cpuid_obj =
7740a1c6
BM
936$bn_obj =
937$des_obj =
22edcae7 938$aes_obj =
7740a1c6
BM
939$bf_obj =
940$md5_obj =
941$sha1_obj =
942$cast_obj =
943$rc4_obj =
944$rmd160_obj =
945$rc5_obj =
0fbd4bf0 946$wp_obj =
05e15b04 947$dso_scheme =
f944e784
RL
948$shared_target=
949$shared_cflag =
67d48c8c 950$shared_ldflag =
a22fb399 951$shared_extension =
0396479d 952$ranlib =
042e57d5 953$arflags =
7740a1c6 954
c46acbac 955*** cray-t3e
7740a1c6
BM
956$cc = cc
957$cflags = -DBIT_FIELD_LIMITS -DTERMIOS
958$unistd =
959$thread_cflag = (unknown)
cf1b7d96 960$sys_id = CRAY
7740a1c6 961$lflags =
c46acbac 962$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
14e21f86 963$cpuid_obj =
7740a1c6
BM
964$bn_obj =
965$des_obj =
22edcae7 966$aes_obj =
7740a1c6
BM
967$bf_obj =
968$md5_obj =
969$sha1_obj =
970$cast_obj =
971$rc4_obj =
972$rmd160_obj =
973$rc5_obj =
0fbd4bf0 974$wp_obj =
05e15b04 975$dso_scheme =
f944e784
RL
976$shared_target=
977$shared_cflag =
67d48c8c 978$shared_ldflag =
a22fb399 979$shared_extension =
0396479d 980$ranlib =
042e57d5 981$arflags =
0396479d
BM
982
983*** darwin-i386-cc
984$cc = cc
aa8b03b4 985$cflags = -O3 -fomit-frame-pointer -DL_ENDIAN
0396479d 986$unistd =
cd72dcd9 987$thread_cflag = -D_REENTRANT
0396479d
BM
988$sys_id = MACOSX
989$lflags =
990$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 991$cpuid_obj =
0396479d
BM
992$bn_obj =
993$des_obj =
22edcae7 994$aes_obj =
0396479d
BM
995$bf_obj =
996$md5_obj =
997$sha1_obj =
998$cast_obj =
999$rc4_obj =
1000$rmd160_obj =
1001$rc5_obj =
0fbd4bf0 1002$wp_obj =
aa8b03b4 1003$dso_scheme = dlfcn
07c08ed4 1004$shared_target= darwin-shared
aa8b03b4
AP
1005$shared_cflag = -fPIC -fno-common
1006$shared_ldflag = -dynamiclib
17b226a6 1007$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
0396479d 1008$ranlib =
042e57d5 1009$arflags =
7740a1c6 1010
592c784f
BM
1011*** darwin-ppc-cc
1012$cc = cc
8861ba35 1013$cflags = -O3 -DB_ENDIAN
592c784f 1014$unistd =
cd72dcd9 1015$thread_cflag = -D_REENTRANT
cf1b7d96 1016$sys_id = MACOSX
c5de8b2a 1017$lflags = -Wl,-search_paths_first
592c784f 1018$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 1019$cpuid_obj =
67ea999d 1020$bn_obj = osx_ppc32.o
592c784f 1021$des_obj =
22edcae7 1022$aes_obj =
592c784f
BM
1023$bf_obj =
1024$md5_obj =
1025$sha1_obj =
1026$cast_obj =
1027$rc4_obj =
1028$rmd160_obj =
1029$rc5_obj =
0fbd4bf0 1030$wp_obj =
aa8b03b4 1031$dso_scheme = dlfcn
fe19c448 1032$shared_target= darwin-shared
8861ba35 1033$shared_cflag = -fPIC -fno-common
f210eb7b 1034$shared_ldflag = -dynamiclib
17b226a6 1035$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
0396479d 1036$ranlib =
042e57d5 1037$arflags =
592c784f 1038
7740a1c6
BM
1039*** debug
1040$cc = gcc
5dbd3efc 1041$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
7740a1c6
BM
1042$unistd =
1043$thread_cflag = (unknown)
cf1b7d96 1044$sys_id =
7740a1c6
BM
1045$lflags = -lefence
1046$bn_ops =
14e21f86 1047$cpuid_obj =
7740a1c6
BM
1048$bn_obj =
1049$des_obj =
22edcae7 1050$aes_obj =
7740a1c6
BM
1051$bf_obj =
1052$md5_obj =
1053$sha1_obj =
1054$cast_obj =
1055$rc4_obj =
1056$rmd160_obj =
1057$rc5_obj =
0fbd4bf0 1058$wp_obj =
05e15b04 1059$dso_scheme =
f944e784
RL
1060$shared_target=
1061$shared_cflag =
67d48c8c 1062$shared_ldflag =
a22fb399 1063$shared_extension =
0396479d 1064$ranlib =
042e57d5 1065$arflags =
7740a1c6 1066
a7b1c773
BM
1067*** debug-BSD-x86-elf
1068$cc = gcc
1069$cflags = -DL_ENDIAN -DTERMIOS -O3 -Wall -g
1070$unistd =
1071$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
1072$sys_id =
1073$lflags =
1074$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1075$cpuid_obj = x86cpuid-elf.o
54f3d200 1076$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
a7b1c773
BM
1077$des_obj = dx86-elf.o yx86-elf.o
1078$aes_obj = ax86-elf.o
1079$bf_obj = bx86-elf.o
1080$md5_obj = mx86-elf.o
1081$sha1_obj = sx86-elf.o s512sse2-elf.o
1082$cast_obj = cx86-elf.o
1083$rc4_obj = rx86-elf.o
1084$rmd160_obj = rm86-elf.o
1085$rc5_obj = r586-elf.o
4c5e19b6 1086$wp_obj = wp_block.o w86mmx-elf.o
a7b1c773
BM
1087$dso_scheme = dlfcn
1088$shared_target= bsd-shared
1089$shared_cflag = -fPIC
1090$shared_ldflag =
1091$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1092$ranlib =
1093$arflags =
1094
ad5f0ed5
AP
1095*** debug-Cygwin
1096$cc = gcc
1097$cflags = -DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
1098$unistd =
1099$thread_cflag =
1100$sys_id = CYGWIN32
1101$lflags =
1102$bn_ops =
14e21f86 1103$cpuid_obj =
ad5f0ed5 1104$bn_obj =
22edcae7
AP
1105$des_obj =
1106$aes_obj =
1107$bf_obj =
ad5f0ed5
AP
1108$md5_obj =
1109$sha1_obj =
22edcae7 1110$cast_obj =
ad5f0ed5
AP
1111$rc4_obj =
1112$rmd160_obj =
1113$rc5_obj =
0fbd4bf0 1114$wp_obj =
16420007 1115$dso_scheme = dlfcn
22edcae7 1116$shared_target= cygwin-shared
e1d51de4 1117$shared_cflag = -D_WINDLL
16420007 1118$shared_ldflag = -shared
4f1c33b4 1119$shared_extension = .dll.a
ad5f0ed5
AP
1120$ranlib =
1121$arflags =
1122
7740a1c6
BM
1123*** debug-ben
1124$cc = gcc
bbb8de09 1125$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe
7740a1c6
BM
1126$unistd =
1127$thread_cflag = (unknown)
cf1b7d96 1128$sys_id =
7740a1c6
BM
1129$lflags =
1130$bn_ops =
14e21f86 1131$cpuid_obj =
67ea999d 1132$bn_obj = bn86-elf.o co86-elf.o
7740a1c6 1133$des_obj =
22edcae7 1134$aes_obj =
7740a1c6
BM
1135$bf_obj =
1136$md5_obj =
1137$sha1_obj =
1138$cast_obj =
1139$rc4_obj =
1140$rmd160_obj =
1141$rc5_obj =
0fbd4bf0 1142$wp_obj =
05e15b04 1143$dso_scheme =
f944e784
RL
1144$shared_target=
1145$shared_cflag =
67d48c8c 1146$shared_ldflag =
a22fb399 1147$shared_extension =
0396479d 1148$ranlib =
042e57d5 1149$arflags =
7740a1c6
BM
1150
1151*** debug-ben-debug
1152$cc = gcc
bbb8de09 1153$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe
7740a1c6
BM
1154$unistd =
1155$thread_cflag = (unknown)
cf1b7d96 1156$sys_id =
7740a1c6
BM
1157$lflags =
1158$bn_ops =
14e21f86 1159$cpuid_obj =
7740a1c6
BM
1160$bn_obj =
1161$des_obj =
22edcae7 1162$aes_obj =
7740a1c6
BM
1163$bf_obj =
1164$md5_obj =
1165$sha1_obj =
1166$cast_obj =
1167$rc4_obj =
1168$rmd160_obj =
1169$rc5_obj =
0fbd4bf0 1170$wp_obj =
05e15b04 1171$dso_scheme =
f944e784
RL
1172$shared_target=
1173$shared_cflag =
67d48c8c 1174$shared_ldflag =
a22fb399 1175$shared_extension =
0396479d 1176$ranlib =
042e57d5 1177$arflags =
7740a1c6 1178
ac7b4261
AP
1179*** debug-ben-openbsd
1180$cc = gcc
1181$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -O2 -pedantic -Wall -Wshadow -Werror -pipe
1182$unistd =
1183$thread_cflag = (unknown)
1184$sys_id =
1185$lflags =
1186$bn_ops =
14e21f86 1187$cpuid_obj =
ac7b4261
AP
1188$bn_obj =
1189$des_obj =
22edcae7 1190$aes_obj =
ac7b4261
AP
1191$bf_obj =
1192$md5_obj =
1193$sha1_obj =
1194$cast_obj =
1195$rc4_obj =
1196$rmd160_obj =
1197$rc5_obj =
0fbd4bf0 1198$wp_obj =
ac7b4261
AP
1199$dso_scheme =
1200$shared_target=
fe19c448
RL
1201$shared_cflag =
1202$shared_ldflag =
1203$shared_extension =
1204$ranlib =
042e57d5 1205$arflags =
fe19c448
RL
1206
1207*** debug-ben-openbsd-debug
1208$cc = gcc
1209$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -DOPENSSL_OPENBSD_DEV_CRYPTO -DOPENSSL_NO_ASM -g3 -O2 -pedantic -Wall -Wshadow -Werror -pipe
1210$unistd =
1211$thread_cflag = (unknown)
1212$sys_id =
1213$lflags =
1214$bn_ops =
14e21f86 1215$cpuid_obj =
fe19c448
RL
1216$bn_obj =
1217$des_obj =
22edcae7 1218$aes_obj =
fe19c448
RL
1219$bf_obj =
1220$md5_obj =
1221$sha1_obj =
1222$cast_obj =
1223$rc4_obj =
1224$rmd160_obj =
1225$rc5_obj =
0fbd4bf0 1226$wp_obj =
fe19c448
RL
1227$dso_scheme =
1228$shared_target=
ac7b4261 1229$shared_cflag =
67d48c8c 1230$shared_ldflag =
ac7b4261
AP
1231$shared_extension =
1232$ranlib =
042e57d5 1233$arflags =
ac7b4261 1234
7740a1c6
BM
1235*** debug-ben-strict
1236$cc = gcc
bbb8de09 1237$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
1238$unistd =
1239$thread_cflag = (unknown)
cf1b7d96 1240$sys_id =
7740a1c6
BM
1241$lflags =
1242$bn_ops =
14e21f86 1243$cpuid_obj =
7740a1c6
BM
1244$bn_obj =
1245$des_obj =
22edcae7 1246$aes_obj =
7740a1c6
BM
1247$bf_obj =
1248$md5_obj =
1249$sha1_obj =
1250$cast_obj =
1251$rc4_obj =
1252$rmd160_obj =
1253$rc5_obj =
0fbd4bf0 1254$wp_obj =
05e15b04 1255$dso_scheme =
f944e784
RL
1256$shared_target=
1257$shared_cflag =
67d48c8c 1258$shared_ldflag =
a22fb399 1259$shared_extension =
0396479d 1260$ranlib =
042e57d5 1261$arflags =
7740a1c6
BM
1262
1263*** debug-bodo
1264$cc = gcc
ecc5ef87 1265$cflags = -DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -march=i486 -pedantic -Wshadow -Wall
7740a1c6
BM
1266$unistd =
1267$thread_cflag = -D_REENTRANT
cf1b7d96 1268$sys_id =
7740a1c6
BM
1269$lflags =
1270$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1271$cpuid_obj = x86cpuid-elf.o
54f3d200 1272$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1273$des_obj = dx86-elf.o yx86-elf.o
1274$aes_obj = ax86-elf.o
1275$bf_obj = bx86-elf.o
1276$md5_obj = mx86-elf.o
1277$sha1_obj = sx86-elf.o s512sse2-elf.o
1278$cast_obj = cx86-elf.o
1279$rc4_obj = rx86-elf.o
1280$rmd160_obj = rm86-elf.o
1281$rc5_obj = r586-elf.o
4c5e19b6 1282$wp_obj = wp_block.o w86mmx-elf.o
05e15b04 1283$dso_scheme =
f944e784
RL
1284$shared_target=
1285$shared_cflag =
67d48c8c 1286$shared_ldflag =
a22fb399 1287$shared_extension =
0396479d 1288$ranlib =
042e57d5 1289$arflags =
7740a1c6 1290
0d5ea761
BM
1291*** debug-darwin-ppc-cc
1292$cc = cc
1293$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O
1294$unistd =
1295$thread_cflag = -D_REENTRANT
1296$sys_id = MACOSX
1297$lflags =
1298$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
1299$cpuid_obj =
1300$bn_obj = osx_ppc32.o
1301$des_obj =
1302$aes_obj =
1303$bf_obj =
1304$md5_obj =
1305$sha1_obj =
1306$cast_obj =
1307$rc4_obj =
1308$rmd160_obj =
1309$rc5_obj =
0fbd4bf0 1310$wp_obj =
aa8b03b4 1311$dso_scheme = dlfcn
0d5ea761
BM
1312$shared_target= darwin-shared
1313$shared_cflag = -fPIC
f210eb7b 1314$shared_ldflag = -dynamiclib
0d5ea761
BM
1315$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
1316$ranlib =
1317$arflags =
1318
2a85f771
GT
1319*** debug-geoff
1320$cc = gcc
7f0c6570 1321$cflags = -DBN_DEBUG -DBN_DEBUG_RAND -DBN_STRICT -DPURIFY -DOPENSSL_NO_DEPRECATED -DOPENSSL_NO_ASM -DOPENSSL_NO_INLINE_ASM -DL_ENDIAN -DTERMIO -DPEDANTIC -DMD32_REG_T=int -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long
2a85f771
GT
1322$unistd =
1323$thread_cflag = -D_REENTRANT
1324$sys_id =
1325$lflags = -ldl
7f0c6570 1326$bn_ops = SIXTY_FOUR_BIT_LONG
14e21f86 1327$cpuid_obj =
f7939fcd
GT
1328$bn_obj =
1329$des_obj =
22edcae7 1330$aes_obj =
f7939fcd
GT
1331$bf_obj =
1332$md5_obj =
1333$sha1_obj =
1334$cast_obj =
1335$rc4_obj =
1336$rmd160_obj =
1337$rc5_obj =
0fbd4bf0 1338$wp_obj =
2a85f771
GT
1339$dso_scheme = dlfcn
1340$shared_target= linux-shared
1341$shared_cflag = -fPIC
1342$shared_ldflag =
1343$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1344$ranlib =
1345$arflags =
1346
a87030a1
BM
1347*** debug-levitte-linux-elf
1348$cc = gcc
dd558806 1349$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
6dc78bf7
RL
1350$unistd =
1351$thread_cflag = -D_REENTRANT
1352$sys_id =
1353$lflags = -ldl
1354$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1355$cpuid_obj = x86cpuid-elf.o
54f3d200 1356$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1357$des_obj = dx86-elf.o yx86-elf.o
1358$aes_obj = ax86-elf.o
1359$bf_obj = bx86-elf.o
1360$md5_obj = mx86-elf.o
1361$sha1_obj = sx86-elf.o s512sse2-elf.o
1362$cast_obj = cx86-elf.o
1363$rc4_obj = rx86-elf.o
1364$rmd160_obj = rm86-elf.o
1365$rc5_obj = r586-elf.o
4c5e19b6 1366$wp_obj = wp_block.o w86mmx-elf.o
6dc78bf7
RL
1367$dso_scheme = dlfcn
1368$shared_target= linux-shared
1369$shared_cflag = -fPIC
1370$shared_ldflag =
1371$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1372$ranlib =
1373$arflags =
1374
1375*** debug-levitte-linux-elf-extreme
1376$cc = gcc
dd558806 1377$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
a87030a1
BM
1378$unistd =
1379$thread_cflag = -D_REENTRANT
cf1b7d96 1380$sys_id =
05e15b04 1381$lflags = -ldl
78a0c1f1 1382$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1383$cpuid_obj = x86cpuid-elf.o
54f3d200 1384$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1385$des_obj = dx86-elf.o yx86-elf.o
1386$aes_obj = ax86-elf.o
1387$bf_obj = bx86-elf.o
1388$md5_obj = mx86-elf.o
1389$sha1_obj = sx86-elf.o s512sse2-elf.o
1390$cast_obj = cx86-elf.o
1391$rc4_obj = rx86-elf.o
1392$rmd160_obj = rm86-elf.o
1393$rc5_obj = r586-elf.o
4c5e19b6 1394$wp_obj = wp_block.o w86mmx-elf.o
05e15b04 1395$dso_scheme = dlfcn
78a0c1f1
BM
1396$shared_target= linux-shared
1397$shared_cflag = -fPIC
67d48c8c
BM
1398$shared_ldflag =
1399$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1400$ranlib =
042e57d5 1401$arflags =
a87030a1 1402
7e7c8952
BM
1403*** debug-levitte-linux-noasm
1404$cc = gcc
dd558806 1405$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
6dc78bf7
RL
1406$unistd =
1407$thread_cflag = -D_REENTRANT
1408$sys_id =
1409$lflags = -ldl
1410$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1411$cpuid_obj =
6dc78bf7
RL
1412$bn_obj =
1413$des_obj =
22edcae7 1414$aes_obj =
6dc78bf7
RL
1415$bf_obj =
1416$md5_obj =
1417$sha1_obj =
1418$cast_obj =
1419$rc4_obj =
1420$rmd160_obj =
1421$rc5_obj =
0fbd4bf0 1422$wp_obj =
6dc78bf7
RL
1423$dso_scheme = dlfcn
1424$shared_target= linux-shared
1425$shared_cflag = -fPIC
1426$shared_ldflag =
1427$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1428$ranlib =
1429$arflags =
1430
1431*** debug-levitte-linux-noasm-extreme
1432$cc = gcc
dd558806 1433$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -DPEDANTIC -ggdb -g3 -mcpu=i486 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe
7e7c8952
BM
1434$unistd =
1435$thread_cflag = -D_REENTRANT
cf1b7d96 1436$sys_id =
7e7c8952
BM
1437$lflags = -ldl
1438$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1439$cpuid_obj =
7e7c8952
BM
1440$bn_obj =
1441$des_obj =
22edcae7 1442$aes_obj =
7e7c8952
BM
1443$bf_obj =
1444$md5_obj =
1445$sha1_obj =
1446$cast_obj =
1447$rc4_obj =
1448$rmd160_obj =
1449$rc5_obj =
0fbd4bf0 1450$wp_obj =
7e7c8952
BM
1451$dso_scheme = dlfcn
1452$shared_target= linux-shared
1453$shared_cflag = -fPIC
67d48c8c
BM
1454$shared_ldflag =
1455$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1456$ranlib =
042e57d5 1457$arflags =
7e7c8952 1458
7740a1c6
BM
1459*** debug-linux-elf
1460$cc = gcc
a136862a 1461$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
7740a1c6
BM
1462$unistd =
1463$thread_cflag = -D_REENTRANT
cf1b7d96 1464$sys_id =
baa080d4 1465$lflags = -lefence -ldl
7740a1c6 1466$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1467$cpuid_obj = x86cpuid-elf.o
54f3d200 1468$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1469$des_obj = dx86-elf.o yx86-elf.o
1470$aes_obj = ax86-elf.o
1471$bf_obj = bx86-elf.o
1472$md5_obj = mx86-elf.o
1473$sha1_obj = sx86-elf.o s512sse2-elf.o
1474$cast_obj = cx86-elf.o
1475$rc4_obj = rx86-elf.o
1476$rmd160_obj = rm86-elf.o
1477$rc5_obj = r586-elf.o
4c5e19b6 1478$wp_obj = wp_block.o w86mmx-elf.o
05e15b04 1479$dso_scheme = dlfcn
de2f6e4d
RL
1480$shared_target= linux-shared
1481$shared_cflag = -fPIC
17b226a6
RL
1482$shared_ldflag =
1483$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
de2f6e4d 1484$ranlib =
042e57d5 1485$arflags =
de2f6e4d
RL
1486
1487*** debug-linux-elf-noefence
1488$cc = gcc
a136862a 1489$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
de2f6e4d
RL
1490$unistd =
1491$thread_cflag = -D_REENTRANT
1492$sys_id =
1493$lflags = -ldl
1494$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1495$cpuid_obj = x86cpuid-elf.o
54f3d200 1496$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1497$des_obj = dx86-elf.o yx86-elf.o
1498$aes_obj = ax86-elf.o
1499$bf_obj = bx86-elf.o
1500$md5_obj = mx86-elf.o
1501$sha1_obj = sx86-elf.o s512sse2-elf.o
1502$cast_obj = cx86-elf.o
1503$rc4_obj = rx86-elf.o
1504$rmd160_obj = rm86-elf.o
1505$rc5_obj = r586-elf.o
4c5e19b6 1506$wp_obj = wp_block.o w86mmx-elf.o
a8f87882 1507$dso_scheme = dlfcn
d28f7bc7
RL
1508$shared_target= linux-shared
1509$shared_cflag = -fPIC
a8f87882 1510$shared_ldflag =
d28f7bc7 1511$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
a8f87882 1512$ranlib =
042e57d5 1513$arflags =
a8f87882
LJ
1514
1515*** debug-linux-pentium
1516$cc = gcc
c89f31de 1517$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentium -Wall
a8f87882
LJ
1518$unistd =
1519$thread_cflag = -D_REENTRANT
1520$sys_id =
1521$lflags = -ldl
1522$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1523$cpuid_obj = x86cpuid-elf.o
54f3d200 1524$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1525$des_obj = dx86-elf.o yx86-elf.o
1526$aes_obj = ax86-elf.o
1527$bf_obj = bx86-elf.o
1528$md5_obj = mx86-elf.o
1529$sha1_obj = sx86-elf.o s512sse2-elf.o
1530$cast_obj = cx86-elf.o
1531$rc4_obj = rx86-elf.o
1532$rmd160_obj = rm86-elf.o
1533$rc5_obj = r586-elf.o
4c5e19b6 1534$wp_obj = wp_block.o w86mmx-elf.o
de2f6e4d 1535$dso_scheme = dlfcn
f944e784
RL
1536$shared_target=
1537$shared_cflag =
67d48c8c 1538$shared_ldflag =
a22fb399 1539$shared_extension =
0396479d 1540$ranlib =
042e57d5 1541$arflags =
7740a1c6 1542
de2f6e4d 1543*** debug-linux-ppro
a45623c4 1544$cc = gcc
c89f31de 1545$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall
a45623c4
RL
1546$unistd =
1547$thread_cflag = -D_REENTRANT
cf1b7d96 1548$sys_id =
baa080d4 1549$lflags = -ldl
a45623c4 1550$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1551$cpuid_obj = x86cpuid-elf.o
54f3d200 1552$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1553$des_obj = dx86-elf.o yx86-elf.o
1554$aes_obj = ax86-elf.o
1555$bf_obj = bx86-elf.o
1556$md5_obj = mx86-elf.o
1557$sha1_obj = sx86-elf.o s512sse2-elf.o
1558$cast_obj = cx86-elf.o
1559$rc4_obj = rx86-elf.o
1560$rmd160_obj = rm86-elf.o
1561$rc5_obj = r586-elf.o
4c5e19b6 1562$wp_obj = wp_block.o w86mmx-elf.o
a45623c4 1563$dso_scheme = dlfcn
f944e784
RL
1564$shared_target=
1565$shared_cflag =
67d48c8c 1566$shared_ldflag =
a22fb399 1567$shared_extension =
0396479d 1568$ranlib =
042e57d5 1569$arflags =
a45623c4 1570
7740a1c6
BM
1571*** debug-rse
1572$cc = cc
1573$cflags = -DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall
1574$unistd =
1575$thread_cflag = (unknown)
cf1b7d96 1576$sys_id =
7740a1c6
BM
1577$lflags =
1578$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1579$cpuid_obj = x86cpuid-elf.o
54f3d200 1580$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1581$des_obj = dx86-elf.o yx86-elf.o
1582$aes_obj = ax86-elf.o
1583$bf_obj = bx86-elf.o
1584$md5_obj = mx86-elf.o
1585$sha1_obj = sx86-elf.o s512sse2-elf.o
1586$cast_obj = cx86-elf.o
1587$rc4_obj = rx86-elf.o
1588$rmd160_obj = rm86-elf.o
1589$rc5_obj = r586-elf.o
4c5e19b6 1590$wp_obj = wp_block.o w86mmx-elf.o
05e15b04 1591$dso_scheme =
f944e784
RL
1592$shared_target=
1593$shared_cflag =
67d48c8c 1594$shared_ldflag =
a22fb399 1595$shared_extension =
0396479d 1596$ranlib =
042e57d5 1597$arflags =
7740a1c6 1598
d0f2876c
BM
1599*** debug-solaris-sparcv8-cc
1600$cc = cc
bbb8de09 1601$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
1602$unistd =
1603$thread_cflag = -D_REENTRANT
cf1b7d96 1604$sys_id =
05e15b04 1605$lflags = -lsocket -lnsl -ldl
2dae04d0 1606$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
14e21f86 1607$cpuid_obj =
67ea999d 1608$bn_obj = sparcv8.o
d0f2876c 1609$des_obj =
22edcae7 1610$aes_obj =
d0f2876c
BM
1611$bf_obj =
1612$md5_obj =
1613$sha1_obj =
1614$cast_obj =
1615$rc4_obj =
1616$rmd160_obj =
1617$rc5_obj =
0fbd4bf0 1618$wp_obj =
05e15b04 1619$dso_scheme = dlfcn
aa04f1d7
RL
1620$shared_target= solaris-shared
1621$shared_cflag = -KPIC
8861ba35 1622$shared_ldflag = -G -dy -z text
67d48c8c
BM
1623$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1624$ranlib =
042e57d5 1625$arflags =
d0f2876c 1626
96821ced 1627*** debug-solaris-sparcv8-gcc
7740a1c6 1628$cc = gcc
bbb8de09 1629$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN
7740a1c6
BM
1630$unistd =
1631$thread_cflag = -D_REENTRANT
cf1b7d96 1632$sys_id =
05e15b04 1633$lflags = -lsocket -lnsl -ldl
2dae04d0 1634$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 1635$cpuid_obj =
67ea999d 1636$bn_obj = sparcv8.o
7740a1c6 1637$des_obj =
22edcae7 1638$aes_obj =
7740a1c6
BM
1639$bf_obj =
1640$md5_obj =
1641$sha1_obj =
1642$cast_obj =
1643$rc4_obj =
1644$rmd160_obj =
1645$rc5_obj =
0fbd4bf0 1646$wp_obj =
05e15b04 1647$dso_scheme = dlfcn
b8a61e73 1648$shared_target= solaris-shared
aa04f1d7 1649$shared_cflag = -fPIC
146e6776 1650$shared_ldflag = -shared
67d48c8c
BM
1651$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1652$ranlib =
042e57d5 1653$arflags =
7740a1c6 1654
d0f2876c
BM
1655*** debug-solaris-sparcv9-cc
1656$cc = cc
cf1b7d96 1657$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
d0f2876c
BM
1658$unistd =
1659$thread_cflag = -D_REENTRANT
cf1b7d96 1660$sys_id = ULTRASPARC
05e15b04 1661$lflags = -lsocket -lnsl -ldl
2dae04d0 1662$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
a00e414f
AP
1663$cpuid_obj = sparcv9cap.o sparccpuid.o
1664$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
1665$des_obj = des_enc-sparc.o fcrypt_b.o
1666$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
d0f2876c 1667$bf_obj =
a00e414f 1668$md5_obj = md5-sparcv9.o
d0f2876c
BM
1669$sha1_obj =
1670$cast_obj =
1671$rc4_obj =
1672$rmd160_obj =
1673$rc5_obj =
0fbd4bf0 1674$wp_obj =
05e15b04 1675$dso_scheme = dlfcn
aa04f1d7
RL
1676$shared_target= solaris-shared
1677$shared_cflag = -KPIC
8861ba35 1678$shared_ldflag = -G -dy -z text
67d48c8c
BM
1679$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1680$ranlib =
042e57d5 1681$arflags =
d0f2876c 1682
96821ced 1683*** debug-solaris-sparcv9-gcc
7740a1c6 1684$cc = gcc
c89f31de 1685$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -DPEDANTIC -O -g -mcpu=ultrasparc -pedantic -ansi -Wall -Wshadow -Wno-long-long -D__EXTENSIONS__ -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
1686$unistd =
1687$thread_cflag = -D_REENTRANT
98cec7fc 1688$sys_id = ULTRASPARC
05e15b04 1689$lflags = -lsocket -lnsl -ldl
2dae04d0 1690$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
a00e414f
AP
1691$cpuid_obj = sparcv9cap.o sparccpuid.o
1692$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 1693$des_obj = des_enc-sparc.o fcrypt_b.o
a00e414f 1694$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
7740a1c6 1695$bf_obj =
a00e414f 1696$md5_obj = md5-sparcv9.o
7740a1c6
BM
1697$sha1_obj =
1698$cast_obj =
1699$rc4_obj =
1700$rmd160_obj =
1701$rc5_obj =
0fbd4bf0 1702$wp_obj =
05e15b04 1703$dso_scheme = dlfcn
b8a61e73 1704$shared_target= solaris-shared
aa04f1d7 1705$shared_cflag = -fPIC
146e6776 1706$shared_ldflag = -shared
67d48c8c
BM
1707$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1708$ranlib =
042e57d5 1709$arflags =
7740a1c6 1710
6e6bc352
DSH
1711*** debug-steve
1712$cc = gcc
d28f7bc7 1713$cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -mcpu=i486 -pedantic -Wno-long-long -Wall -Werror -Wshadow -pipe
6e6bc352
DSH
1714$unistd =
1715$thread_cflag = -D_REENTRANT
cf1b7d96 1716$sys_id =
567671e2 1717$lflags = -rdynamic -ldl
376729e1 1718$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1719$cpuid_obj = x86cpuid-elf.o
54f3d200 1720$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1721$des_obj = dx86-elf.o yx86-elf.o
1722$aes_obj = ax86-elf.o
1723$bf_obj = bx86-elf.o
1724$md5_obj = mx86-elf.o
1725$sha1_obj = sx86-elf.o s512sse2-elf.o
1726$cast_obj = cx86-elf.o
1727$rc4_obj = rx86-elf.o
1728$rmd160_obj = rm86-elf.o
1729$rc5_obj = r586-elf.o
4c5e19b6 1730$wp_obj = wp_block.o w86mmx-elf.o
567671e2 1731$dso_scheme = dlfcn
ce06265a 1732$shared_target= linux-shared
f944e784 1733$shared_cflag =
67d48c8c 1734$shared_ldflag =
a22fb399 1735$shared_extension =
0396479d 1736$ranlib =
042e57d5 1737$arflags =
6e6bc352 1738
b605e3ad
RL
1739*** debug-steve-linux-pseudo64
1740$cc = gcc
1741$cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DOPENSSL_NO_ASM -g -mcpu=i486 -Wall -Werror -Wshadow -pipe
1742$unistd =
1743$thread_cflag = -D_REENTRANT
1744$sys_id =
1745$lflags = -rdynamic -ldl
1746$bn_ops = SIXTY_FOUR_BIT
14e21f86 1747$cpuid_obj =
b605e3ad 1748$bn_obj =
14e21f86
AP
1749$des_obj =
1750$aes_obj =
22edcae7 1751$bf_obj =
b605e3ad
RL
1752$md5_obj =
1753$sha1_obj =
1754$cast_obj =
1755$rc4_obj =
1756$rmd160_obj =
1757$rc5_obj =
0fbd4bf0 1758$wp_obj =
14e21f86
AP
1759$dso_scheme = dlfcn
1760$shared_target= linux-shared
b605e3ad
RL
1761$shared_cflag =
1762$shared_ldflag =
1763$shared_extension =
1764$ranlib =
042e57d5 1765$arflags =
b605e3ad 1766
43ca6c02
UM
1767*** debug-ulf
1768$cc = gcc
ad5f0ed5 1769$cflags = -DTERMIOS -DL_ENDIAN -march=i486 -Wall -DBN_DEBUG -DBN_DEBUG_RAND -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -g -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations
43ca6c02 1770$unistd =
ad5f0ed5
AP
1771$thread_cflag =
1772$sys_id = CYGWIN32
43ca6c02 1773$lflags =
ad5f0ed5 1774$bn_ops =
14e21f86 1775$cpuid_obj =
ad5f0ed5 1776$bn_obj =
22edcae7
AP
1777$des_obj =
1778$aes_obj =
1779$bf_obj =
ad5f0ed5
AP
1780$md5_obj =
1781$sha1_obj =
22edcae7 1782$cast_obj =
ad5f0ed5
AP
1783$rc4_obj =
1784$rmd160_obj =
1785$rc5_obj =
0fbd4bf0 1786$wp_obj =
22edcae7
AP
1787$dso_scheme = win32
1788$shared_target= cygwin-shared
f944e784 1789$shared_cflag =
67d48c8c 1790$shared_ldflag =
22edcae7 1791$shared_extension = .dll
0396479d 1792$ranlib =
042e57d5 1793$arflags =
43ca6c02 1794
d28f7bc7
RL
1795*** debug-vos-gcc
1796$cc = gcc
c5de8b2a 1797$cflags = -O0 -g -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -DB_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG
d28f7bc7
RL
1798$unistd =
1799$thread_cflag = (unknown)
1800$sys_id = VOS
1801$lflags = -Wl,-map
1802$bn_ops = BN_LLONG
14e21f86 1803$cpuid_obj =
d28f7bc7
RL
1804$bn_obj =
1805$des_obj =
22edcae7 1806$aes_obj =
d28f7bc7
RL
1807$bf_obj =
1808$md5_obj =
1809$sha1_obj =
1810$cast_obj =
1811$rc4_obj =
1812$rmd160_obj =
1813$rc5_obj =
0fbd4bf0 1814$wp_obj =
d28f7bc7
RL
1815$dso_scheme =
1816$shared_target=
1817$shared_cflag =
22edcae7
AP
1818$shared_ldflag =
1819$shared_extension = .so
d28f7bc7
RL
1820$ranlib =
1821$arflags =
1822
7740a1c6
BM
1823*** dgux-R3-gcc
1824$cc = gcc
1825$cflags = -O3 -fomit-frame-pointer
1826$unistd =
1827$thread_cflag = (unknown)
cf1b7d96 1828$sys_id =
7740a1c6
BM
1829$lflags =
1830$bn_ops = RC4_INDEX DES_UNROLL
14e21f86 1831$cpuid_obj =
7740a1c6
BM
1832$bn_obj =
1833$des_obj =
22edcae7 1834$aes_obj =
7740a1c6
BM
1835$bf_obj =
1836$md5_obj =
1837$sha1_obj =
1838$cast_obj =
1839$rc4_obj =
1840$rmd160_obj =
1841$rc5_obj =
0fbd4bf0 1842$wp_obj =
05e15b04 1843$dso_scheme =
f944e784
RL
1844$shared_target=
1845$shared_cflag =
67d48c8c 1846$shared_ldflag =
a22fb399 1847$shared_extension =
0396479d 1848$ranlib =
042e57d5 1849$arflags =
7740a1c6
BM
1850
1851*** dgux-R4-gcc
1852$cc = gcc
1853$cflags = -O3 -fomit-frame-pointer
1854$unistd =
1855$thread_cflag = (unknown)
cf1b7d96 1856$sys_id =
7740a1c6 1857$lflags = -lnsl -lsocket
7ef6e3fe 1858$bn_ops = RC4_INDEX DES_UNROLL
14e21f86 1859$cpuid_obj =
7ef6e3fe 1860$bn_obj =
7740a1c6 1861$des_obj =
22edcae7 1862$aes_obj =
7740a1c6
BM
1863$bf_obj =
1864$md5_obj =
1865$sha1_obj =
1866$cast_obj =
1867$rc4_obj =
1868$rmd160_obj =
1869$rc5_obj =
0fbd4bf0 1870$wp_obj =
05e15b04 1871$dso_scheme =
f944e784
RL
1872$shared_target=
1873$shared_cflag =
67d48c8c 1874$shared_ldflag =
a22fb399 1875$shared_extension =
0396479d 1876$ranlib =
042e57d5 1877$arflags =
7740a1c6
BM
1878
1879*** dgux-R4-x86-gcc
1880$cc = gcc
1881$cflags = -O3 -fomit-frame-pointer -DL_ENDIAN
1882$unistd =
1883$thread_cflag = (unknown)
cf1b7d96 1884$sys_id =
7740a1c6
BM
1885$lflags = -lnsl -lsocket
1886$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 1887$cpuid_obj = x86cpuid-elf.o
54f3d200 1888$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
1889$des_obj = dx86-elf.o yx86-elf.o
1890$aes_obj = ax86-elf.o
1891$bf_obj = bx86-elf.o
1892$md5_obj = mx86-elf.o
1893$sha1_obj = sx86-elf.o s512sse2-elf.o
1894$cast_obj = cx86-elf.o
1895$rc4_obj = rx86-elf.o
1896$rmd160_obj = rm86-elf.o
1897$rc5_obj = r586-elf.o
4c5e19b6 1898$wp_obj = wp_block.o w86mmx-elf.o
05e15b04 1899$dso_scheme =
f944e784
RL
1900$shared_target=
1901$shared_cflag =
67d48c8c 1902$shared_ldflag =
a22fb399 1903$shared_extension =
0396479d 1904$ranlib =
042e57d5 1905$arflags =
7740a1c6
BM
1906
1907*** dist
1908$cc = cc
1909$cflags = -O
1910$unistd =
1911$thread_cflag = (unknown)
cf1b7d96 1912$sys_id =
7740a1c6
BM
1913$lflags =
1914$bn_ops =
14e21f86 1915$cpuid_obj =
7740a1c6
BM
1916$bn_obj =
1917$des_obj =
22edcae7 1918$aes_obj =
7740a1c6
BM
1919$bf_obj =
1920$md5_obj =
1921$sha1_obj =
1922$cast_obj =
1923$rc4_obj =
1924$rmd160_obj =
1925$rc5_obj =
0fbd4bf0 1926$wp_obj =
05e15b04 1927$dso_scheme =
f944e784
RL
1928$shared_target=
1929$shared_cflag =
67d48c8c 1930$shared_ldflag =
a22fb399 1931$shared_extension =
0396479d 1932$ranlib =
042e57d5 1933$arflags =
7740a1c6
BM
1934
1935*** gcc
1936$cc = gcc
1937$cflags = -O3
1938$unistd =
1939$thread_cflag = (unknown)
cf1b7d96 1940$sys_id =
7740a1c6
BM
1941$lflags =
1942$bn_ops = BN_LLONG
14e21f86 1943$cpuid_obj =
7740a1c6
BM
1944$bn_obj =
1945$des_obj =
22edcae7 1946$aes_obj =
7740a1c6
BM
1947$bf_obj =
1948$md5_obj =
1949$sha1_obj =
1950$cast_obj =
1951$rc4_obj =
1952$rmd160_obj =
1953$rc5_obj =
0fbd4bf0 1954$wp_obj =
05e15b04 1955$dso_scheme =
f944e784
RL
1956$shared_target=
1957$shared_cflag =
67d48c8c 1958$shared_ldflag =
a22fb399 1959$shared_extension =
0396479d 1960$ranlib =
042e57d5 1961$arflags =
7740a1c6 1962
9239e45b
BM
1963*** hpux-cc
1964$cc = cc
22edcae7 1965$cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O2 -z
9239e45b
BM
1966$unistd =
1967$thread_cflag = (unknown)
cf1b7d96 1968$sys_id =
ccb9643f 1969$lflags = -Wl,+s -ldld
22edcae7 1970$bn_ops = DES_PTR DES_UNROLL DES_RISC1
14e21f86 1971$cpuid_obj =
9239e45b
BM
1972$bn_obj =
1973$des_obj =
22edcae7 1974$aes_obj =
9239e45b
BM
1975$bf_obj =
1976$md5_obj =
1977$sha1_obj =
1978$cast_obj =
1979$rc4_obj =
1980$rmd160_obj =
1981$rc5_obj =
0fbd4bf0 1982$wp_obj =
05e15b04 1983$dso_scheme = dl
0fd44e2d
RL
1984$shared_target= hpux-shared
1985$shared_cflag = +Z
1a83c372 1986$shared_ldflag = -b
67d48c8c
BM
1987$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
1988$ranlib =
042e57d5 1989$arflags =
9239e45b 1990
7740a1c6
BM
1991*** hpux-gcc
1992$cc = gcc
1993$cflags = -DB_ENDIAN -DBN_DIV2W -O3
1994$unistd =
1995$thread_cflag = (unknown)
cf1b7d96 1996$sys_id =
ccb9643f 1997$lflags = -Wl,+s -ldld
22edcae7 1998$bn_ops = DES_PTR DES_UNROLL DES_RISC1
14e21f86 1999$cpuid_obj =
7740a1c6
BM
2000$bn_obj =
2001$des_obj =
22edcae7 2002$aes_obj =
7740a1c6
BM
2003$bf_obj =
2004$md5_obj =
2005$sha1_obj =
2006$cast_obj =
2007$rc4_obj =
2008$rmd160_obj =
2009$rc5_obj =
0fbd4bf0 2010$wp_obj =
05e15b04 2011$dso_scheme = dl
0fd44e2d
RL
2012$shared_target= hpux-shared
2013$shared_cflag = -fPIC
1a83c372 2014$shared_ldflag = -shared
67d48c8c
BM
2015$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2016$ranlib =
042e57d5 2017$arflags =
9239e45b 2018
6d03b73e
AP
2019*** hpux-ia64-cc
2020$cc = cc
01e94efd 2021$cflags = -Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT
6d03b73e 2022$unistd =
22edcae7 2023$thread_cflag =
6d03b73e
AP
2024$sys_id =
2025$lflags = -ldl
bc3e7fab 2026$bn_ops = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
a7ad2afa 2027$cpuid_obj = ia64cpuid.o
cbe52c31 2028$bn_obj = bn-ia64.o
6d03b73e 2029$des_obj =
67ea999d 2030$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
6d03b73e 2031$bf_obj =
a7ad2afa 2032$md5_obj = md5-ia64.o
67ea999d 2033$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
6d03b73e 2034$cast_obj =
67ea999d 2035$rc4_obj = rc4-ia64.o
6d03b73e
AP
2036$rmd160_obj =
2037$rc5_obj =
0fbd4bf0 2038$wp_obj =
6d03b73e
AP
2039$dso_scheme = dlfcn
2040$shared_target= hpux-shared
2041$shared_cflag = +Z
1a83c372 2042$shared_ldflag = +DD32 -b
22edcae7 2043$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
67d48c8c 2044$ranlib =
042e57d5 2045$arflags =
6d03b73e 2046
12470927
AP
2047*** hpux-ia64-gcc
2048$cc = gcc
22edcae7 2049$cflags = -O3 -DB_ENDIAN -D_REENTRANT
12470927 2050$unistd =
22edcae7 2051$thread_cflag =
12470927
AP
2052$sys_id =
2053$lflags = -ldl
bc3e7fab 2054$bn_ops = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
0fbd4bf0 2055$cpuid_obj = ia64cpuid.o
cbe52c31 2056$bn_obj = bn-ia64.o
12470927 2057$des_obj =
0fbd4bf0 2058$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
12470927 2059$bf_obj =
0fbd4bf0
AP
2060$md5_obj = md5-ia64.o
2061$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
12470927 2062$cast_obj =
67ea999d 2063$rc4_obj = rc4-ia64.o
12470927
AP
2064$rmd160_obj =
2065$rc5_obj =
0fbd4bf0 2066$wp_obj =
12470927
AP
2067$dso_scheme = dlfcn
2068$shared_target= hpux-shared
2069$shared_cflag = -fpic
1a83c372 2070$shared_ldflag = -shared
12470927
AP
2071$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2072$ranlib =
2073$arflags =
2074
bcba6cc6 2075*** hpux-parisc-cc
9239e45b 2076$cc = cc
26e97244 2077$cflags = +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
9239e45b 2078$unistd =
91e8cc62 2079$thread_cflag = -D_REENTRANT
cf1b7d96 2080$sys_id =
ccb9643f 2081$lflags = -Wl,+s -ldld
91e8cc62 2082$bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
14e21f86 2083$cpuid_obj =
9239e45b
BM
2084$bn_obj =
2085$des_obj =
22edcae7 2086$aes_obj =
9239e45b
BM
2087$bf_obj =
2088$md5_obj =
2089$sha1_obj =
2090$cast_obj =
2091$rc4_obj =
2092$rmd160_obj =
2093$rc5_obj =
0fbd4bf0 2094$wp_obj =
05e15b04 2095$dso_scheme = dl
0fd44e2d
RL
2096$shared_target= hpux-shared
2097$shared_cflag = +Z
1a83c372 2098$shared_ldflag = -b
67d48c8c
BM
2099$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2100$ranlib =
042e57d5 2101$arflags =
9239e45b 2102
1adfda41
BM
2103*** hpux-parisc-cc-o4
2104$cc = cc
2105$cflags = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
2106$unistd =
22edcae7 2107$thread_cflag = -D_REENTRANT
cf1b7d96 2108$sys_id =
05e15b04 2109$lflags = -ldld
1adfda41 2110$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
14e21f86 2111$cpuid_obj =
1adfda41
BM
2112$bn_obj =
2113$des_obj =
22edcae7 2114$aes_obj =
1adfda41
BM
2115$bf_obj =
2116$md5_obj =
2117$sha1_obj =
2118$cast_obj =
2119$rc4_obj =
2120$rmd160_obj =
2121$rc5_obj =
0fbd4bf0 2122$wp_obj =
05e15b04 2123$dso_scheme = dl
0fd44e2d
RL
2124$shared_target= hpux-shared
2125$shared_cflag = +Z
1a83c372 2126$shared_ldflag = -b
67d48c8c
BM
2127$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2128$ranlib =
042e57d5 2129$arflags =
1adfda41 2130
bcba6cc6 2131*** hpux-parisc-gcc
9239e45b 2132$cc = gcc
bcba6cc6 2133$cflags = -O3 -DB_ENDIAN -DBN_DIV2W
9239e45b 2134$unistd =
22edcae7 2135$thread_cflag = -D_REENTRANT
cf1b7d96 2136$sys_id =
ccb9643f 2137$lflags = -Wl,+s -ldld
bcba6cc6 2138$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
14e21f86 2139$cpuid_obj =
9239e45b
BM
2140$bn_obj =
2141$des_obj =
22edcae7 2142$aes_obj =
9239e45b
BM
2143$bf_obj =
2144$md5_obj =
2145$sha1_obj =
2146$cast_obj =
2147$rc4_obj =
2148$rmd160_obj =
2149$rc5_obj =
0fbd4bf0 2150$wp_obj =
05e15b04 2151$dso_scheme = dl
0fd44e2d
RL
2152$shared_target= hpux-shared
2153$shared_cflag = -fPIC
1a83c372 2154$shared_ldflag = -shared
67d48c8c
BM
2155$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2156$ranlib =
042e57d5 2157$arflags =
7740a1c6 2158
22edcae7 2159*** hpux-parisc1_0-cc
91e8cc62 2160$cc = cc
22edcae7 2161$cflags = +DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
91e8cc62
RL
2162$unistd =
2163$thread_cflag = -D_REENTRANT
cf1b7d96 2164$sys_id =
ccb9643f 2165$lflags = -Wl,+s -ldld
91e8cc62 2166$bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
14e21f86 2167$cpuid_obj =
91e8cc62
RL
2168$bn_obj =
2169$des_obj =
22edcae7 2170$aes_obj =
91e8cc62
RL
2171$bf_obj =
2172$md5_obj =
2173$sha1_obj =
2174$cast_obj =
2175$rc4_obj =
2176$rmd160_obj =
2177$rc5_obj =
0fbd4bf0 2178$wp_obj =
91e8cc62 2179$dso_scheme = dl
0fd44e2d
RL
2180$shared_target= hpux-shared
2181$shared_cflag = +Z
1a83c372 2182$shared_ldflag = -b
67d48c8c
BM
2183$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2184$ranlib =
042e57d5 2185$arflags =
91e8cc62
RL
2186
2187*** hpux-parisc2-cc
2188$cc = cc
22edcae7 2189$cflags = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
91e8cc62 2190$unistd =
22edcae7 2191$thread_cflag =
cf1b7d96 2192$sys_id =
ccb9643f 2193$lflags = -Wl,+s -ldld
91e8cc62 2194$bn_ops = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
14e21f86 2195$cpuid_obj =
67ea999d 2196$bn_obj = pa-risc2.o
91e8cc62 2197$des_obj =
22edcae7 2198$aes_obj =
91e8cc62
RL
2199$bf_obj =
2200$md5_obj =
2201$sha1_obj =
2202$cast_obj =
2203$rc4_obj =
2204$rmd160_obj =
2205$rc5_obj =
0fbd4bf0 2206$wp_obj =
91e8cc62 2207$dso_scheme = dl
0fd44e2d
RL
2208$shared_target= hpux-shared
2209$shared_cflag = +Z
1a83c372 2210$shared_ldflag = -b
67d48c8c
BM
2211$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2212$ranlib =
042e57d5 2213$arflags =
91e8cc62 2214
12470927
AP
2215*** hpux-parisc2-gcc
2216$cc = gcc
22edcae7 2217$cflags = -march=2.0 -O3 -DB_ENDIAN -D_REENTRANT
12470927 2218$unistd =
22edcae7 2219$thread_cflag =
12470927
AP
2220$sys_id =
2221$lflags = -Wl,+s -ldld
2222$bn_ops = SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1
14e21f86 2223$cpuid_obj =
67ea999d 2224$bn_obj = pa-risc2.o
12470927 2225$des_obj =
22edcae7 2226$aes_obj =
12470927
AP
2227$bf_obj =
2228$md5_obj =
2229$sha1_obj =
2230$cast_obj =
2231$rc4_obj =
2232$rmd160_obj =
2233$rc5_obj =
0fbd4bf0 2234$wp_obj =
12470927
AP
2235$dso_scheme = dl
2236$shared_target= hpux-shared
2237$shared_cflag = -fPIC
1a83c372 2238$shared_ldflag = -shared
12470927
AP
2239$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2240$ranlib =
2241$arflags =
2242
6d03b73e
AP
2243*** hpux64-ia64-cc
2244$cc = cc
22edcae7 2245$cflags = -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT
6d03b73e 2246$unistd =
22edcae7 2247$thread_cflag =
6d03b73e
AP
2248$sys_id =
2249$lflags = -ldl
bc3e7fab 2250$bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
a7ad2afa 2251$cpuid_obj = ia64cpuid.o
cbe52c31 2252$bn_obj = bn-ia64.o
6d03b73e 2253$des_obj =
67ea999d 2254$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
6d03b73e 2255$bf_obj =
a7ad2afa 2256$md5_obj = md5-ia64.o
67ea999d 2257$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
6d03b73e 2258$cast_obj =
67ea999d 2259$rc4_obj = rc4-ia64.o
6d03b73e
AP
2260$rmd160_obj =
2261$rc5_obj =
0fbd4bf0 2262$wp_obj =
6d03b73e 2263$dso_scheme = dlfcn
1a83c372 2264$shared_target= hpux-shared
6d03b73e 2265$shared_cflag = +Z
1a83c372 2266$shared_ldflag = +DD64 -b
22edcae7 2267$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
67d48c8c 2268$ranlib =
042e57d5 2269$arflags =
6d03b73e 2270
12470927
AP
2271*** hpux64-ia64-gcc
2272$cc = gcc
22edcae7 2273$cflags = -mlp64 -O3 -DB_ENDIAN -D_REENTRANT
12470927 2274$unistd =
22edcae7 2275$thread_cflag =
12470927
AP
2276$sys_id =
2277$lflags = -ldl
bc3e7fab 2278$bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
a7ad2afa 2279$cpuid_obj = ia64cpuid.o
cbe52c31 2280$bn_obj = bn-ia64.o
12470927 2281$des_obj =
67ea999d 2282$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
12470927 2283$bf_obj =
a7ad2afa 2284$md5_obj = md5-ia64.o
67ea999d 2285$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
12470927 2286$cast_obj =
67ea999d 2287$rc4_obj = rc4-ia64.o
12470927
AP
2288$rmd160_obj =
2289$rc5_obj =
0fbd4bf0 2290$wp_obj =
12470927
AP
2291$dso_scheme = dlfcn
2292$shared_target= hpux-shared
2293$shared_cflag = -fpic
1a83c372 2294$shared_ldflag = -mlp64 -shared
12470927
AP
2295$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2296$ranlib =
2297$arflags =
2298
ad5f0ed5
AP
2299*** hpux64-parisc2-cc
2300$cc = cc
22edcae7 2301$cflags = +DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
1d4547a4 2302$unistd =
22edcae7 2303$thread_cflag =
1d4547a4
LJ
2304$sys_id =
2305$lflags = -ldl
2306$bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
14e21f86 2307$cpuid_obj =
67ea999d 2308$bn_obj = pa-risc2W.o
1d4547a4 2309$des_obj =
22edcae7 2310$aes_obj =
1d4547a4
LJ
2311$bf_obj =
2312$md5_obj =
2313$sha1_obj =
2314$cast_obj =
2315$rc4_obj =
2316$rmd160_obj =
2317$rc5_obj =
0fbd4bf0 2318$wp_obj =
1d4547a4 2319$dso_scheme = dlfcn
1a83c372 2320$shared_target= hpux-shared
ad5f0ed5 2321$shared_cflag = +Z
1a83c372 2322$shared_ldflag = +DD64 -b
1d4547a4
LJ
2323$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2324$ranlib =
042e57d5 2325$arflags =
1d4547a4 2326
ad5f0ed5
AP
2327*** hpux64-parisc2-gcc
2328$cc = gcc
22edcae7 2329$cflags = -O3 -DB_ENDIAN -D_REENTRANT
91e8cc62 2330$unistd =
22edcae7 2331$thread_cflag =
cf1b7d96 2332$sys_id =
91e8cc62
RL
2333$lflags = -ldl
2334$bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
14e21f86 2335$cpuid_obj =
67ea999d 2336$bn_obj = pa-risc2W.o
91e8cc62 2337$des_obj =
22edcae7 2338$aes_obj =
91e8cc62
RL
2339$bf_obj =
2340$md5_obj =
2341$sha1_obj =
2342$cast_obj =
2343$rc4_obj =
2344$rmd160_obj =
2345$rc5_obj =
0fbd4bf0 2346$wp_obj =
9a0c0d3f 2347$dso_scheme = dlfcn
1a83c372 2348$shared_target= hpux-shared
ad5f0ed5 2349$shared_cflag = -fpic
1a83c372 2350$shared_ldflag = -shared
67d48c8c
BM
2351$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2352$ranlib =
042e57d5 2353$arflags =
91e8cc62 2354
9a875a35
BM
2355*** hurd-x86
2356$cc = gcc
a136862a 2357$cflags = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall
9a875a35
BM
2358$unistd =
2359$thread_cflag = -D_REENTRANT
cf1b7d96 2360$sys_id =
9a875a35
BM
2361$lflags = -ldl
2362$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 2363$cpuid_obj = x86cpuid-elf.o
54f3d200 2364$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
2365$des_obj = dx86-elf.o yx86-elf.o
2366$aes_obj = ax86-elf.o
2367$bf_obj = bx86-elf.o
2368$md5_obj = mx86-elf.o
2369$sha1_obj = sx86-elf.o s512sse2-elf.o
2370$cast_obj = cx86-elf.o
2371$rc4_obj = rx86-elf.o
2372$rmd160_obj = rm86-elf.o
2373$rc5_obj = r586-elf.o
4c5e19b6 2374$wp_obj = wp_block.o w86mmx-elf.o
9a875a35
BM
2375$dso_scheme = dlfcn
2376$shared_target= linux-shared
2377$shared_cflag = -fPIC
67d48c8c 2378$shared_ldflag =
9a875a35 2379$shared_extension =
0396479d 2380$ranlib =
042e57d5 2381$arflags =
9a875a35 2382
7740a1c6
BM
2383*** irix-cc
2384$cc = cc
2385$cflags = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN
2386$unistd =
2387$thread_cflag = (unknown)
cf1b7d96 2388$sys_id =
7740a1c6 2389$lflags =
2dae04d0 2390$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR
14e21f86 2391$cpuid_obj =
7740a1c6
BM
2392$bn_obj =
2393$des_obj =
22edcae7 2394$aes_obj =
7740a1c6
BM
2395$bf_obj =
2396$md5_obj =
2397$sha1_obj =
2398$cast_obj =
2399$rc4_obj =
2400$rmd160_obj =
2401$rc5_obj =
0fbd4bf0 2402$wp_obj =
8224b0cb
RL
2403$dso_scheme = dlfcn
2404$shared_target= irix-shared
f944e784 2405$shared_cflag =
67d48c8c
BM
2406$shared_ldflag =
2407$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2408$ranlib =
042e57d5 2409$arflags =
7740a1c6
BM
2410
2411*** irix-gcc
2412$cc = gcc
96821ced 2413$cflags = -O3 -DTERMIOS -DB_ENDIAN
7740a1c6
BM
2414$unistd =
2415$thread_cflag = (unknown)
cf1b7d96 2416$sys_id =
7740a1c6 2417$lflags =
2dae04d0 2418$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR
14e21f86 2419$cpuid_obj =
7740a1c6
BM
2420$bn_obj =
2421$des_obj =
22edcae7 2422$aes_obj =
7740a1c6
BM
2423$bf_obj =
2424$md5_obj =
2425$sha1_obj =
2426$cast_obj =
2427$rc4_obj =
2428$rmd160_obj =
2429$rc5_obj =
0fbd4bf0 2430$wp_obj =
8224b0cb
RL
2431$dso_scheme = dlfcn
2432$shared_target= irix-shared
f944e784 2433$shared_cflag =
67d48c8c
BM
2434$shared_ldflag =
2435$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2436$ranlib =
042e57d5 2437$arflags =
7740a1c6
BM
2438
2439*** irix-mips3-cc
2440$cc = cc
1a0c1f90 2441$cflags = -n32 -mips3 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W
7740a1c6 2442$unistd =
dc434bbc 2443$thread_cflag = -D_SGI_MP_SOURCE
cf1b7d96 2444$sys_id =
7740a1c6 2445$lflags =
2dae04d0 2446$bn_ops = DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT
14e21f86 2447$cpuid_obj =
c5de8b2a 2448$bn_obj = bn-mips3.o
7740a1c6 2449$des_obj =
22edcae7 2450$aes_obj =
7740a1c6
BM
2451$bf_obj =
2452$md5_obj =
2453$sha1_obj =
2454$cast_obj =
2455$rc4_obj =
2456$rmd160_obj =
2457$rc5_obj =
0fbd4bf0 2458$wp_obj =
8224b0cb
RL
2459$dso_scheme = dlfcn
2460$shared_target= irix-shared
f944e784 2461$shared_cflag =
e725a966 2462$shared_ldflag = -n32
67d48c8c
BM
2463$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2464$ranlib =
042e57d5 2465$arflags =
7740a1c6
BM
2466
2467*** irix-mips3-gcc
2468$cc = gcc
c5de8b2a 2469$cflags = -mabi=n32 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
7740a1c6 2470$unistd =
b7efa56a 2471$thread_cflag = -D_SGI_MP_SOURCE
cf1b7d96 2472$sys_id =
b7efa56a
AP
2473$lflags =
2474$bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT
14e21f86 2475$cpuid_obj =
c5de8b2a 2476$bn_obj = bn-mips3.o
547bf7f9 2477$des_obj =
22edcae7 2478$aes_obj =
547bf7f9
GT
2479$bf_obj =
2480$md5_obj =
2481$sha1_obj =
2482$cast_obj =
2483$rc4_obj =
2484$rmd160_obj =
2485$rc5_obj =
0fbd4bf0 2486$wp_obj =
547bf7f9 2487$dso_scheme = dlfcn
b7efa56a
AP
2488$shared_target= irix-shared
2489$shared_cflag =
2490$shared_ldflag = -mabi=n32
44ea41cf
RL
2491$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2492$ranlib =
2493$arflags =
2494
b7efa56a
AP
2495*** irix64-mips4-cc
2496$cc = cc
2497$cflags = -64 -mips4 -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN -DBN_DIV3W
19c057da 2498$unistd =
b7efa56a 2499$thread_cflag = -D_SGI_MP_SOURCE
cf1b7d96 2500$sys_id =
b7efa56a
AP
2501$lflags =
2502$bn_ops = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
14e21f86 2503$cpuid_obj =
c5de8b2a 2504$bn_obj = bn-mips3.o
19c057da 2505$des_obj =
b7efa56a 2506$aes_obj =
19c057da
BM
2507$bf_obj =
2508$md5_obj =
b7efa56a 2509$sha1_obj =
19c057da 2510$cast_obj =
b7efa56a 2511$rc4_obj =
19c057da
BM
2512$rmd160_obj =
2513$rc5_obj =
0fbd4bf0 2514$wp_obj =
6d03b73e 2515$dso_scheme = dlfcn
b7efa56a
AP
2516$shared_target= irix-shared
2517$shared_cflag =
2518$shared_ldflag = -64
67d48c8c
BM
2519$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2520$ranlib =
042e57d5 2521$arflags =
19c057da 2522
b7efa56a
AP
2523*** irix64-mips4-gcc
2524$cc = gcc
c5de8b2a 2525$cflags = -mabi=64 -mips4 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
ce06265a 2526$unistd =
b7efa56a 2527$thread_cflag = -D_SGI_MP_SOURCE
ce06265a 2528$sys_id =
b7efa56a
AP
2529$lflags =
2530$bn_ops = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
14e21f86 2531$cpuid_obj =
c5de8b2a 2532$bn_obj = bn-mips3.o
ce06265a 2533$des_obj =
b7efa56a 2534$aes_obj =
ce06265a
DSH
2535$bf_obj =
2536$md5_obj =
b7efa56a 2537$sha1_obj =
ce06265a 2538$cast_obj =
b7efa56a 2539$rc4_obj =
ce06265a
DSH
2540$rmd160_obj =
2541$rc5_obj =
0fbd4bf0 2542$wp_obj =
ce06265a 2543$dso_scheme = dlfcn
b7efa56a
AP
2544$shared_target= irix-shared
2545$shared_cflag =
2546$shared_ldflag = -mabi=64
67d48c8c
BM
2547$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2548$ranlib =
042e57d5 2549$arflags =
9d07fd03 2550
b7efa56a
AP
2551*** linux-alpha+bwx-ccc
2552$cc = ccc
2553$cflags = -fast -readonly_strings -DL_ENDIAN -DTERMIO
7b224903
GT
2554$unistd =
2555$thread_cflag = -D_REENTRANT
cf1b7d96 2556$sys_id =
7b224903 2557$lflags =
b7efa56a 2558$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
14e21f86 2559$cpuid_obj =
7b224903
GT
2560$bn_obj =
2561$des_obj =
22edcae7 2562$aes_obj =
7b224903
GT
2563$bf_obj =
2564$md5_obj =
2565$sha1_obj =
2566$cast_obj =
2567$rc4_obj =
2568$rmd160_obj =
2569$rc5_obj =
0fbd4bf0 2570$wp_obj =
7b224903 2571$dso_scheme =
f944e784
RL
2572$shared_target=
2573$shared_cflag =
67d48c8c 2574$shared_ldflag =
a22fb399 2575$shared_extension =
0396479d 2576$ranlib =
042e57d5 2577$arflags =
7b224903 2578
b7efa56a 2579*** linux-alpha+bwx-gcc
7740a1c6 2580$cc = gcc
b7efa56a 2581$cflags = -O3 -DL_ENDIAN -DTERMIO
8224b0cb 2582$unistd =
ffa49dc3 2583$thread_cflag = -D_REENTRANT
cf1b7d96 2584$sys_id =
ffa49dc3 2585$lflags = -ldl
b7efa56a 2586$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
14e21f86 2587$cpuid_obj =
8224b0cb
RL
2588$bn_obj =
2589$des_obj =
22edcae7 2590$aes_obj =
8224b0cb
RL
2591$bf_obj =
2592$md5_obj =
2593$sha1_obj =
2594$cast_obj =
2595$rc4_obj =
2596$rmd160_obj =
2597$rc5_obj =
0fbd4bf0 2598$wp_obj =
ffa49dc3
BM
2599$dso_scheme = dlfcn
2600$shared_target= linux-shared
2601$shared_cflag = -fPIC
67d48c8c 2602$shared_ldflag =
ffa49dc3 2603$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 2604$ranlib =
042e57d5 2605$arflags =
8224b0cb 2606
b7efa56a
AP
2607*** linux-alpha-ccc
2608$cc = ccc
2609$cflags = -fast -readonly_strings -DL_ENDIAN -DTERMIO
7740a1c6 2610$unistd =
ffa49dc3 2611$thread_cflag = -D_REENTRANT
cf1b7d96 2612$sys_id =
b7efa56a
AP
2613$lflags =
2614$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
14e21f86 2615$cpuid_obj =
7740a1c6
BM
2616$bn_obj =
2617$des_obj =
22edcae7 2618$aes_obj =
7740a1c6
BM
2619$bf_obj =
2620$md5_obj =
2621$sha1_obj =
2622$cast_obj =
2623$rc4_obj =
2624$rmd160_obj =
2625$rc5_obj =
0fbd4bf0 2626$wp_obj =
b7efa56a
AP
2627$dso_scheme =
2628$shared_target=
2629$shared_cflag =
67d48c8c 2630$shared_ldflag =
b7efa56a 2631$shared_extension =
0396479d 2632$ranlib =
042e57d5 2633$arflags =
7740a1c6 2634
b7efa56a 2635*** linux-alpha-gcc
138d8ab0 2636$cc = gcc
b7efa56a 2637$cflags = -O3 -DL_ENDIAN -DTERMIO
138d8ab0
RL
2638$unistd =
2639$thread_cflag = -D_REENTRANT
2640$sys_id =
57a68b21 2641$lflags = -ldl
b7efa56a 2642$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL
14e21f86 2643$cpuid_obj =
138d8ab0
RL
2644$bn_obj =
2645$des_obj =
22edcae7 2646$aes_obj =
138d8ab0
RL
2647$bf_obj =
2648$md5_obj =
2649$sha1_obj =
2650$cast_obj =
2651$rc4_obj =
2652$rmd160_obj =
2653$rc5_obj =
0fbd4bf0 2654$wp_obj =
57a68b21
AP
2655$dso_scheme = dlfcn
2656$shared_target= linux-shared
2657$shared_cflag = -fPIC
67d48c8c 2658$shared_ldflag =
57a68b21 2659$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
138d8ab0 2660$ranlib =
042e57d5 2661$arflags =
138d8ab0 2662
b7efa56a
AP
2663*** linux-aout
2664$cc = gcc
a136862a 2665$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall
b7efa56a
AP
2666$unistd =
2667$thread_cflag = (unknown)
2668$sys_id =
2669$lflags =
2670$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
2671$cpuid_obj = x86cpuid-out.o
54f3d200 2672$bn_obj = bn86-out.o co86-out.o mo86-out.o
b7efa56a
AP
2673$des_obj = dx86-out.o yx86-out.o
2674$aes_obj = ax86-out.o
2675$bf_obj = bx86-out.o
2676$md5_obj = mx86-out.o
2677$sha1_obj = sx86-out.o s512sse2-out.o
2678$cast_obj = cx86-out.o
2679$rc4_obj = rx86-out.o
2680$rmd160_obj = rm86-out.o
2681$rc5_obj = r586-out.o
4c5e19b6 2682$wp_obj = wp_block.o w86mmx-out.o
b7efa56a
AP
2683$dso_scheme =
2684$shared_target=
2685$shared_cflag =
2686$shared_ldflag =
2687$shared_extension =
2688$ranlib =
2689$arflags =
2690
2691*** linux-elf
9d07fd03 2692$cc = gcc
b7efa56a 2693$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
9d07fd03
UM
2694$unistd =
2695$thread_cflag = -D_REENTRANT
2696$sys_id =
2697$lflags = -ldl
2698$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 2699$cpuid_obj = x86cpuid-elf.o
54f3d200 2700$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
2701$des_obj = dx86-elf.o yx86-elf.o
2702$aes_obj = ax86-elf.o
2703$bf_obj = bx86-elf.o
2704$md5_obj = mx86-elf.o
2705$sha1_obj = sx86-elf.o s512sse2-elf.o
2706$cast_obj = cx86-elf.o
2707$rc4_obj = rx86-elf.o
2708$rmd160_obj = rm86-elf.o
2709$rc5_obj = r586-elf.o
4c5e19b6 2710$wp_obj = wp_block.o w86mmx-elf.o
9d07fd03
UM
2711$dso_scheme = dlfcn
2712$shared_target= linux-shared
2713$shared_cflag = -fPIC
67d48c8c
BM
2714$shared_ldflag =
2715$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2716$ranlib =
042e57d5 2717$arflags =
9d07fd03 2718
b7efa56a 2719*** linux-generic32
7740a1c6 2720$cc = gcc
b7efa56a 2721$cflags = -DTERMIO -O3 -fomit-frame-pointer -Wall
7740a1c6 2722$unistd =
935a50e8 2723$thread_cflag = -D_REENTRANT
cf1b7d96 2724$sys_id =
07247321 2725$lflags = -ldl
b7efa56a 2726$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
14e21f86 2727$cpuid_obj =
b7efa56a 2728$bn_obj =
07247321 2729$des_obj =
22edcae7 2730$aes_obj =
07247321
RL
2731$bf_obj =
2732$md5_obj =
2733$sha1_obj =
2734$cast_obj =
2735$rc4_obj =
2736$rmd160_obj =
2737$rc5_obj =
0fbd4bf0 2738$wp_obj =
07247321
RL
2739$dso_scheme = dlfcn
2740$shared_target= linux-shared
2741$shared_cflag = -fPIC
67d48c8c
BM
2742$shared_ldflag =
2743$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2744$ranlib =
042e57d5 2745$arflags =
07247321 2746
b7efa56a 2747*** linux-generic64
dd558806 2748$cc = gcc
b7efa56a 2749$cflags = -DTERMIO -O3 -Wall
dd558806
AP
2750$unistd =
2751$thread_cflag = -D_REENTRANT
2752$sys_id =
2753$lflags = -ldl
b7efa56a 2754$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
14e21f86 2755$cpuid_obj =
b7efa56a 2756$bn_obj =
dd558806 2757$des_obj =
22edcae7 2758$aes_obj =
dd558806
AP
2759$bf_obj =
2760$md5_obj =
2761$sha1_obj =
2762$cast_obj =
2763$rc4_obj =
2764$rmd160_obj =
2765$rc5_obj =
0fbd4bf0 2766$wp_obj =
dd558806
AP
2767$dso_scheme = dlfcn
2768$shared_target= linux-shared
2769$shared_cflag = -fPIC
b7efa56a 2770$shared_ldflag =
8c5dfa4c 2771$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
dd558806
AP
2772$ranlib =
2773$arflags =
2774
b7efa56a
AP
2775*** linux-ia32-icc
2776$cc = icc
2777$cflags = -DL_ENDIAN -DTERMIO -O2 -no_cpprt
9d07fd03
UM
2778$unistd =
2779$thread_cflag = -D_REENTRANT
2780$sys_id =
2781$lflags = -ldl
2782$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 2783$cpuid_obj = x86cpuid-elf.o
54f3d200 2784$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
2785$des_obj = dx86-elf.o yx86-elf.o
2786$aes_obj = ax86-elf.o
2787$bf_obj = bx86-elf.o
2788$md5_obj = mx86-elf.o
2789$sha1_obj = sx86-elf.o s512sse2-elf.o
2790$cast_obj = cx86-elf.o
2791$rc4_obj = rx86-elf.o
2792$rmd160_obj = rm86-elf.o
2793$rc5_obj = r586-elf.o
4c5e19b6 2794$wp_obj = wp_block.o w86mmx-elf.o
9d07fd03
UM
2795$dso_scheme = dlfcn
2796$shared_target= linux-shared
b7efa56a 2797$shared_cflag = -KPIC
67d48c8c
BM
2798$shared_ldflag =
2799$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2800$ranlib =
042e57d5 2801$arflags =
9d07fd03 2802
b7efa56a 2803*** linux-ia64
07247321 2804$cc = gcc
b7efa56a 2805$cflags = -DL_ENDIAN -DTERMIO -O3 -Wall
07247321
RL
2806$unistd =
2807$thread_cflag = -D_REENTRANT
cf1b7d96 2808$sys_id =
456bc309 2809$lflags = -ldl
a7ad2afa
AP
2810$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT
2811$cpuid_obj = ia64cpuid.o
cbe52c31 2812$bn_obj = bn-ia64.o
7740a1c6 2813$des_obj =
67ea999d 2814$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
7740a1c6 2815$bf_obj =
a7ad2afa 2816$md5_obj = md5-ia64.o
67ea999d 2817$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
7740a1c6 2818$cast_obj =
67ea999d 2819$rc4_obj = rc4-ia64.o
b7efa56a
AP
2820$rmd160_obj =
2821$rc5_obj =
0fbd4bf0 2822$wp_obj =
b7efa56a
AP
2823$dso_scheme = dlfcn
2824$shared_target= linux-shared
2825$shared_cflag = -fPIC
2826$shared_ldflag =
2827$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2828$ranlib =
2829$arflags =
2830
2831*** linux-ia64-ecc
2832$cc = ecc
2833$cflags = -DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt
2834$unistd =
2835$thread_cflag = -D_REENTRANT
2836$sys_id =
2837$lflags = -ldl
a7ad2afa
AP
2838$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
2839$cpuid_obj = ia64cpuid.o
cbe52c31
AP
2840$bn_obj = bn-ia64.o
2841$des_obj =
2842$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
2843$bf_obj =
a7ad2afa 2844$md5_obj = md5-ia64.o
cbe52c31
AP
2845$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
2846$cast_obj =
2847$rc4_obj = rc4-ia64.o
2848$rmd160_obj =
2849$rc5_obj =
0fbd4bf0 2850$wp_obj =
cbe52c31
AP
2851$dso_scheme = dlfcn
2852$shared_target= linux-shared
2853$shared_cflag = -fPIC
2854$shared_ldflag =
2855$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2856$ranlib =
2857$arflags =
2858
2859*** linux-ia64-icc
2860$cc = icc
2861$cflags = -DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt
2862$unistd =
2863$thread_cflag = -D_REENTRANT
2864$sys_id =
2865$lflags = -ldl
a7ad2afa
AP
2866$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT
2867$cpuid_obj = ia64cpuid.o
cbe52c31 2868$bn_obj = bn-ia64.o
b7efa56a 2869$des_obj =
67ea999d 2870$aes_obj = aes_core.o aes_cbc.o aes-ia64.o
b7efa56a 2871$bf_obj =
a7ad2afa 2872$md5_obj = md5-ia64.o
67ea999d 2873$sha1_obj = sha1-ia64.o sha256-ia64.o sha512-ia64.o
b7efa56a 2874$cast_obj =
67ea999d 2875$rc4_obj = rc4-ia64.o
7740a1c6
BM
2876$rmd160_obj =
2877$rc5_obj =
0fbd4bf0 2878$wp_obj =
456bc309
RL
2879$dso_scheme = dlfcn
2880$shared_target= linux-shared
2881$shared_cflag = -fPIC
67d48c8c 2882$shared_ldflag =
456bc309 2883$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 2884$ranlib =
042e57d5 2885$arflags =
7740a1c6 2886
b7efa56a 2887*** linux-ppc
de2f6e4d 2888$cc = gcc
b7efa56a 2889$cflags = -DB_ENDIAN -DTERMIO -O3 -Wall
de2f6e4d
RL
2890$unistd =
2891$thread_cflag = -D_REENTRANT
2892$sys_id =
456bc309 2893$lflags = -ldl
b7efa56a 2894$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
14e21f86 2895$cpuid_obj =
67ea999d 2896$bn_obj = linux_ppc32.o
de2f6e4d 2897$des_obj =
22edcae7 2898$aes_obj =
de2f6e4d
RL
2899$bf_obj =
2900$md5_obj =
2901$sha1_obj =
2902$cast_obj =
2903$rc4_obj =
2904$rmd160_obj =
2905$rc5_obj =
0fbd4bf0 2906$wp_obj =
456bc309 2907$dso_scheme = dlfcn
de2f6e4d
RL
2908$shared_target= linux-shared
2909$shared_cflag = -fPIC
2910$shared_ldflag =
2911$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2912$ranlib =
042e57d5 2913$arflags =
de2f6e4d 2914
b7efa56a 2915*** linux-ppc64
7740a1c6 2916$cc = gcc
b7efa56a 2917$cflags = -bpowerpc64-linux -DB_ENDIAN -DTERMIO -O3 -Wall
7740a1c6
BM
2918$unistd =
2919$thread_cflag = -D_REENTRANT
cf1b7d96 2920$sys_id =
b7efa56a
AP
2921$lflags = -ldl
2922$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
14e21f86 2923$cpuid_obj =
67ea999d 2924$bn_obj = linux_ppc64.o
7740a1c6 2925$des_obj =
22edcae7 2926$aes_obj =
7740a1c6
BM
2927$bf_obj =
2928$md5_obj =
2929$sha1_obj =
2930$cast_obj =
2931$rc4_obj =
2932$rmd160_obj =
2933$rc5_obj =
0fbd4bf0 2934$wp_obj =
b7efa56a
AP
2935$dso_scheme = dlfcn
2936$shared_target= linux-shared
2937$shared_cflag = -fPIC
2938$shared_ldflag = -bpowerpc64-linux
2939$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 2940$ranlib =
042e57d5 2941$arflags =
7740a1c6 2942
96821ced 2943*** linux-sparcv8
7740a1c6 2944$cc = gcc
c89f31de 2945$cflags = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W
7740a1c6
BM
2946$unistd =
2947$thread_cflag = -D_REENTRANT
cf1b7d96 2948$sys_id =
0f829bd1 2949$lflags = -ldl
2dae04d0 2950$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 2951$cpuid_obj =
67ea999d
AP
2952$bn_obj = sparcv8.o
2953$des_obj = des_enc-sparc.o fcrypt_b.o
22edcae7 2954$aes_obj =
7740a1c6
BM
2955$bf_obj =
2956$md5_obj =
2957$sha1_obj =
2958$cast_obj =
2959$rc4_obj =
2960$rmd160_obj =
2961$rc5_obj =
0fbd4bf0 2962$wp_obj =
0f829bd1
RL
2963$dso_scheme = dlfcn
2964$shared_target= linux-shared
2965$shared_cflag = -fPIC
67d48c8c 2966$shared_ldflag =
0f829bd1 2967$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 2968$ranlib =
042e57d5 2969$arflags =
7740a1c6 2970
96821ced
BM
2971*** linux-sparcv9
2972$cc = gcc
3b4a0225 2973$cflags = -m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W
96821ced
BM
2974$unistd =
2975$thread_cflag = -D_REENTRANT
cf1b7d96 2976$sys_id = ULTRASPARC
0f829bd1 2977$lflags = -ldl
2dae04d0 2978$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
a00e414f
AP
2979$cpuid_obj = sparcv9cap.o sparccpuid.o
2980$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 2981$des_obj = des_enc-sparc.o fcrypt_b.o
064f6cb6 2982$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
96821ced 2983$bf_obj =
a00e414f 2984$md5_obj = md5-sparcv9.o
96821ced
BM
2985$sha1_obj =
2986$cast_obj =
2987$rc4_obj =
2988$rmd160_obj =
2989$rc5_obj =
0fbd4bf0 2990$wp_obj =
5b2d6ff0
GT
2991$dso_scheme = dlfcn
2992$shared_target= linux-shared
2993$shared_cflag = -fPIC
22edcae7 2994$shared_ldflag = -m32
17b226a6 2995$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
8cbccedf
RL
2996$ranlib =
2997$arflags =
2998
2999*** linux-x86_64
3000$cc = gcc
c89f31de 3001$cflags = -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int
8cbccedf
RL
3002$unistd =
3003$thread_cflag = -D_REENTRANT
3004$sys_id =
3005$lflags = -ldl
090e81d4 3006$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
5f1841cd 3007$cpuid_obj = x86_64cpuid.o
5ac7bde7 3008$bn_obj = x86_64-gcc.o x86_64-mont.o
8cbccedf 3009$des_obj =
a7ad2afa 3010$aes_obj = aes-x86_64.o
8cbccedf 3011$bf_obj =
73a94850 3012$md5_obj = md5-x86_64.o
612a9111 3013$sha1_obj = sha256-x86_64.o sha512-x86_64.o
8cbccedf 3014$cast_obj =
5f1841cd 3015$rc4_obj = rc4-x86_64.o
8cbccedf
RL
3016$rmd160_obj =
3017$rc5_obj =
4c5e19b6 3018$wp_obj = wp-x86_64.o
8cbccedf
RL
3019$dso_scheme = dlfcn
3020$shared_target= linux-shared
3021$shared_cflag = -fPIC
146e6776 3022$shared_ldflag = -m64
8cbccedf 3023$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
6d4ac67a
AP
3024$ranlib =
3025$arflags =
3026
3027*** linux64-sparcv9
3028$cc = gcc
c89f31de 3029$cflags = -m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
6d4ac67a
AP
3030$unistd =
3031$thread_cflag = -D_REENTRANT
3032$sys_id = ULTRASPARC
3033$lflags = -ldl
6df8c74d 3034$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
a00e414f
AP
3035$cpuid_obj = sparcv9cap.o sparccpuid.o
3036$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 3037$des_obj = des_enc-sparc.o fcrypt_b.o
064f6cb6 3038$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
6d4ac67a 3039$bf_obj =
67ea999d 3040$md5_obj = md5-sparcv9.o
6d4ac67a
AP
3041$sha1_obj =
3042$cast_obj =
3043$rc4_obj =
3044$rmd160_obj =
3045$rc5_obj =
0fbd4bf0 3046$wp_obj =
6d4ac67a
AP
3047$dso_scheme = dlfcn
3048$shared_target= linux-shared
3049$shared_cflag = -fPIC
3050$shared_ldflag = -m64
3051$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 3052$ranlib =
042e57d5 3053$arflags =
96821ced 3054
ce06265a
DSH
3055*** mingw
3056$cc = gcc
4f1c33b4 3057$cflags = -mno-cygwin -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall -D_WIN32_WINNT=0x333
ce06265a
DSH
3058$unistd =
3059$thread_cflag =
3060$sys_id = MINGW32
16420007 3061$lflags = -lwsock32 -lgdi32
a7b1c773 3062$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN
ec38ddc7 3063$cpuid_obj = x86cpuid-cof.o
54f3d200 3064$bn_obj = bn86-cof.o co86-cof.o mo86-cof.o
67ea999d
AP
3065$des_obj = dx86-cof.o yx86-cof.o
3066$aes_obj = ax86-cof.o
3067$bf_obj = bx86-cof.o
3068$md5_obj = mx86-cof.o
3069$sha1_obj = sx86-cof.o s512sse2-cof.o
3070$cast_obj = cx86-cof.o
3071$rc4_obj = rx86-cof.o
0abfd606 3072$rmd160_obj = rm86-cof.o
67ea999d 3073$rc5_obj = r586-cof.o
4c5e19b6 3074$wp_obj = wp_block.o w86mmx-cof.o
ce06265a 3075$dso_scheme = win32
ec38ddc7 3076$shared_target= cygwin-shared
51ff6bde 3077$shared_cflag = -D_WINDLL -DOPENSSL_USE_APPLINK
16420007 3078$shared_ldflag = -mno-cygwin -shared
4f1c33b4 3079$shared_extension = .dll.a
ce06265a
DSH
3080$ranlib =
3081$arflags =
3082
7740a1c6
BM
3083*** ncr-scde
3084$cc = cc
3085$cflags = -O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw
3086$unistd =
3087$thread_cflag = (unknown)
cf1b7d96 3088$sys_id =
06492aef 3089$lflags = -lsocket -lnsl -lc89
7740a1c6 3090$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3091$cpuid_obj =
7740a1c6
BM
3092$bn_obj =
3093$des_obj =
22edcae7 3094$aes_obj =
7740a1c6
BM
3095$bf_obj =
3096$md5_obj =
3097$sha1_obj =
3098$cast_obj =
3099$rc4_obj =
3100$rmd160_obj =
3101$rc5_obj =
0fbd4bf0 3102$wp_obj =
05e15b04 3103$dso_scheme =
f944e784
RL
3104$shared_target=
3105$shared_cflag =
67d48c8c 3106$shared_ldflag =
a22fb399 3107$shared_extension =
0396479d 3108$ranlib =
042e57d5 3109$arflags =
7740a1c6 3110
6ed474ca
GT
3111*** netware-clib
3112$cc = mwccnlm
3113$cflags =
3114$unistd =
3115$thread_cflag =
3116$sys_id =
cbe52c31
AP
3117$lflags =
3118$bn_ops = BN_LLONG RC4_INDEX MD2_INT
14e21f86 3119$cpuid_obj =
6ed474ca
GT
3120$bn_obj =
3121$des_obj =
22edcae7 3122$aes_obj =
6ed474ca
GT
3123$bf_obj =
3124$md5_obj =
3125$sha1_obj =
3126$cast_obj =
3127$rc4_obj =
3128$rmd160_obj =
3129$rc5_obj =
0fbd4bf0 3130$wp_obj =
6ed474ca
GT
3131$dso_scheme =
3132$shared_target=
3133$shared_cflag =
3134$shared_ldflag =
3135$shared_extension =
3136$ranlib =
3137$arflags =
3138
3139*** netware-libc
3140$cc = mwccnlm
3141$cflags =
3142$unistd =
3143$thread_cflag =
3144$sys_id =
cbe52c31
AP
3145$lflags =
3146$bn_ops = BN_LLONG RC4_INDEX MD2_INT
3147$cpuid_obj =
3148$bn_obj =
3149$des_obj =
3150$aes_obj =
3151$bf_obj =
3152$md5_obj =
3153$sha1_obj =
3154$cast_obj =
3155$rc4_obj =
3156$rmd160_obj =
3157$rc5_obj =
0fbd4bf0 3158$wp_obj =
cbe52c31
AP
3159$dso_scheme =
3160$shared_target=
3161$shared_cflag =
3162$shared_ldflag =
3163$shared_extension =
3164$ranlib =
3165$arflags =
3166
3167*** netware-libc-bsdsock
3168$cc = mwccnlm
3169$cflags =
3170$unistd =
3171$thread_cflag =
3172$sys_id =
3173$lflags =
3174$bn_ops = BN_LLONG RC4_INDEX MD2_INT
14e21f86 3175$cpuid_obj =
6ed474ca
GT
3176$bn_obj =
3177$des_obj =
22edcae7 3178$aes_obj =
6ed474ca
GT
3179$bf_obj =
3180$md5_obj =
3181$sha1_obj =
3182$cast_obj =
3183$rc4_obj =
3184$rmd160_obj =
3185$rc5_obj =
0fbd4bf0 3186$wp_obj =
6ed474ca
GT
3187$dso_scheme =
3188$shared_target=
3189$shared_cflag =
3190$shared_ldflag =
3191$shared_extension =
3192$ranlib =
3193$arflags =
3194
d28f7bc7
RL
3195*** netware-libc-gcc
3196$cc = i586-netware-gcc
3197$cflags = -nostdinc -I/ndk/libc/include -I/ndk/libc/include/winsock -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall
3198$unistd =
3199$thread_cflag =
3200$sys_id =
cbe52c31
AP
3201$lflags =
3202$bn_ops = BN_LLONG RC4_INDEX MD2_INT
14e21f86 3203$cpuid_obj =
d28f7bc7
RL
3204$bn_obj =
3205$des_obj =
22edcae7 3206$aes_obj =
d28f7bc7
RL
3207$bf_obj =
3208$md5_obj =
3209$sha1_obj =
3210$cast_obj =
3211$rc4_obj =
3212$rmd160_obj =
3213$rc5_obj =
0fbd4bf0 3214$wp_obj =
d28f7bc7
RL
3215$dso_scheme =
3216$shared_target=
3217$shared_cflag =
3218$shared_ldflag =
3219$shared_extension =
3220$ranlib =
3221$arflags =
3222
bda702ef
RL
3223*** newsos4-gcc
3224$cc = gcc
cf1b7d96 3225$cflags = -O -DB_ENDIAN
bda702ef
RL
3226$unistd =
3227$thread_cflag = (unknown)
cf1b7d96 3228$sys_id = NEWS4
bda702ef
RL
3229$lflags = -lmld -liberty
3230$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
14e21f86 3231$cpuid_obj =
bda702ef
RL
3232$bn_obj =
3233$des_obj =
22edcae7 3234$aes_obj =
bda702ef
RL
3235$bf_obj =
3236$md5_obj =
3237$sha1_obj =
3238$cast_obj =
3239$rc4_obj =
3240$rmd160_obj =
3241$rc5_obj =
0fbd4bf0 3242$wp_obj =
bda702ef
RL
3243$dso_scheme =
3244$shared_target=
3245$shared_cflag =
67d48c8c 3246$shared_ldflag =
a22fb399 3247$shared_extension =
0396479d 3248$ranlib =
042e57d5 3249$arflags =
bda702ef 3250
7740a1c6
BM
3251*** nextstep
3252$cc = cc
3253$cflags = -O -Wall
3254$unistd = <libc.h>
3255$thread_cflag = (unknown)
cf1b7d96 3256$sys_id =
7740a1c6
BM
3257$lflags =
3258$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3259$cpuid_obj =
7740a1c6
BM
3260$bn_obj =
3261$des_obj =
22edcae7 3262$aes_obj =
7740a1c6
BM
3263$bf_obj =
3264$md5_obj =
3265$sha1_obj =
3266$cast_obj =
3267$rc4_obj =
3268$rmd160_obj =
3269$rc5_obj =
0fbd4bf0 3270$wp_obj =
05e15b04 3271$dso_scheme =
f944e784
RL
3272$shared_target=
3273$shared_cflag =
67d48c8c 3274$shared_ldflag =
a22fb399 3275$shared_extension =
0396479d 3276$ranlib =
042e57d5 3277$arflags =
7740a1c6 3278
86b0c475
BM
3279*** nextstep3.3
3280$cc = cc
3281$cflags = -O3 -Wall
3282$unistd = <libc.h>
3283$thread_cflag = (unknown)
cf1b7d96 3284$sys_id =
86b0c475
BM
3285$lflags =
3286$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3287$cpuid_obj =
86b0c475
BM
3288$bn_obj =
3289$des_obj =
22edcae7 3290$aes_obj =
86b0c475
BM
3291$bf_obj =
3292$md5_obj =
3293$sha1_obj =
3294$cast_obj =
3295$rc4_obj =
3296$rmd160_obj =
3297$rc5_obj =
0fbd4bf0 3298$wp_obj =
05e15b04 3299$dso_scheme =
f944e784
RL
3300$shared_target=
3301$shared_cflag =
67d48c8c 3302$shared_ldflag =
a22fb399 3303$shared_extension =
0396479d 3304$ranlib =
042e57d5 3305$arflags =
86b0c475 3306
e85d67af 3307*** osf1-alpha-cc
22edcae7
AP
3308$cc = cc
3309$cflags = -std1 -tune host -O4 -readonly_strings
3310$unistd =
3311$thread_cflag = (unknown)
3312$sys_id =
3313$lflags =
3314$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK
14e21f86 3315$cpuid_obj =
22edcae7
AP
3316$bn_obj =
3317$des_obj =
3318$aes_obj =
3319$bf_obj =
3320$md5_obj =
3321$sha1_obj =
3322$cast_obj =
3323$rc4_obj =
3324$rmd160_obj =
3325$rc5_obj =
0fbd4bf0 3326$wp_obj =
22edcae7
AP
3327$dso_scheme = dlfcn
3328$shared_target= alpha-osf1-shared
3329$shared_cflag =
3330$shared_ldflag =
3331$shared_extension = .so
3332$ranlib =
3333$arflags =
3334
3335*** osf1-alpha-gcc
3336$cc = gcc
3337$cflags = -O3
3338$unistd =
3339$thread_cflag = (unknown)
3340$sys_id =
3341$lflags =
3342$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1
14e21f86 3343$cpuid_obj =
22edcae7
AP
3344$bn_obj =
3345$des_obj =
3346$aes_obj =
3347$bf_obj =
3348$md5_obj =
3349$sha1_obj =
3350$cast_obj =
3351$rc4_obj =
3352$rmd160_obj =
3353$rc5_obj =
0fbd4bf0 3354$wp_obj =
22edcae7
AP
3355$dso_scheme = dlfcn
3356$shared_target= alpha-osf1-shared
3357$shared_cflag =
3358$shared_ldflag =
3359$shared_extension = .so
3360$ranlib =
3361$arflags =
3362
7740a1c6
BM
3363*** purify
3364$cc = purify gcc
3365$cflags = -g -DPURIFY -Wall
3366$unistd =
3367$thread_cflag = (unknown)
cf1b7d96 3368$sys_id =
7740a1c6
BM
3369$lflags = -lsocket -lnsl
3370$bn_ops =
14e21f86 3371$cpuid_obj =
7740a1c6
BM
3372$bn_obj =
3373$des_obj =
22edcae7 3374$aes_obj =
7740a1c6
BM
3375$bf_obj =
3376$md5_obj =
3377$sha1_obj =
3378$cast_obj =
3379$rc4_obj =
3380$rmd160_obj =
3381$rc5_obj =
0fbd4bf0 3382$wp_obj =
05e15b04 3383$dso_scheme =
f944e784
RL
3384$shared_target=
3385$shared_cflag =
67d48c8c 3386$shared_ldflag =
a22fb399 3387$shared_extension =
0396479d 3388$ranlib =
042e57d5 3389$arflags =
7740a1c6 3390
a545c6f6
BM
3391*** qnx4
3392$cc = cc
3393$cflags = -DL_ENDIAN -DTERMIO
3394$unistd =
f5882ce7 3395$thread_cflag = (unknown)
cf1b7d96 3396$sys_id =
a545c6f6
BM
3397$lflags =
3398$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3399$cpuid_obj =
f5882ce7
BM
3400$bn_obj =
3401$des_obj =
22edcae7 3402$aes_obj =
f5882ce7
BM
3403$bf_obj =
3404$md5_obj =
3405$sha1_obj =
3406$cast_obj =
3407$rc4_obj =
3408$rmd160_obj =
3409$rc5_obj =
0fbd4bf0 3410$wp_obj =
a545c6f6
BM
3411$dso_scheme =
3412$shared_target=
3413$shared_cflag =
67d48c8c 3414$shared_ldflag =
a22fb399 3415$shared_extension =
0396479d 3416$ranlib =
042e57d5 3417$arflags =
a545c6f6 3418
6a9af68b
LJ
3419*** qnx6
3420$cc = cc
3421$cflags = -DL_ENDIAN -DTERMIOS
3422$unistd =
3423$thread_cflag = (unknown)
3424$sys_id =
3425$lflags = -lsocket
3426$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3427$cpuid_obj =
6a9af68b
LJ
3428$bn_obj =
3429$des_obj =
22edcae7 3430$aes_obj =
6a9af68b
LJ
3431$bf_obj =
3432$md5_obj =
3433$sha1_obj =
3434$cast_obj =
3435$rc4_obj =
3436$rmd160_obj =
3437$rc5_obj =
0fbd4bf0 3438$wp_obj =
6a9af68b
LJ
3439$dso_scheme =
3440$shared_target=
3441$shared_cflag =
67d48c8c 3442$shared_ldflag =
6a9af68b
LJ
3443$shared_extension =
3444$ranlib =
042e57d5 3445$arflags =
6a9af68b 3446
bcba6cc6
AP
3447*** rhapsody-ppc-cc
3448$cc = cc
3449$cflags = -O3 -DB_ENDIAN
3450$unistd =
3451$thread_cflag = (unknown)
c55d7591 3452$sys_id = MACOSX_RHAPSODY
bcba6cc6
AP
3453$lflags =
3454$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 3455$cpuid_obj =
bcba6cc6
AP
3456$bn_obj =
3457$des_obj =
22edcae7 3458$aes_obj =
bcba6cc6
AP
3459$bf_obj =
3460$md5_obj =
3461$sha1_obj =
3462$cast_obj =
3463$rc4_obj =
3464$rmd160_obj =
3465$rc5_obj =
0fbd4bf0 3466$wp_obj =
05e15b04 3467$dso_scheme =
f944e784
RL
3468$shared_target=
3469$shared_cflag =
67d48c8c 3470$shared_ldflag =
a22fb399 3471$shared_extension =
0396479d 3472$ranlib =
042e57d5 3473$arflags =
bcba6cc6 3474
7740a1c6
BM
3475*** sco5-cc
3476$cc = cc
de2f6e4d 3477$cflags = -belf
7740a1c6
BM
3478$unistd =
3479$thread_cflag = (unknown)
cf1b7d96 3480$sys_id =
a1d57849 3481$lflags = -lsocket -lnsl
7740a1c6 3482$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3483$cpuid_obj = x86cpuid-elf.o
54f3d200 3484$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
3485$des_obj = dx86-elf.o yx86-elf.o
3486$aes_obj = ax86-elf.o
3487$bf_obj = bx86-elf.o
3488$md5_obj = mx86-elf.o
3489$sha1_obj = sx86-elf.o s512sse2-elf.o
3490$cast_obj = cx86-elf.o
3491$rc4_obj = rx86-elf.o
3492$rmd160_obj = rm86-elf.o
3493$rc5_obj = r586-elf.o
4c5e19b6 3494$wp_obj = wp_block.o w86mmx-elf.o
de2f6e4d
RL
3495$dso_scheme = dlfcn
3496$shared_target= svr3-shared
3497$shared_cflag = -Kpic
67d48c8c 3498$shared_ldflag =
a1d57849 3499$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 3500$ranlib =
042e57d5 3501$arflags =
7740a1c6
BM
3502
3503*** sco5-gcc
3504$cc = gcc
3505$cflags = -O3 -fomit-frame-pointer
3506$unistd =
3507$thread_cflag = (unknown)
cf1b7d96 3508$sys_id =
a1d57849 3509$lflags = -lsocket -lnsl
7740a1c6 3510$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3511$cpuid_obj = x86cpuid-elf.o
54f3d200 3512$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
3513$des_obj = dx86-elf.o yx86-elf.o
3514$aes_obj = ax86-elf.o
3515$bf_obj = bx86-elf.o
3516$md5_obj = mx86-elf.o
3517$sha1_obj = sx86-elf.o s512sse2-elf.o
3518$cast_obj = cx86-elf.o
3519$rc4_obj = rx86-elf.o
3520$rmd160_obj = rm86-elf.o
3521$rc5_obj = r586-elf.o
4c5e19b6 3522$wp_obj = wp_block.o w86mmx-elf.o
de2f6e4d
RL
3523$dso_scheme = dlfcn
3524$shared_target= svr3-shared
3525$shared_cflag = -fPIC
67d48c8c 3526$shared_ldflag =
a1d57849 3527$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
0396479d 3528$ranlib =
042e57d5 3529$arflags =
7740a1c6 3530
96821ced 3531*** solaris-sparcv7-cc
7740a1c6 3532$cc = cc
96821ced 3533$cflags = -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
3534$unistd =
3535$thread_cflag = -D_REENTRANT
cf1b7d96 3536$sys_id =
05e15b04 3537$lflags = -lsocket -lnsl -ldl
2dae04d0 3538$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
14e21f86 3539$cpuid_obj =
96821ced 3540$bn_obj =
7740a1c6 3541$des_obj =
22edcae7 3542$aes_obj =
7740a1c6
BM
3543$bf_obj =
3544$md5_obj =
3545$sha1_obj =
3546$cast_obj =
3547$rc4_obj =
3548$rmd160_obj =
3549$rc5_obj =
0fbd4bf0 3550$wp_obj =
05e15b04 3551$dso_scheme = dlfcn
aa04f1d7
RL
3552$shared_target= solaris-shared
3553$shared_cflag = -KPIC
8861ba35 3554$shared_ldflag = -G -dy -z text
67d48c8c
BM
3555$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3556$ranlib =
042e57d5 3557$arflags =
7740a1c6 3558
96821ced 3559*** solaris-sparcv7-gcc
7740a1c6 3560$cc = gcc
96821ced 3561$cflags = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
3562$unistd =
3563$thread_cflag = -D_REENTRANT
cf1b7d96 3564$sys_id =
05e15b04 3565$lflags = -lsocket -lnsl -ldl
2dae04d0 3566$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 3567$cpuid_obj =
96821ced 3568$bn_obj =
7740a1c6 3569$des_obj =
22edcae7 3570$aes_obj =
7740a1c6
BM
3571$bf_obj =
3572$md5_obj =
3573$sha1_obj =
3574$cast_obj =
3575$rc4_obj =
3576$rmd160_obj =
3577$rc5_obj =
0fbd4bf0 3578$wp_obj =
05e15b04 3579$dso_scheme = dlfcn
b8a61e73 3580$shared_target= solaris-shared
aa04f1d7 3581$shared_cflag = -fPIC
146e6776 3582$shared_ldflag = -shared
67d48c8c
BM
3583$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3584$ranlib =
042e57d5 3585$arflags =
7740a1c6 3586
96821ced 3587*** solaris-sparcv8-cc
7740a1c6 3588$cc = cc
96821ced 3589$cflags = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
3590$unistd =
3591$thread_cflag = -D_REENTRANT
cf1b7d96 3592$sys_id =
05e15b04 3593$lflags = -lsocket -lnsl -ldl
2dae04d0 3594$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
14e21f86 3595$cpuid_obj =
67ea999d
AP
3596$bn_obj = sparcv8.o
3597$des_obj = des_enc-sparc.o fcrypt_b.o
22edcae7 3598$aes_obj =
96821ced
BM
3599$bf_obj =
3600$md5_obj =
3601$sha1_obj =
3602$cast_obj =
3603$rc4_obj =
3604$rmd160_obj =
3605$rc5_obj =
0fbd4bf0 3606$wp_obj =
05e15b04 3607$dso_scheme = dlfcn
aa04f1d7
RL
3608$shared_target= solaris-shared
3609$shared_cflag = -KPIC
8861ba35 3610$shared_ldflag = -G -dy -z text
67d48c8c
BM
3611$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3612$ranlib =
042e57d5 3613$arflags =
96821ced
BM
3614
3615*** solaris-sparcv8-gcc
3616$cc = gcc
3617$cflags = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
3618$unistd =
3619$thread_cflag = -D_REENTRANT
cf1b7d96 3620$sys_id =
05e15b04 3621$lflags = -lsocket -lnsl -ldl
2dae04d0 3622$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
14e21f86 3623$cpuid_obj =
67ea999d
AP
3624$bn_obj = sparcv8.o
3625$des_obj = des_enc-sparc.o fcrypt_b.o
22edcae7 3626$aes_obj =
7740a1c6
BM
3627$bf_obj =
3628$md5_obj =
3629$sha1_obj =
3630$cast_obj =
3631$rc4_obj =
3632$rmd160_obj =
3633$rc5_obj =
0fbd4bf0 3634$wp_obj =
05e15b04 3635$dso_scheme = dlfcn
b8a61e73 3636$shared_target= solaris-shared
aa04f1d7 3637$shared_cflag = -fPIC
146e6776 3638$shared_ldflag = -shared
67d48c8c
BM
3639$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3640$ranlib =
042e57d5 3641$arflags =
7740a1c6 3642
96821ced 3643*** solaris-sparcv9-cc
7740a1c6 3644$cc = cc
3b4a0225 3645$cflags = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
3646$unistd =
3647$thread_cflag = -D_REENTRANT
cf1b7d96 3648$sys_id = ULTRASPARC
05e15b04 3649$lflags = -lsocket -lnsl -ldl
2dae04d0 3650$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
a00e414f
AP
3651$cpuid_obj = sparcv9cap.o sparccpuid.o
3652$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 3653$des_obj = des_enc-sparc.o fcrypt_b.o
064f6cb6 3654$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
7740a1c6 3655$bf_obj =
a00e414f 3656$md5_obj = md5-sparcv9.o
7740a1c6
BM
3657$sha1_obj =
3658$cast_obj =
3659$rc4_obj =
3660$rmd160_obj =
3661$rc5_obj =
0fbd4bf0 3662$wp_obj =
05e15b04 3663$dso_scheme = dlfcn
aa04f1d7
RL
3664$shared_target= solaris-shared
3665$shared_cflag = -KPIC
8861ba35 3666$shared_ldflag = -G -dy -z text
67d48c8c
BM
3667$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3668$ranlib =
042e57d5 3669$arflags =
7740a1c6 3670
96821ced 3671*** solaris-sparcv9-gcc
7740a1c6 3672$cc = gcc
ac7b4261 3673$cflags = -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
7740a1c6
BM
3674$unistd =
3675$thread_cflag = -D_REENTRANT
cf1b7d96 3676$sys_id = ULTRASPARC
05e15b04 3677$lflags = -lsocket -lnsl -ldl
2dae04d0 3678$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
a00e414f
AP
3679$cpuid_obj = sparcv9cap.o sparccpuid.o
3680$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 3681$des_obj = des_enc-sparc.o fcrypt_b.o
064f6cb6 3682$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
7740a1c6 3683$bf_obj =
a00e414f 3684$md5_obj = md5-sparcv9.o
7740a1c6
BM
3685$sha1_obj =
3686$cast_obj =
3687$rc4_obj =
3688$rmd160_obj =
3689$rc5_obj =
0fbd4bf0 3690$wp_obj =
05e15b04 3691$dso_scheme = dlfcn
b8a61e73 3692$shared_target= solaris-shared
aa04f1d7 3693$shared_cflag = -fPIC
146e6776 3694$shared_ldflag = -shared
67d48c8c
BM
3695$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3696$ranlib =
042e57d5 3697$arflags =
7740a1c6 3698
9a310a5d
RL
3699*** solaris-x86-cc
3700$cc = cc
3701$cflags = -fast -O -Xa
3702$unistd =
3703$thread_cflag = -D_REENTRANT
3704$sys_id =
3705$lflags = -lsocket -lnsl -ldl
3706$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR
14e21f86 3707$cpuid_obj =
9a310a5d
RL
3708$bn_obj =
3709$des_obj =
22edcae7 3710$aes_obj =
9a310a5d
RL
3711$bf_obj =
3712$md5_obj =
3713$sha1_obj =
3714$cast_obj =
3715$rc4_obj =
3716$rmd160_obj =
3717$rc5_obj =
0fbd4bf0 3718$wp_obj =
9a310a5d
RL
3719$dso_scheme = dlfcn
3720$shared_target= solaris-shared
3721$shared_cflag = -KPIC
8861ba35 3722$shared_ldflag = -G -dy -z text
67d48c8c
BM
3723$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3724$ranlib =
042e57d5 3725$arflags =
9a310a5d 3726
7740a1c6
BM
3727*** solaris-x86-gcc
3728$cc = gcc
c5de8b2a 3729$cflags = -O3 -fomit-frame-pointer -march=pentium -Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM
7740a1c6
BM
3730$unistd =
3731$thread_cflag = -D_REENTRANT
cf1b7d96 3732$sys_id =
05e15b04 3733$lflags = -lsocket -lnsl -ldl
7740a1c6 3734$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 3735$cpuid_obj = x86cpuid-elf.o
54f3d200 3736$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
3737$des_obj = dx86-elf.o yx86-elf.o
3738$aes_obj = ax86-elf.o
3739$bf_obj = bx86-elf.o
3740$md5_obj = mx86-elf.o
3741$sha1_obj = sx86-elf.o s512sse2-elf.o
3742$cast_obj = cx86-elf.o
3743$rc4_obj = rx86-elf.o
3744$rmd160_obj = rm86-elf.o
3745$rc5_obj = r586-elf.o
4c5e19b6 3746$wp_obj = wp_block.o w86mmx-elf.o
05e15b04 3747$dso_scheme = dlfcn
b8a61e73 3748$shared_target= solaris-shared
aa04f1d7 3749$shared_cflag = -fPIC
146e6776 3750$shared_ldflag = -shared
67d48c8c
BM
3751$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3752$ranlib =
042e57d5 3753$arflags =
7740a1c6 3754
96821ced 3755*** solaris64-sparcv9-cc
7740a1c6 3756$cc = cc
3b4a0225 3757$cflags = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN
7740a1c6
BM
3758$unistd =
3759$thread_cflag = -D_REENTRANT
cf1b7d96 3760$sys_id = ULTRASPARC
05e15b04 3761$lflags = -lsocket -lnsl -ldl
6df8c74d 3762$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
a00e414f
AP
3763$cpuid_obj = sparcv9cap.o sparccpuid.o
3764$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 3765$des_obj = des_enc-sparc.o fcrypt_b.o
064f6cb6 3766$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
7740a1c6 3767$bf_obj =
67ea999d 3768$md5_obj = md5-sparcv9.o
7740a1c6
BM
3769$sha1_obj =
3770$cast_obj =
3771$rc4_obj =
3772$rmd160_obj =
3773$rc5_obj =
0fbd4bf0 3774$wp_obj =
05e15b04 3775$dso_scheme = dlfcn
aa04f1d7
RL
3776$shared_target= solaris-shared
3777$shared_cflag = -KPIC
8861ba35 3778$shared_ldflag = -xarch=v9 -G -dy -z text
67d48c8c
BM
3779$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3780$ranlib = /usr/ccs/bin/ar rs
042e57d5 3781$arflags =
7740a1c6 3782
ac7b4261
AP
3783*** solaris64-sparcv9-gcc
3784$cc = gcc
3785$cflags = -m64 -mcpu=ultrasparc -O3 -Wall -DB_ENDIAN
3786$unistd =
3787$thread_cflag = -D_REENTRANT
3788$sys_id = ULTRASPARC
3789$lflags = -lsocket -lnsl -ldl
6df8c74d 3790$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
a00e414f
AP
3791$cpuid_obj = sparcv9cap.o sparccpuid.o
3792$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
67ea999d 3793$des_obj = des_enc-sparc.o fcrypt_b.o
064f6cb6 3794$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o
0f829bd1 3795$bf_obj =
67ea999d 3796$md5_obj = md5-sparcv9.o
0f829bd1
RL
3797$sha1_obj =
3798$cast_obj =
3799$rc4_obj =
3800$rmd160_obj =
3801$rc5_obj =
0fbd4bf0 3802$wp_obj =
0f829bd1
RL
3803$dso_scheme = dlfcn
3804$shared_target= solaris-shared
3805$shared_cflag = -fPIC
146e6776 3806$shared_ldflag = -m64 -shared
0f829bd1
RL
3807$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3808$ranlib =
042e57d5 3809$arflags =
0f829bd1 3810
0abfd606
AP
3811*** solaris64-x86_64-cc
3812$cc = cc
3813$cflags = -fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN
3814$unistd =
3815$thread_cflag = -D_REENTRANT
3816$sys_id =
3817$lflags = -lsocket -lnsl -ldl
3818$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
3819$cpuid_obj =
3820$bn_obj =
3821$des_obj =
3822$aes_obj =
3823$bf_obj =
3824$md5_obj =
3825$sha1_obj =
3826$cast_obj =
3827$rc4_obj =
3828$rmd160_obj =
3829$rc5_obj =
0fbd4bf0 3830$wp_obj =
0abfd606
AP
3831$dso_scheme = dlfcn
3832$shared_target= solaris-shared
3833$shared_cflag = -KPIC
8861ba35 3834$shared_ldflag = -xarch=amd64 -G -dy -z text
0abfd606
AP
3835$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3836$ranlib =
3837$arflags =
3838
3839*** solaris64-x86_64-gcc
3840$cc = gcc
3841$cflags = -m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int
3842$unistd =
3843$thread_cflag = -D_REENTRANT
3844$sys_id =
3845$lflags = -lsocket -lnsl -ldl
3846$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK BF_PTR2 DES_INT DES_UNROLL
5f1841cd 3847$cpuid_obj = x86_64cpuid.o
5ac7bde7 3848$bn_obj = x86_64-gcc.o x86_64-mont.o
0abfd606 3849$des_obj =
a7ad2afa 3850$aes_obj = aes-x86_64.o
0abfd606 3851$bf_obj =
73a94850 3852$md5_obj = md5-x86_64.o
612a9111 3853$sha1_obj = sha256-x86_64.o sha512-x86_64.o
0abfd606 3854$cast_obj =
5f1841cd 3855$rc4_obj = rc4-x86_64.o
0abfd606
AP
3856$rmd160_obj =
3857$rc5_obj =
4c5e19b6 3858$wp_obj = wp-x86_64.o
0abfd606
AP
3859$dso_scheme = dlfcn
3860$shared_target= solaris-shared
3861$shared_cflag = -fPIC
3862$shared_ldflag = -m64 -shared -static-libgcc
3863$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3864$ranlib =
3865$arflags =
3866
7740a1c6
BM
3867*** sunos-gcc
3868$cc = gcc
87351c58 3869$cflags = -O3 -mv8 -Dssize_t=int
7740a1c6
BM
3870$unistd =
3871$thread_cflag = (unknown)
af67804b 3872$sys_id = SUNOS
1c4f90a0 3873$lflags =
2dae04d0 3874$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1
14e21f86 3875$cpuid_obj =
7740a1c6
BM
3876$bn_obj =
3877$des_obj =
22edcae7 3878$aes_obj =
7740a1c6
BM
3879$bf_obj =
3880$md5_obj =
3881$sha1_obj =
3882$cast_obj =
3883$rc4_obj =
3884$rmd160_obj =
3885$rc5_obj =
0fbd4bf0 3886$wp_obj =
05e15b04 3887$dso_scheme =
f944e784
RL
3888$shared_target=
3889$shared_cflag =
67d48c8c 3890$shared_ldflag =
a22fb399 3891$shared_extension =
0396479d 3892$ranlib =
042e57d5 3893$arflags =
7740a1c6 3894
af67804b
RL
3895*** tandem-c89
3896$cc = c89
3897$cflags = -Ww -D__TANDEM -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN
3898$unistd =
3899$thread_cflag = (unknown)
3900$sys_id =
3901$lflags =
3902$bn_ops = THIRTY_TWO_BIT
14e21f86 3903$cpuid_obj =
af67804b
RL
3904$bn_obj =
3905$des_obj =
22edcae7 3906$aes_obj =
af67804b
RL
3907$bf_obj =
3908$md5_obj =
3909$sha1_obj =
3910$cast_obj =
3911$rc4_obj =
3912$rmd160_obj =
3913$rc5_obj =
0fbd4bf0 3914$wp_obj =
af67804b
RL
3915$dso_scheme =
3916$shared_target=
3917$shared_cflag =
3918$shared_ldflag =
3919$shared_extension =
3920$ranlib =
3921$arflags =
3922
22edcae7
AP
3923*** tru64-alpha-cc
3924$cc = cc
3925$cflags = -std1 -tune host -fast -readonly_strings
3926$unistd =
3927$thread_cflag = -pthread
3928$sys_id =
3929$lflags =
3930$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK
14e21f86 3931$cpuid_obj =
22edcae7
AP
3932$bn_obj =
3933$des_obj =
3934$aes_obj =
3935$bf_obj =
3936$md5_obj =
3937$sha1_obj =
3938$cast_obj =
3939$rc4_obj =
3940$rmd160_obj =
3941$rc5_obj =
0fbd4bf0 3942$wp_obj =
22edcae7 3943$dso_scheme = dlfcn
f210eb7b 3944$shared_target= alpha-osf1-shared
22edcae7 3945$shared_cflag =
f210eb7b 3946$shared_ldflag = -msym
22edcae7
AP
3947$shared_extension = .so
3948$ranlib =
3949$arflags =
3950
7740a1c6
BM
3951*** ultrix-cc
3952$cc = cc
146e6776 3953$cflags = -std1 -O -Olimit 2500 -DL_ENDIAN
7740a1c6
BM
3954$unistd =
3955$thread_cflag = (unknown)
cf1b7d96 3956$sys_id =
7740a1c6
BM
3957$lflags =
3958$bn_ops =
14e21f86 3959$cpuid_obj =
7740a1c6
BM
3960$bn_obj =
3961$des_obj =
22edcae7 3962$aes_obj =
7740a1c6
BM
3963$bf_obj =
3964$md5_obj =
3965$sha1_obj =
3966$cast_obj =
3967$rc4_obj =
3968$rmd160_obj =
3969$rc5_obj =
0fbd4bf0 3970$wp_obj =
05e15b04 3971$dso_scheme =
f944e784
RL
3972$shared_target=
3973$shared_cflag =
67d48c8c 3974$shared_ldflag =
a22fb399 3975$shared_extension =
0396479d 3976$ranlib =
042e57d5 3977$arflags =
7740a1c6
BM
3978
3979*** ultrix-gcc
3980$cc = gcc
3981$cflags = -O3 -DL_ENDIAN
3982$unistd =
3983$thread_cflag = (unknown)
cf1b7d96 3984$sys_id =
7740a1c6 3985$lflags =
cbe52c31 3986$bn_ops = BN_LLONG
14e21f86 3987$cpuid_obj =
7740a1c6
BM
3988$bn_obj =
3989$des_obj =
22edcae7 3990$aes_obj =
7740a1c6
BM
3991$bf_obj =
3992$md5_obj =
3993$sha1_obj =
3994$cast_obj =
3995$rc4_obj =
3996$rmd160_obj =
3997$rc5_obj =
0fbd4bf0 3998$wp_obj =
05e15b04 3999$dso_scheme =
f944e784
RL
4000$shared_target=
4001$shared_cflag =
67d48c8c 4002$shared_ldflag =
a22fb399 4003$shared_extension =
0396479d 4004$ranlib =
042e57d5 4005$arflags =
7740a1c6
BM
4006
4007*** unixware-2.0
4008$cc = cc
cd72dcd9 4009$cflags = -DFILIO_H -DNO_STRINGS_H
7740a1c6 4010$unistd =
57b6534e 4011$thread_cflag = -Kthread
cf1b7d96 4012$sys_id =
cd72dcd9 4013$lflags = -lsocket -lnsl -lresolv -lx
7740a1c6 4014$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 4015$cpuid_obj =
7740a1c6
BM
4016$bn_obj =
4017$des_obj =
22edcae7 4018$aes_obj =
7740a1c6
BM
4019$bf_obj =
4020$md5_obj =
4021$sha1_obj =
4022$cast_obj =
4023$rc4_obj =
4024$rmd160_obj =
4025$rc5_obj =
0fbd4bf0 4026$wp_obj =
05e15b04 4027$dso_scheme =
f944e784
RL
4028$shared_target=
4029$shared_cflag =
67d48c8c 4030$shared_ldflag =
a22fb399 4031$shared_extension =
0396479d 4032$ranlib =
042e57d5 4033$arflags =
7740a1c6 4034
57b6534e
BM
4035*** unixware-2.1
4036$cc = cc
4037$cflags = -O -DFILIO_H
7740a1c6 4038$unistd =
57b6534e 4039$thread_cflag = -Kthread
cf1b7d96 4040$sys_id =
cd72dcd9 4041$lflags = -lsocket -lnsl -lresolv -lx
57b6534e 4042$bn_ops = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 4043$cpuid_obj =
57b6534e
BM
4044$bn_obj =
4045$des_obj =
22edcae7 4046$aes_obj =
57b6534e
BM
4047$bf_obj =
4048$md5_obj =
4049$sha1_obj =
4050$cast_obj =
4051$rc4_obj =
4052$rmd160_obj =
4053$rc5_obj =
0fbd4bf0 4054$wp_obj =
57b6534e
BM
4055$dso_scheme =
4056$shared_target=
4057$shared_cflag =
67d48c8c 4058$shared_ldflag =
57b6534e
BM
4059$shared_extension =
4060$ranlib =
042e57d5 4061$arflags =
57b6534e 4062
7bd3a580
RL
4063*** unixware-7
4064$cc = cc
4065$cflags = -O -DFILIO_H -Kalloca
4066$unistd =
4067$thread_cflag = -Kthread
cf1b7d96 4068$sys_id =
7bd3a580 4069$lflags = -lsocket -lnsl
7ef6e3fe 4070$bn_ops = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
14e21f86 4071$cpuid_obj = x86cpuid-elf.o
54f3d200 4072$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
4073$des_obj = dx86-elf.o yx86-elf.o
4074$aes_obj = ax86-elf.o
4075$bf_obj = bx86-elf.o
4076$md5_obj = mx86-elf.o
4077$sha1_obj = sx86-elf.o s512sse2-elf.o
4078$cast_obj = cx86-elf.o
4079$rc4_obj = rx86-elf.o
4080$rmd160_obj = rm86-elf.o
4081$rc5_obj = r586-elf.o
4c5e19b6 4082$wp_obj = wp_block.o w86mmx-elf.o
aa4c2de1
LJ
4083$dso_scheme = dlfcn
4084$shared_target= svr5-shared
4085$shared_cflag = -Kpic
67d48c8c
BM
4086$shared_ldflag =
4087$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4088$ranlib =
042e57d5 4089$arflags =
7ef6e3fe 4090
c5571db0
BM
4091*** unixware-7-gcc
4092$cc = gcc
14cc0aaf 4093$cflags = -DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=pentium -Wall
c5571db0
BM
4094$unistd =
4095$thread_cflag = -D_REENTRANT
4096$sys_id =
4097$lflags = -lsocket -lnsl
4098$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
14e21f86 4099$cpuid_obj = x86cpuid-elf.o
54f3d200 4100$bn_obj = bn86-elf.o co86-elf.o mo86-elf.o
67ea999d
AP
4101$des_obj = dx86-elf.o yx86-elf.o
4102$aes_obj = ax86-elf.o
4103$bf_obj = bx86-elf.o
4104$md5_obj = mx86-elf.o
4105$sha1_obj = sx86-elf.o s512sse2-elf.o
4106$cast_obj = cx86-elf.o
4107$rc4_obj = rx86-elf.o
4108$rmd160_obj = rm86-elf.o
4109$rc5_obj = r586-elf.o
4c5e19b6 4110$wp_obj = wp_block.o w86mmx-elf.o
c5571db0
BM
4111$dso_scheme = dlfcn
4112$shared_target= gnu-shared
4113$shared_cflag = -fPIC
67d48c8c
BM
4114$shared_ldflag =
4115$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4116$ranlib =
042e57d5 4117$arflags =
c5571db0 4118
d28f7bc7
RL
4119*** vos-gcc
4120$cc = gcc
c5de8b2a 4121$cflags = -O3 -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -DB_ENDIAN
d28f7bc7
RL
4122$unistd =
4123$thread_cflag = (unknown)
4124$sys_id = VOS
4125$lflags = -Wl,-map
4126$bn_ops = BN_LLONG
14e21f86 4127$cpuid_obj =
d28f7bc7
RL
4128$bn_obj =
4129$des_obj =
22edcae7 4130$aes_obj =
d28f7bc7
RL
4131$bf_obj =
4132$md5_obj =
4133$sha1_obj =
4134$cast_obj =
4135$rc4_obj =
4136$rmd160_obj =
4137$rc5_obj =
0fbd4bf0 4138$wp_obj =
d28f7bc7
RL
4139$dso_scheme =
4140$shared_target=
4141$shared_cflag =
22edcae7
AP
4142$shared_ldflag =
4143$shared_extension = .so
d28f7bc7
RL
4144$ranlib =
4145$arflags =
4146
66b82f5a
GT
4147*** vxworks-mipsle
4148$cc = ccmips
4149$cflags = -B$(WIND_BASE)/host/$(WIND_HOST_TYPE)/lib/gcc-lib/ -DL_ENDIAN -EL -Wl,-EL -mips2 -mno-branch-likely -G 0 -fno-builtin -msoft-float -DCPU=MIPS32 -DMIPSEL -DNO_STRINGS_H -I$(WIND_BASE)/target/h
4150$unistd =
4151$thread_cflag =
4152$sys_id = VXWORKS
4153$lflags = -r
4154$bn_ops =
14e21f86 4155$cpuid_obj =
66b82f5a
GT
4156$bn_obj =
4157$des_obj =
22edcae7 4158$aes_obj =
66b82f5a
GT
4159$bf_obj =
4160$md5_obj =
4161$sha1_obj =
4162$cast_obj =
4163$rc4_obj =
4164$rmd160_obj =
4165$rc5_obj =
0fbd4bf0 4166$wp_obj =
66b82f5a
GT
4167$dso_scheme =
4168$shared_target=
4169$shared_cflag =
4170$shared_ldflag =
4171$shared_extension =
4172$ranlib = ranlibmips
4173$arflags =
4174
5b2d6ff0
GT
4175*** vxworks-ppc405
4176$cc = ccppc
4177$cflags = -g -msoft-float -mlongcall -DCPU=PPC405 -I$(WIND_BASE)/target/h
4178$unistd =
4179$thread_cflag =
4180$sys_id = VXWORKS
4181$lflags = -r
4182$bn_ops =
14e21f86 4183$cpuid_obj =
5b2d6ff0
GT
4184$bn_obj =
4185$des_obj =
22edcae7 4186$aes_obj =
5b2d6ff0
GT
4187$bf_obj =
4188$md5_obj =
4189$sha1_obj =
4190$cast_obj =
4191$rc4_obj =
4192$rmd160_obj =
4193$rc5_obj =
0fbd4bf0 4194$wp_obj =
5b2d6ff0
GT
4195$dso_scheme =
4196$shared_target=
4197$shared_cflag =
4198$shared_ldflag =
4199$shared_extension =
4200$ranlib =
042e57d5 4201$arflags =
c55d7591
RL
4202
4203*** vxworks-ppc750
4204$cc = ccppc
4205$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)
4206$unistd =
4207$thread_cflag =
4208$sys_id = VXWORKS
4209$lflags = -r
4210$bn_ops =
14e21f86 4211$cpuid_obj =
c55d7591
RL
4212$bn_obj =
4213$des_obj =
22edcae7 4214$aes_obj =
c55d7591
RL
4215$bf_obj =
4216$md5_obj =
4217$sha1_obj =
4218$cast_obj =
4219$rc4_obj =
4220$rmd160_obj =
4221$rc5_obj =
0fbd4bf0 4222$wp_obj =
c55d7591
RL
4223$dso_scheme =
4224$shared_target=
4225$shared_cflag =
4226$shared_ldflag =
4227$shared_extension =
4228$ranlib =
4229$arflags =
4230
4231*** vxworks-ppc750-debug
4232$cc = ccppc
4233$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
4234$unistd =
4235$thread_cflag =
4236$sys_id = VXWORKS
4237$lflags = -r
4238$bn_ops =
14e21f86 4239$cpuid_obj =
c55d7591
RL
4240$bn_obj =
4241$des_obj =
22edcae7 4242$aes_obj =
c55d7591
RL
4243$bf_obj =
4244$md5_obj =
4245$sha1_obj =
4246$cast_obj =
4247$rc4_obj =
4248$rmd160_obj =
4249$rc5_obj =
0fbd4bf0 4250$wp_obj =
c55d7591
RL
4251$dso_scheme =
4252$shared_target=
4253$shared_cflag =
4254$shared_ldflag =
4255$shared_extension =
4256$ranlib =
4257$arflags =
057a0439
RL
4258
4259*** vxworks-ppc860
4260$cc = ccppc
66b82f5a 4261$cflags = -nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I$(WIND_BASE)/target/h
057a0439
RL
4262$unistd =
4263$thread_cflag =
4264$sys_id = VXWORKS
4265$lflags = -r
4266$bn_ops =
14e21f86 4267$cpuid_obj =
057a0439
RL
4268$bn_obj =
4269$des_obj =
22edcae7 4270$aes_obj =
057a0439
RL
4271$bf_obj =
4272$md5_obj =
4273$sha1_obj =
4274$cast_obj =
4275$rc4_obj =
4276$rmd160_obj =
4277$rc5_obj =
0fbd4bf0 4278$wp_obj =
057a0439
RL
4279$dso_scheme =
4280$shared_target=
4281$shared_cflag =
4282$shared_ldflag =
4283$shared_extension =
4284$ranlib =
4285$arflags =