TABLE 131.2 KB
Newer Older
A
Andy Polyakov 已提交
1
Output of `Configure TABLE':
2 3 4 5 6

*** BC-32
$cc           = bcc32
$cflags       = 
$unistd       = 
7
$thread_cflag = 
8
$sys_id       = WIN32
9
$lflags       = 
R
Richard Levitte 已提交
10
$bn_ops       = BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN
11
$cpuid_obj    = 
12 13
$bn_obj       = 
$des_obj      = 
14
$aes_obj      = 
15 16 17 18 19 20 21
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
22
$wp_obj       = 
23
$cmll_obj     = 
A
Andy Polyakov 已提交
24
$perlasm_scheme = void
B
Bodo Möller 已提交
25
$dso_scheme   = win32
R
Richard Levitte 已提交
26 27
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
28
$shared_ldflag = 
29
$shared_extension = 
30
$ranlib       = 
R
Richard Levitte 已提交
31
$arflags      = 
32
$multilib     = 
33 34 35

*** BS2000-OSD
$cc           = c89
36
$cflags       = -O -XLLML -XLLMK -XL -DB_ENDIAN -DTERMIOS -DCHARSET_EBCDIC
37 38
$unistd       = 
$thread_cflag = (unknown)
39
$sys_id       = 
40 41
$lflags       = -lsocket -lnsl
$bn_ops       = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
42
$cpuid_obj    = 
43 44
$bn_obj       = 
$des_obj      = 
45
$aes_obj      = 
46 47 48 49 50 51 52
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
53
$wp_obj       = 
54
$cmll_obj     = 
A
Andy Polyakov 已提交
55
$perlasm_scheme = 
B
Bodo Möller 已提交
56
$dso_scheme   = 
R
Richard Levitte 已提交
57 58
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
59
$shared_ldflag = 
60
$shared_extension = 
61
$ranlib       = 
R
Richard Levitte 已提交
62
$arflags      = 
63
$multilib     = 
64

65
*** BSD-generic32
B
Bodo Möller 已提交
66
$cc           = gcc
67
$cflags       = -DTERMIOS -O3 -fomit-frame-pointer -Wall
B
Bodo Möller 已提交
68
$unistd       = 
69 70
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
$sys_id       = 
B
Bodo Möller 已提交
71
$lflags       = 
72
$bn_ops       = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL
73
$cpuid_obj    = 
B
Bodo Möller 已提交
74 75
$bn_obj       = 
$des_obj      = 
76
$aes_obj      = 
B
Bodo Möller 已提交
77 78 79 80 81 82 83
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
84
$wp_obj       = 
85
$cmll_obj     = 
A
Andy Polyakov 已提交
86
$perlasm_scheme = void
87 88 89
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
90
$shared_ldflag = 
91
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
92
$ranlib       = 
R
Richard Levitte 已提交
93
$arflags      = 
94
$multilib     = 
95

96
*** BSD-generic64
97
$cc           = gcc
98
$cflags       = -DTERMIOS -O3 -Wall
99
$unistd       = 
100
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
101
$sys_id       = 
102
$lflags       = 
103
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
104
$cpuid_obj    = 
105 106
$bn_obj       = 
$des_obj      = 
107
$aes_obj      = 
108 109 110 111 112 113 114
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
115
$wp_obj       = 
116
$cmll_obj     = 
A
Andy Polyakov 已提交
117
$perlasm_scheme = void
118 119 120
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
121 122 123
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
124
$arflags      = 
125
$multilib     = 
126

127
*** BSD-ia64
B
Bodo Möller 已提交
128
$cc           = gcc
129
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -Wall
B
Bodo Möller 已提交
130
$unistd       = 
131
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
B
Bodo Möller 已提交
132 133
$sys_id       = 
$lflags       = 
134
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT
A
Andy Polyakov 已提交
135
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
136
$bn_obj       = bn-ia64.o
B
Bodo Möller 已提交
137
$des_obj      = 
138
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
B
Bodo Möller 已提交
139
$bf_obj       = 
A
Andy Polyakov 已提交
140
$md5_obj      = md5-ia64.o
141
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
B
Bodo Möller 已提交
142
$cast_obj     = 
143
$rc4_obj      = rc4-ia64.o rc4_skey.o
B
Bodo Möller 已提交
144 145
$rmd160_obj   = 
$rc5_obj      = 
146
$wp_obj       = 
147
$cmll_obj     = 
A
Andy Polyakov 已提交
148
$perlasm_scheme = void
B
Bodo Möller 已提交
149 150 151 152 153 154 155
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
156
$multilib     = 
B
Bodo Möller 已提交
157

158
*** BSD-sparc64
R
Richard Levitte 已提交
159
$cc           = gcc
160
$cflags       = -DB_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall
R
Richard Levitte 已提交
161
$unistd       = 
162
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
R
Richard Levitte 已提交
163 164
$sys_id       = 
$lflags       = 
165
$bn_ops       = BN_LLONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR
166 167
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
168
$des_obj      = des_enc-sparc.o fcrypt_b.o
169
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
R
Richard Levitte 已提交
170
$bf_obj       = 
171
$md5_obj      = 
A
Andy Polyakov 已提交
172
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
R
Richard Levitte 已提交
173 174 175 176
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
177
$wp_obj       = 
178
$cmll_obj     = 
A
Andy Polyakov 已提交
179
$perlasm_scheme = void
R
Richard Levitte 已提交
180 181 182 183 184 185 186
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
187
$multilib     = 
R
Richard Levitte 已提交
188

189
*** BSD-sparcv8
190
$cc           = gcc
191
$cflags       = -DB_ENDIAN -DTERMIOS -O3 -mv8 -Wall
192
$unistd       = 
193
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
194
$sys_id       = 
195
$lflags       = 
196
$bn_ops       = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL
197
$cpuid_obj    = 
198 199
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
200
$aes_obj      = 
201 202 203 204 205 206 207
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
208
$wp_obj       = 
209
$cmll_obj     = 
A
Andy Polyakov 已提交
210
$perlasm_scheme = void
211 212 213
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
214 215 216
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
217
$arflags      = 
218
$multilib     = 
219

220
*** BSD-x86
221
$cc           = gcc
222
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall
223
$unistd       = 
224
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
225
$sys_id       = 
226
$lflags       = 
227
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
228 229 230
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
231
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
232 233 234 235 236 237 238 239
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
240
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
241
$perlasm_scheme = a.out
242
$dso_scheme   = dlfcn
243
$shared_target= bsd-shared
244
$shared_cflag = -fPIC
B
Bodo Möller 已提交
245 246 247
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
248
$arflags      = 
249
$multilib     = 
250

251
*** BSD-x86-elf
252
$cc           = gcc
253
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -Wall
254
$unistd       = 
255
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
256
$sys_id       = 
257 258
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
259 260 261
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
262
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
263 264 265 266 267 268 269 270
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
271
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
272
$perlasm_scheme = elf
273
$dso_scheme   = dlfcn
274
$shared_target= bsd-shared
275
$shared_cflag = -fPIC
B
Bodo Möller 已提交
276 277 278
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
279
$arflags      = 
280
$multilib     = 
281

282
*** BSD-x86_64
R
Richard Levitte 已提交
283
$cc           = gcc
284
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -DMD32_REG_T=int -Wall
R
Richard Levitte 已提交
285
$unistd       = 
286
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
R
Richard Levitte 已提交
287 288
$sys_id       = 
$lflags       = 
289
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
290
$cpuid_obj    = x86_64cpuid.o
291
$bn_obj       = x86_64-gcc.o x86_64-mont.o
R
Richard Levitte 已提交
292
$des_obj      = 
A
Andy Polyakov 已提交
293
$aes_obj      = aes-x86_64.o aesni-x86_64.o
R
Richard Levitte 已提交
294
$bf_obj       = 
295
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
296
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
R
Richard Levitte 已提交
297
$cast_obj     = 
298
$rc4_obj      = rc4-x86_64.o
299 300
$rmd160_obj   = 
$rc5_obj      = 
301
$wp_obj       = wp-x86_64.o
302
$cmll_obj     = cmll-x86_64.o cmll_misc.o
303
$perlasm_scheme = elf
304 305 306
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
307 308 309
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
310
$arflags      = 
311
$multilib     = 
312

313
*** Cygwin
314
$cc           = gcc
315
$cflags       = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
316
$unistd       = 
317 318
$thread_cflag = 
$sys_id       = CYGWIN32
319
$lflags       = 
320
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
321 322 323
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
324
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
325 326 327 328 329 330 331 332
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
333
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
334
$perlasm_scheme = coff
335
$dso_scheme   = dlfcn
336
$shared_target= cygwin-shared
337
$shared_cflag = -D_WINDLL
338
$shared_ldflag = -shared
339
$shared_extension = .dll.a
B
Bodo Möller 已提交
340
$ranlib       = 
R
Richard Levitte 已提交
341
$arflags      = 
342
$multilib     = 
343

344
*** Cygwin-pre1.3
345
$cc           = gcc
346
$cflags       = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall
347 348
$unistd       = 
$thread_cflag = (unknown)
349
$sys_id       = CYGWIN32
350
$lflags       = 
351
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
352
$cpuid_obj    = 
353 354
$bn_obj       = 
$des_obj      = 
355
$aes_obj      = 
356 357 358 359 360 361 362
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
363
$wp_obj       = 
364
$cmll_obj     = 
A
Andy Polyakov 已提交
365
$perlasm_scheme = void
366 367 368
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
369
$shared_ldflag = 
370
$shared_extension = 
B
Bodo Möller 已提交
371
$ranlib       = 
R
Richard Levitte 已提交
372
$arflags      = 
373
$multilib     = 
374

375
*** DJGPP
376
$cc           = gcc
A
Andy Polyakov 已提交
377
$cflags       = -I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall
378
$unistd       = 
379 380 381
$thread_cflag = 
$sys_id       = MSDOS
$lflags       = -L/dev/env/WATT_ROOT/lib -lwatt
382
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
383 384 385
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
386
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
387 388 389 390 391 392 393 394
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
395
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
396
$perlasm_scheme = a.out
397 398 399
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
400
$shared_ldflag = 
401
$shared_extension = 
402
$ranlib       = 
R
Richard Levitte 已提交
403
$arflags      = 
404
$multilib     = 
405

406
*** MPE/iX-gcc
407
$cc           = gcc
408
$cflags       = -D_ENDIAN -DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB
409 410
$unistd       = 
$thread_cflag = (unknown)
411 412 413
$sys_id       = MPE
$lflags       = -L/SYSLOG/PUB -lsyslog -lsocket -lcurses
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
414
$cpuid_obj    = 
415 416
$bn_obj       = 
$des_obj      = 
417
$aes_obj      = 
418 419 420 421 422 423 424
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
425
$wp_obj       = 
426
$cmll_obj     = 
A
Andy Polyakov 已提交
427
$perlasm_scheme = 
428 429 430
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
431
$shared_ldflag = 
432
$shared_extension = 
433
$ranlib       = 
R
Richard Levitte 已提交
434
$arflags      = 
435
$multilib     = 
436

437
*** OS2-EMX
438
$cc           = gcc
439
$cflags       = 
440
$unistd       = 
441
$thread_cflag = 
442 443
$sys_id       = 
$lflags       = 
444
$bn_ops       = 
445
$cpuid_obj    = 
446 447
$bn_obj       = 
$des_obj      = 
448
$aes_obj      = 
449 450 451 452 453 454 455
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
456
$wp_obj       = 
457
$cmll_obj     = 
A
Andy Polyakov 已提交
458
$perlasm_scheme = 
459 460 461
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
462
$shared_ldflag = 
463
$shared_extension = 
464
$ranlib       = 
R
Richard Levitte 已提交
465
$arflags      = 
466
$multilib     = 
467

468 469 470
*** OS390-Unix
$cc           = c89.sh
$cflags       = -O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H  -D_ALL_SOURCE
471 472 473 474
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
475
$bn_ops       = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR
476
$cpuid_obj    = 
477 478
$bn_obj       = 
$des_obj      = 
479
$aes_obj      = 
480 481 482 483 484 485 486
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
487
$wp_obj       = 
488
$cmll_obj     = 
A
Andy Polyakov 已提交
489
$perlasm_scheme = 
490 491 492
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
493
$shared_ldflag = 
494
$shared_extension = 
495
$ranlib       = 
R
Richard Levitte 已提交
496
$arflags      = 
497
$multilib     = 
498

D
Dr. Stephen Henson 已提交
499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560
*** QNX6
$cc           = gcc
$cflags       = -DTERMIOS
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = -lsocket
$bn_ops       = 
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = void
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

*** QNX6-i386
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = -lsocket
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o aesni-x86.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
$cmll_obj     = cmll-x86.o
$perlasm_scheme = elf
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

561 562
*** ReliantUNIX
$cc           = cc
563
$cflags       = -KPIC -g -DTERMIOS -DB_ENDIAN
564 565
$unistd       = 
$thread_cflag = -Kthread
566
$sys_id       = SNI
567 568
$lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
$bn_ops       = BN_LLONG DES_PTR DES_RISC2 DES_UNROLL BF_PTR
569
$cpuid_obj    = 
570 571
$bn_obj       = 
$des_obj      = 
572
$aes_obj      = 
573 574 575 576 577 578 579
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
580
$wp_obj       = 
581
$cmll_obj     = 
A
Andy Polyakov 已提交
582
$perlasm_scheme = void
R
Richard Levitte 已提交
583 584
$dso_scheme   = dlfcn
$shared_target= reliantunix-shared
R
Richard Levitte 已提交
585
$shared_cflag = 
586 587
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
588
$ranlib       = 
R
Richard Levitte 已提交
589
$arflags      = 
590
$multilib     = 
591 592 593

*** SINIX
$cc           = cc
594
$cflags       = -O
595 596
$unistd       = 
$thread_cflag = (unknown)
597
$sys_id       = SNI
598 599
$lflags       = -lsocket -lnsl -lc -L/usr/ucblib -lucb
$bn_ops       = RC4_INDEX RC4_CHAR
600
$cpuid_obj    = 
601 602
$bn_obj       = 
$des_obj      = 
603
$aes_obj      = 
604 605 606 607 608 609 610
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
611
$wp_obj       = 
612
$cmll_obj     = 
A
Andy Polyakov 已提交
613
$perlasm_scheme = 
B
Bodo Möller 已提交
614
$dso_scheme   = 
R
Richard Levitte 已提交
615 616
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
617
$shared_ldflag = 
618
$shared_extension = 
619
$ranlib       = 
R
Richard Levitte 已提交
620
$arflags      = 
621
$multilib     = 
622 623 624 625 626 627

*** SINIX-N
$cc           = /usr/ucb/cc
$cflags       = -O2 -misaligned
$unistd       = 
$thread_cflag = (unknown)
628
$sys_id       = 
629 630
$lflags       = -lucb
$bn_ops       = RC4_INDEX RC4_CHAR
631
$cpuid_obj    = 
632 633
$bn_obj       = 
$des_obj      = 
634
$aes_obj      = 
635 636 637 638 639 640 641
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
642
$wp_obj       = 
643
$cmll_obj     = 
A
Andy Polyakov 已提交
644
$perlasm_scheme = 
B
Bodo Möller 已提交
645
$dso_scheme   = 
R
Richard Levitte 已提交
646 647
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
648
$shared_ldflag = 
649
$shared_extension = 
650
$ranlib       = 
R
Richard Levitte 已提交
651
$arflags      = 
652
$multilib     = 
653

654 655 656 657 658 659 660 661
*** UWIN
$cc           = cc
$cflags       = -DTERMIOS -DL_ENDIAN -O -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = UWIN
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
662
$cpuid_obj    = 
663 664
$bn_obj       = 
$des_obj      = 
665
$aes_obj      = 
666 667 668 669 670 671 672
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
673
$wp_obj       = 
674
$cmll_obj     = 
A
Andy Polyakov 已提交
675
$perlasm_scheme = void
676 677 678 679 680 681
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
682
$arflags      = 
683
$multilib     = 
684

R
Richard Levitte 已提交
685 686 687 688 689 690 691 692
*** VC-CE
$cc           = cl
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = WINCE
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
693
$cpuid_obj    = 
R
Richard Levitte 已提交
694 695
$bn_obj       = 
$des_obj      = 
696
$aes_obj      = 
R
Richard Levitte 已提交
697 698 699 700 701 702 703
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
704
$wp_obj       = 
705
$cmll_obj     = 
A
Andy Polyakov 已提交
706
$perlasm_scheme = void
R
Richard Levitte 已提交
707 708 709 710 711 712 713
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
714
$multilib     = 
R
Richard Levitte 已提交
715

716
*** VC-WIN32
717
$cc           = cl
D
Dr. Stephen Henson 已提交
718
$cflags       = -W3 -WX -Gs0 -GF -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE
719
$unistd       = 
720
$thread_cflag = 
721
$sys_id       = WIN32
722
$lflags       = 
723
$bn_ops       = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
724 725 726
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
727
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
728 729 730 731 732 733 734 735
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
736
$cmll_obj     = cmll-x86.o
737
$perlasm_scheme = win32n
738
$dso_scheme   = win32
R
Richard Levitte 已提交
739 740
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
741
$shared_ldflag = 
742
$shared_extension = 
743
$ranlib       = 
R
Richard Levitte 已提交
744
$arflags      = 
745
$multilib     = 
746

747
*** VC-WIN64A
748
$cc           = cl
D
Dr. Stephen Henson 已提交
749
$cflags       = -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE
750
$unistd       = 
751 752
$thread_cflag = 
$sys_id       = WIN64A
753
$lflags       = 
754
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
755 756
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = bn_asm.o x86_64-mont.o
757
$des_obj      = 
A
Andy Polyakov 已提交
758
$aes_obj      = aes-x86_64.o aesni-x86_64.o
759
$bf_obj       = 
760 761
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
762
$cast_obj     = 
763
$rc4_obj      = rc4-x86_64.o
764 765
$rmd160_obj   = 
$rc5_obj      = 
766
$wp_obj       = wp-x86_64.o
767 768
$cmll_obj     = cmll-x86_64.o cmll_misc.o
$perlasm_scheme = auto
769
$dso_scheme   = win32
R
Richard Levitte 已提交
770 771
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
772
$shared_ldflag = 
773
$shared_extension = 
774
$ranlib       = 
R
Richard Levitte 已提交
775
$arflags      = 
776
$multilib     = 
777

778
*** VC-WIN64I
779
$cc           = cl
D
Dr. Stephen Henson 已提交
780
$cflags       = -W3 -Gs0 -Gy -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE
781
$unistd       = 
782
$thread_cflag = 
783
$sys_id       = WIN64I
784
$lflags       = 
785
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
786 787
$cpuid_obj    = ia64cpuid.o
$bn_obj       = ia64.o
788
$des_obj      = 
789
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
790
$bf_obj       = 
791 792
$md5_obj      = md5-ia64.o
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
793 794 795 796
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
797
$wp_obj       = 
798
$cmll_obj     = 
799
$perlasm_scheme = ias
B
Bodo Möller 已提交
800
$dso_scheme   = win32
R
Richard Levitte 已提交
801 802
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
803
$shared_ldflag = 
804
$shared_extension = 
805
$ranlib       = 
R
Richard Levitte 已提交
806
$arflags      = 
807
$multilib     = 
808 809 810

*** aix-cc
$cc           = cc
A
Andy Polyakov 已提交
811
$cflags       = -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst
812
$unistd       = 
A
Andy Polyakov 已提交
813
$thread_cflag = -qthreaded
814
$sys_id       = AIX
815 816
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
A
Andy Polyakov 已提交
817 818
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
819
$des_obj      = 
A
Andy Polyakov 已提交
820
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
821 822
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
823
$sha1_obj     = sha1-ppc.o sha256-ppc.o
824 825 826 827
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
828
$wp_obj       = 
829
$cmll_obj     = 
A
Andy Polyakov 已提交
830
$perlasm_scheme = aix32
831 832
$dso_scheme   = dlfcn
$shared_target= aix-shared
R
Richard Levitte 已提交
833
$shared_cflag = 
A
Andy Polyakov 已提交
834
$shared_ldflag = -q32 -G
835
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
836
$ranlib       = 
837
$arflags      = -X 32
838
$multilib     = 
839 840 841

*** aix-gcc
$cc           = gcc
842
$cflags       = -O -DB_ENDIAN
843
$unistd       = 
A
Andy Polyakov 已提交
844
$thread_cflag = -pthread
845
$sys_id       = AIX
846 847
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
A
Andy Polyakov 已提交
848 849
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
850
$des_obj      = 
A
Andy Polyakov 已提交
851
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
852 853
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
854
$sha1_obj     = sha1-ppc.o sha256-ppc.o
855 856 857 858
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
859
$wp_obj       = 
860
$cmll_obj     = 
A
Andy Polyakov 已提交
861
$perlasm_scheme = aix32
862
$dso_scheme   = dlfcn
863
$shared_target= aix-shared
R
Richard Levitte 已提交
864
$shared_cflag = 
A
Andy Polyakov 已提交
865
$shared_ldflag = -shared -Wl,-G
866
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
867
$ranlib       = 
A
Andy Polyakov 已提交
868
$arflags      = -X32
869
$multilib     = 
870

A
Andy Polyakov 已提交
871
*** aix3-cc
B
Update.  
Bodo Möller 已提交
872
$cc           = cc
873
$cflags       = -O -DB_ENDIAN -qmaxmem=16384
B
Update.  
Bodo Möller 已提交
874 875
$unistd       = 
$thread_cflag = (unknown)
A
Andy Polyakov 已提交
876
$sys_id       = AIX
R
Richard Levitte 已提交
877 878
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR
879
$cpuid_obj    = 
A
Andy Polyakov 已提交
880
$bn_obj       = 
B
Update.  
Bodo Möller 已提交
881
$des_obj      = 
882
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
883 884 885 886 887 888
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
R
Richard Levitte 已提交
889
$rc5_obj      = 
890
$wp_obj       = 
891
$cmll_obj     = 
A
Andy Polyakov 已提交
892
$perlasm_scheme = 
A
Andy Polyakov 已提交
893 894
$dso_scheme   = 
$shared_target= 
B
Update.  
Bodo Möller 已提交
895
$shared_cflag = 
B
Bodo Möller 已提交
896
$shared_ldflag = 
A
Andy Polyakov 已提交
897
$shared_extension = 
B
Update.  
Bodo Möller 已提交
898
$ranlib       = 
R
Richard Levitte 已提交
899
$arflags      = 
900
$multilib     = 
B
Update.  
Bodo Möller 已提交
901

R
Richard Levitte 已提交
902 903
*** aix64-cc
$cc           = cc
A
Andy Polyakov 已提交
904
$cflags       = -q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst
R
Richard Levitte 已提交
905
$unistd       = 
A
Andy Polyakov 已提交
906
$thread_cflag = -qthreaded
907
$sys_id       = AIX
R
Richard Levitte 已提交
908 909
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR
A
Andy Polyakov 已提交
910 911
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
R
Richard Levitte 已提交
912
$des_obj      = 
A
Andy Polyakov 已提交
913
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
914 915
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
916
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
R
Richard Levitte 已提交
917 918 919 920
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
921
$wp_obj       = 
922
$cmll_obj     = 
A
Andy Polyakov 已提交
923
$perlasm_scheme = aix64
R
Richard Levitte 已提交
924
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
925
$shared_target= aix-shared
R
Richard Levitte 已提交
926
$shared_cflag = 
A
Andy Polyakov 已提交
927
$shared_ldflag = -q64 -G
R
Richard Levitte 已提交
928
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
929 930
$ranlib       = 
$arflags      = -X 64
931
$multilib     = 
B
Update.  
Bodo Möller 已提交
932

A
Andy Polyakov 已提交
933 934
*** aix64-gcc
$cc           = gcc
A
Andy Polyakov 已提交
935
$cflags       = -maix64 -O -DB_ENDIAN
A
Andy Polyakov 已提交
936
$unistd       = 
A
Andy Polyakov 已提交
937
$thread_cflag = -pthread
A
Andy Polyakov 已提交
938 939 940
$sys_id       = AIX
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR
A
Andy Polyakov 已提交
941 942
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
A
Andy Polyakov 已提交
943
$des_obj      = 
A
Andy Polyakov 已提交
944
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
A
Andy Polyakov 已提交
945 946
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
947
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
A
Andy Polyakov 已提交
948 949 950 951
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
952
$wp_obj       = 
953
$cmll_obj     = 
A
Andy Polyakov 已提交
954
$perlasm_scheme = aix64
A
Andy Polyakov 已提交
955
$dso_scheme   = dlfcn
956
$shared_target= aix-shared
A
Andy Polyakov 已提交
957
$shared_cflag = 
A
Andy Polyakov 已提交
958
$shared_ldflag = -maix64 -shared -Wl,-G
959
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
A
Andy Polyakov 已提交
960 961
$ranlib       = 
$arflags      = -X64
962
$multilib     = 
A
Andy Polyakov 已提交
963

R
Richard Levitte 已提交
964 965 966 967 968 969 970 971
*** aux3-gcc
$cc           = gcc
$cflags       = -O2 -DTERMIO
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = AUX
$lflags       = -lbsd
$bn_ops       = RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
972
$cpuid_obj    = 
R
Richard Levitte 已提交
973 974
$bn_obj       = 
$des_obj      = 
975
$aes_obj      = 
R
Richard Levitte 已提交
976 977 978 979 980 981 982
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
983
$wp_obj       = 
984
$cmll_obj     = 
A
Andy Polyakov 已提交
985
$perlasm_scheme = 
R
Richard Levitte 已提交
986 987 988 989 990 991 992
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
993
$multilib     = 
R
Richard Levitte 已提交
994

R
Richard Levitte 已提交
995 996 997 998 999 1000 1001 1002
*** beos-x86-bone
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = BEOS
$lflags       = -lbe -lbind -lsocket
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1003 1004 1005
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1006
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1007 1008 1009 1010 1011 1012 1013 1014
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1015
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1016
$perlasm_scheme = elf
R
Richard Levitte 已提交
1017 1018 1019 1020 1021 1022 1023
$dso_scheme   = beos
$shared_target= beos-shared
$shared_cflag = -fPIC
$shared_ldflag = -shared
$shared_extension = .so
$ranlib       = 
$arflags      = 
1024
$multilib     = 
R
Richard Levitte 已提交
1025 1026 1027 1028 1029 1030 1031 1032 1033

*** beos-x86-r5
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -mcpu=pentium -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = BEOS
$lflags       = -lbe -lnet
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1034 1035 1036
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1037
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1038 1039 1040 1041 1042 1043 1044 1045
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1046
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1047
$perlasm_scheme = elf
R
Richard Levitte 已提交
1048 1049 1050 1051 1052 1053 1054
$dso_scheme   = beos
$shared_target= beos-shared
$shared_cflag = -fPIC -DPIC
$shared_ldflag = -shared
$shared_extension = .so
$ranlib       = 
$arflags      = 
1055
$multilib     = 
R
Richard Levitte 已提交
1056

1057 1058
*** bsdi-elf-gcc
$cc           = gcc
1059
$cflags       = -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall
1060 1061
$unistd       = 
$thread_cflag = (unknown)
1062
$sys_id       = 
B
Update.  
Bodo Möller 已提交
1063
$lflags       = -ldl
1064
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1065 1066 1067
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1068
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1069 1070 1071 1072 1073 1074 1075 1076
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1077
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1078
$perlasm_scheme = elf
1079 1080 1081
$dso_scheme   = dlfcn
$shared_target= bsd-gcc-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1082 1083 1084
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1085
$arflags      = 
1086
$multilib     = 
1087 1088 1089 1090 1091 1092

*** cc
$cc           = cc
$cflags       = -O
$unistd       = 
$thread_cflag = (unknown)
1093
$sys_id       = 
1094 1095
$lflags       = 
$bn_ops       = 
1096
$cpuid_obj    = 
1097 1098
$bn_obj       = 
$des_obj      = 
1099
$aes_obj      = 
1100 1101 1102 1103 1104 1105 1106
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1107
$wp_obj       = 
1108
$cmll_obj     = 
A
Andy Polyakov 已提交
1109
$perlasm_scheme = 
B
Bodo Möller 已提交
1110
$dso_scheme   = 
R
Richard Levitte 已提交
1111 1112
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1113
$shared_ldflag = 
1114
$shared_extension = 
1115
$ranlib       = 
R
Richard Levitte 已提交
1116
$arflags      = 
1117
$multilib     = 
1118

1119
*** cray-j90
1120 1121 1122 1123
$cc           = cc
$cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
$unistd       = 
$thread_cflag = (unknown)
1124
$sys_id       = CRAY
1125
$lflags       = 
1126
$bn_ops       = SIXTY_FOUR_BIT_LONG DES_INT
1127
$cpuid_obj    = 
1128 1129
$bn_obj       = 
$des_obj      = 
1130
$aes_obj      = 
1131 1132 1133 1134 1135 1136 1137
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1138
$wp_obj       = 
1139
$cmll_obj     = 
A
Andy Polyakov 已提交
1140
$perlasm_scheme = 
B
Bodo Möller 已提交
1141
$dso_scheme   = 
R
Richard Levitte 已提交
1142 1143
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1144
$shared_ldflag = 
1145
$shared_extension = 
1146
$ranlib       = 
R
Richard Levitte 已提交
1147
$arflags      = 
1148
$multilib     = 
1149

1150
*** cray-t3e
1151 1152 1153 1154
$cc           = cc
$cflags       = -DBIT_FIELD_LIMITS -DTERMIOS
$unistd       = 
$thread_cflag = (unknown)
1155
$sys_id       = CRAY
1156
$lflags       = 
1157
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
1158
$cpuid_obj    = 
1159 1160
$bn_obj       = 
$des_obj      = 
1161
$aes_obj      = 
1162 1163 1164 1165 1166 1167 1168
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1169
$wp_obj       = 
1170
$cmll_obj     = 
A
Andy Polyakov 已提交
1171
$perlasm_scheme = 
B
Bodo Möller 已提交
1172
$dso_scheme   = 
R
Richard Levitte 已提交
1173 1174
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1175
$shared_ldflag = 
1176
$shared_extension = 
1177
$ranlib       = 
R
Richard Levitte 已提交
1178
$arflags      = 
1179
$multilib     = 
1180 1181 1182

*** darwin-i386-cc
$cc           = cc
A
Andy Polyakov 已提交
1183
$cflags       = -arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN
1184
$unistd       = 
B
update  
Bodo Möller 已提交
1185
$thread_cflag = -D_REENTRANT
1186
$sys_id       = MACOSX
A
Andy Polyakov 已提交
1187
$lflags       = -Wl,-search_paths_first%
1188
$bn_ops       = BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1189 1190 1191
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1192
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1193 1194 1195 1196 1197 1198 1199 1200
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1201
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1202
$perlasm_scheme = macosx
A
Andy Polyakov 已提交
1203
$dso_scheme   = dlfcn
1204
$shared_target= darwin-shared
A
Andy Polyakov 已提交
1205
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1206
$shared_ldflag = -arch i386 -dynamiclib
1207
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
1208
$ranlib       = 
R
Richard Levitte 已提交
1209
$arflags      = 
1210
$multilib     = 
1211

B
update  
Bodo Möller 已提交
1212 1213
*** darwin-ppc-cc
$cc           = cc
A
Andy Polyakov 已提交
1214
$cflags       = -arch ppc -O3 -DB_ENDIAN
B
update  
Bodo Möller 已提交
1215
$unistd       = 
B
update  
Bodo Möller 已提交
1216
$thread_cflag = -D_REENTRANT
1217
$sys_id       = MACOSX
1218
$lflags       = -Wl,-search_paths_first%
B
update  
Bodo Möller 已提交
1219
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1220 1221
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
B
update  
Bodo Möller 已提交
1222
$des_obj      = 
A
Andy Polyakov 已提交
1223
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
B
update  
Bodo Möller 已提交
1224 1225
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1226
$sha1_obj     = sha1-ppc.o sha256-ppc.o
B
update  
Bodo Möller 已提交
1227 1228 1229 1230
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1231
$wp_obj       = 
1232
$cmll_obj     = 
A
Andy Polyakov 已提交
1233
$perlasm_scheme = osx32
A
Andy Polyakov 已提交
1234
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1235
$shared_target= darwin-shared
1236
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1237
$shared_ldflag = -arch ppc -dynamiclib
1238
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
1239
$ranlib       = 
R
Richard Levitte 已提交
1240
$arflags      = 
1241
$multilib     = 
B
update  
Bodo Möller 已提交
1242

R
Richard Levitte 已提交
1243 1244
*** darwin64-ppc-cc
$cc           = cc
A
Andy Polyakov 已提交
1245
$cflags       = -arch ppc64 -O3 -DB_ENDIAN
R
Richard Levitte 已提交
1246 1247 1248
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
1249
$lflags       = -Wl,-search_paths_first%
R
Richard Levitte 已提交
1250
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1251 1252
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
R
Richard Levitte 已提交
1253
$des_obj      = 
A
Andy Polyakov 已提交
1254
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
1255 1256
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1257
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
R
Richard Levitte 已提交
1258 1259 1260 1261 1262
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
1263
$cmll_obj     = 
A
Andy Polyakov 已提交
1264
$perlasm_scheme = osx64
R
Richard Levitte 已提交
1265 1266 1267
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
A
Andy Polyakov 已提交
1268 1269 1270 1271
$shared_ldflag = -arch ppc64 -dynamiclib
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1272
$multilib     = 
A
Andy Polyakov 已提交
1273 1274 1275

*** darwin64-x86_64-cc
$cc           = cc
1276
$cflags       = -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall
A
Andy Polyakov 已提交
1277 1278 1279 1280
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
$lflags       = -Wl,-search_paths_first%
D
Dr. Stephen Henson 已提交
1281
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL
1282 1283
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
A
Andy Polyakov 已提交
1284
$des_obj      = 
A
Andy Polyakov 已提交
1285
$aes_obj      = aes-x86_64.o aesni-x86_64.o
A
Andy Polyakov 已提交
1286
$bf_obj       = 
1287 1288
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
A
Andy Polyakov 已提交
1289
$cast_obj     = 
1290
$rc4_obj      = rc4-x86_64.o
A
Andy Polyakov 已提交
1291 1292
$rmd160_obj   = 
$rc5_obj      = 
1293
$wp_obj       = wp-x86_64.o
1294
$cmll_obj     = cmll-x86_64.o cmll_misc.o
1295
$perlasm_scheme = macosx
A
Andy Polyakov 已提交
1296 1297 1298 1299
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
$shared_ldflag = -arch x86_64 -dynamiclib
R
Richard Levitte 已提交
1300 1301 1302
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1303
$multilib     = 
R
Richard Levitte 已提交
1304

1305 1306
*** debug
$cc           = gcc
1307
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror
1308 1309
$unistd       = 
$thread_cflag = (unknown)
1310
$sys_id       = 
1311 1312
$lflags       = -lefence
$bn_ops       = 
1313
$cpuid_obj    = 
1314 1315
$bn_obj       = 
$des_obj      = 
1316
$aes_obj      = 
1317 1318 1319 1320 1321 1322 1323
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1324
$wp_obj       = 
1325
$cmll_obj     = 
A
Andy Polyakov 已提交
1326
$perlasm_scheme = 
B
Bodo Möller 已提交
1327
$dso_scheme   = 
R
Richard Levitte 已提交
1328 1329
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1330
$shared_ldflag = 
1331
$shared_extension = 
1332
$ranlib       = 
R
Richard Levitte 已提交
1333
$arflags      = 
1334
$multilib     = 
1335

B
Bodo Möller 已提交
1336 1337 1338 1339 1340 1341 1342 1343
*** debug-BSD-x86-elf
$cc           = gcc
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -Wall -g
$unistd       = 
$thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1344 1345 1346
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1347
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1348 1349 1350 1351 1352 1353 1354 1355
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1356
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1357
$perlasm_scheme = elf
B
Bodo Möller 已提交
1358 1359 1360 1361 1362 1363 1364
$dso_scheme   = dlfcn
$shared_target= bsd-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1365
$multilib     = 
B
Bodo Möller 已提交
1366

1367 1368 1369 1370 1371 1372 1373 1374
*** debug-Cygwin
$cc           = gcc
$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
$unistd       = 
$thread_cflag = 
$sys_id       = CYGWIN32
$lflags       = 
$bn_ops       = 
1375
$cpuid_obj    = 
1376
$bn_obj       = 
1377 1378 1379
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
1380 1381
$md5_obj      = 
$sha1_obj     = 
1382
$cast_obj     = 
1383 1384 1385
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1386
$wp_obj       = 
1387
$cmll_obj     = 
A
Andy Polyakov 已提交
1388
$perlasm_scheme = void
1389
$dso_scheme   = dlfcn
1390
$shared_target= cygwin-shared
1391
$shared_cflag = -D_WINDLL
1392
$shared_ldflag = -shared
1393
$shared_extension = .dll.a
1394 1395
$ranlib       = 
$arflags      = 
1396
$multilib     = 
1397

D
Dr. Stephen Henson 已提交
1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428
*** debug-VC-WIN32
$cc           = cl
$cflags       = -W3 -WX -Gs0 -GF -Gy -Zi -nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE
$unistd       = 
$thread_cflag = 
$sys_id       = WIN32
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
$aes_obj      = aes-586.o aesni-x86.o
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
$cmll_obj     = cmll-x86.o
$perlasm_scheme = win32n
$dso_scheme   = win32
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
$multilib     = 

1429 1430
*** debug-ben
$cc           = gcc
1431
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DPEDANTIC -DDEBUG_SAFESTACK -O2 -pedantic -Wall -Wshadow -Werror -pipe
1432 1433
$unistd       = 
$thread_cflag = (unknown)
1434
$sys_id       = 
1435 1436
$lflags       = 
$bn_ops       = 
1437
$cpuid_obj    = 
1438
$bn_obj       = bn86-elf.o co86-elf.o
1439
$des_obj      = 
1440
$aes_obj      = 
1441 1442 1443 1444 1445 1446 1447
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1448
$wp_obj       = 
1449
$cmll_obj     = 
A
Andy Polyakov 已提交
1450
$perlasm_scheme = 
B
Bodo Möller 已提交
1451
$dso_scheme   = 
R
Richard Levitte 已提交
1452 1453
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1454
$shared_ldflag = 
1455
$shared_extension = 
1456
$ranlib       = 
R
Richard Levitte 已提交
1457
$arflags      = 
1458
$multilib     = 
1459 1460 1461

*** debug-ben-debug
$cc           = gcc
1462
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -DBN_DEBUG -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -g3 -O2 -pipe
1463 1464
$unistd       = 
$thread_cflag = (unknown)
1465
$sys_id       = 
1466 1467
$lflags       = 
$bn_ops       = 
1468
$cpuid_obj    = 
1469 1470
$bn_obj       = 
$des_obj      = 
1471
$aes_obj      = 
1472 1473 1474 1475 1476 1477 1478
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1479
$wp_obj       = 
1480
$cmll_obj     = 
A
Andy Polyakov 已提交
1481
$perlasm_scheme = 
B
Bodo Möller 已提交
1482
$dso_scheme   = 
R
Richard Levitte 已提交
1483 1484
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1485
$shared_ldflag = 
1486
$shared_extension = 
1487
$ranlib       = 
R
Richard Levitte 已提交
1488
$arflags      = 
1489
$multilib     = 
1490

1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519
*** debug-ben-no-opt
$cc           = gcc
$cflags       = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG -Werror -DL_ENDIAN -DTERMIOS -Wall -g3
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = 
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
1520
$multilib     = 
1521

1522 1523 1524 1525 1526 1527 1528 1529
*** debug-ben-openbsd
$cc           = gcc
$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
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = 
1530
$cpuid_obj    = 
1531 1532
$bn_obj       = 
$des_obj      = 
1533
$aes_obj      = 
1534 1535 1536 1537 1538 1539 1540
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1541
$wp_obj       = 
1542
$cmll_obj     = 
A
Andy Polyakov 已提交
1543
$perlasm_scheme = 
1544 1545
$dso_scheme   = 
$shared_target= 
R
Richard Levitte 已提交
1546 1547 1548 1549
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
1550
$arflags      = 
1551
$multilib     = 
R
Richard Levitte 已提交
1552 1553 1554 1555 1556 1557 1558 1559 1560

*** debug-ben-openbsd-debug
$cc           = gcc
$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
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = 
1561
$cpuid_obj    = 
R
Richard Levitte 已提交
1562 1563
$bn_obj       = 
$des_obj      = 
1564
$aes_obj      = 
R
Richard Levitte 已提交
1565 1566 1567 1568 1569 1570 1571
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1572
$wp_obj       = 
1573
$cmll_obj     = 
A
Andy Polyakov 已提交
1574
$perlasm_scheme = 
R
Richard Levitte 已提交
1575 1576
$dso_scheme   = 
$shared_target= 
1577
$shared_cflag = 
B
Bodo Möller 已提交
1578
$shared_ldflag = 
1579 1580
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
1581
$arflags      = 
1582
$multilib     = 
1583

1584 1585
*** debug-ben-strict
$cc           = gcc
1586
$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
1587 1588
$unistd       = 
$thread_cflag = (unknown)
1589
$sys_id       = 
1590 1591
$lflags       = 
$bn_ops       = 
1592
$cpuid_obj    = 
1593 1594
$bn_obj       = 
$des_obj      = 
1595
$aes_obj      = 
1596 1597 1598 1599 1600 1601 1602
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1603
$wp_obj       = 
1604
$cmll_obj     = 
A
Andy Polyakov 已提交
1605
$perlasm_scheme = 
B
Bodo Möller 已提交
1606
$dso_scheme   = 
R
Richard Levitte 已提交
1607 1608
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1609
$shared_ldflag = 
1610
$shared_extension = 
1611
$ranlib       = 
R
Richard Levitte 已提交
1612
$arflags      = 
1613
$multilib     = 
1614 1615 1616

*** debug-bodo
$cc           = gcc
B
Bodo Möller 已提交
1617
$cflags       = -DL_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBIO_PAIR_DEBUG -DPEDANTIC -g -march=i486 -pedantic -Wshadow -Wall -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion
1618 1619
$unistd       = 
$thread_cflag = -D_REENTRANT
1620
$sys_id       = 
1621 1622
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1623 1624 1625
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1626
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1627 1628 1629 1630 1631 1632 1633 1634
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1635
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1636
$perlasm_scheme = elf
B
Bodo Möller 已提交
1637
$dso_scheme   = 
R
Richard Levitte 已提交
1638 1639
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
1640
$shared_ldflag = 
1641
$shared_extension = 
1642
$ranlib       = 
R
Richard Levitte 已提交
1643
$arflags      = 
1644
$multilib     = 
1645

B
Bodo Möller 已提交
1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656
*** debug-darwin-i386-cc
$cc           = cc
$cflags       = -arch i386 -g3 -DL_ENDIAN
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
$lflags       = -Wl,-search_paths_first%
$bn_ops       = BN_LLONG RC4_INT RC4_CHUNK DES_UNROLL BF_PTR
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1657
$aes_obj      = aes-586.o aesni-x86.o
B
Bodo Möller 已提交
1658 1659 1660 1661 1662 1663 1664 1665
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1666
$cmll_obj     = cmll-x86.o
B
Bodo Möller 已提交
1667 1668 1669 1670 1671 1672 1673 1674
$perlasm_scheme = macosx
$dso_scheme   = dlfcn
$shared_target= darwin-shared
$shared_cflag = -fPIC -fno-common
$shared_ldflag = -arch i386 -dynamiclib
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1675
$multilib     = 
B
Bodo Möller 已提交
1676

B
Bodo Möller 已提交
1677 1678 1679 1680 1681 1682 1683 1684
*** debug-darwin-ppc-cc
$cc           = cc
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DB_ENDIAN -g -Wall -O
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = MACOSX
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
A
Andy Polyakov 已提交
1685 1686
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
B
Bodo Möller 已提交
1687
$des_obj      = 
A
Andy Polyakov 已提交
1688
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
B
Bodo Möller 已提交
1689 1690
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
1691
$sha1_obj     = sha1-ppc.o sha256-ppc.o
B
Bodo Möller 已提交
1692 1693 1694 1695
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1696
$wp_obj       = 
1697
$cmll_obj     = 
A
Andy Polyakov 已提交
1698
$perlasm_scheme = osx32
A
Andy Polyakov 已提交
1699
$dso_scheme   = dlfcn
B
Bodo Möller 已提交
1700 1701
$shared_target= darwin-shared
$shared_cflag = -fPIC
1702
$shared_ldflag = -dynamiclib
B
Bodo Möller 已提交
1703 1704 1705
$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib
$ranlib       = 
$arflags      = 
1706
$multilib     = 
B
Bodo Möller 已提交
1707

A
Andy Polyakov 已提交
1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736
*** debug-geoff32
$cc           = gcc
$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
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = void
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1737
$multilib     = 
A
Andy Polyakov 已提交
1738 1739

*** debug-geoff64
G
Geoff Thorpe 已提交
1740
$cc           = gcc
G
Geoff Thorpe 已提交
1741
$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
G
Geoff Thorpe 已提交
1742 1743 1744 1745
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
1746
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
1747
$cpuid_obj    = 
G
Geoff Thorpe 已提交
1748 1749
$bn_obj       = 
$des_obj      = 
1750
$aes_obj      = 
G
Geoff Thorpe 已提交
1751 1752 1753 1754 1755 1756 1757
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1758
$wp_obj       = 
1759
$cmll_obj     = 
A
Andy Polyakov 已提交
1760
$perlasm_scheme = void
G
Geoff Thorpe 已提交
1761 1762 1763 1764 1765 1766 1767
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1768
$multilib     = 
G
Geoff Thorpe 已提交
1769

1770 1771
*** debug-levitte-linux-elf
$cc           = gcc
1772
$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
R
Richard Levitte 已提交
1773 1774 1775 1776 1777
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1778 1779 1780
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1781
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1782 1783 1784 1785 1786 1787 1788 1789
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1790
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1791
$perlasm_scheme = elf
R
Richard Levitte 已提交
1792 1793 1794 1795 1796 1797 1798
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1799
$multilib     = 
R
Richard Levitte 已提交
1800 1801 1802

*** debug-levitte-linux-elf-extreme
$cc           = gcc
1803
$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
1804 1805
$unistd       = 
$thread_cflag = -D_REENTRANT
1806
$sys_id       = 
B
Bodo Möller 已提交
1807
$lflags       = -ldl
B
Bodo Möller 已提交
1808
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1809 1810 1811
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1812
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1813 1814 1815 1816 1817 1818 1819 1820
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1821
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1822
$perlasm_scheme = elf
B
Bodo Möller 已提交
1823
$dso_scheme   = dlfcn
B
Bodo Möller 已提交
1824 1825
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1826 1827 1828
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1829
$arflags      = 
1830
$multilib     = 
1831

B
Update.  
Bodo Möller 已提交
1832 1833
*** debug-levitte-linux-noasm
$cc           = gcc
1834
$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
R
Richard Levitte 已提交
1835 1836 1837 1838 1839
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1840
$cpuid_obj    = 
R
Richard Levitte 已提交
1841 1842
$bn_obj       = 
$des_obj      = 
1843
$aes_obj      = 
R
Richard Levitte 已提交
1844 1845 1846 1847 1848 1849 1850
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1851
$wp_obj       = 
1852
$cmll_obj     = 
A
Andy Polyakov 已提交
1853
$perlasm_scheme = void
R
Richard Levitte 已提交
1854 1855 1856 1857 1858 1859 1860
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1861
$multilib     = 
R
Richard Levitte 已提交
1862 1863 1864

*** debug-levitte-linux-noasm-extreme
$cc           = gcc
1865
$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
B
Update.  
Bodo Möller 已提交
1866 1867
$unistd       = 
$thread_cflag = -D_REENTRANT
1868
$sys_id       = 
B
Update.  
Bodo Möller 已提交
1869 1870
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
1871
$cpuid_obj    = 
B
Update.  
Bodo Möller 已提交
1872 1873
$bn_obj       = 
$des_obj      = 
1874
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
1875 1876 1877 1878 1879 1880 1881
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
1882
$wp_obj       = 
1883
$cmll_obj     = 
A
Andy Polyakov 已提交
1884
$perlasm_scheme = void
B
Update.  
Bodo Möller 已提交
1885 1886 1887
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
1888 1889 1890
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
1891
$arflags      = 
1892
$multilib     = 
B
Update.  
Bodo Möller 已提交
1893

1894 1895
*** debug-linux-elf
$cc           = gcc
1896
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
1897 1898
$unistd       = 
$thread_cflag = -D_REENTRANT
1899
$sys_id       = 
B
Bodo Möller 已提交
1900
$lflags       = -lefence -ldl
1901
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1902 1903 1904
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1905
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1906 1907 1908 1909 1910 1911 1912 1913
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1914
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1915
$perlasm_scheme = elf
B
Bodo Möller 已提交
1916
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
1917 1918
$shared_target= linux-shared
$shared_cflag = -fPIC
1919 1920
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
1921
$ranlib       = 
R
Richard Levitte 已提交
1922
$arflags      = 
1923
$multilib     = 
R
Richard Levitte 已提交
1924 1925 1926

*** debug-linux-elf-noefence
$cc           = gcc
1927
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -march=i486 -Wall
R
Richard Levitte 已提交
1928 1929 1930 1931 1932
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
1933 1934 1935
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
1936
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
1937 1938 1939 1940 1941 1942 1943 1944
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
1945
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
1946
$perlasm_scheme = elf
1947 1948 1949 1950 1951 1952 1953
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
1954
$multilib     = 
1955

1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017
*** debug-linux-generic32
$cc           = gcc
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = void
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

*** debug-linux-generic64
$cc           = gcc
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DTERMIO -g -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = void
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

2018 2019 2020 2021 2022 2023 2024 2025
*** debug-linux-ia32-aes
$cc           = gcc
$cflags       = -DAES_EXPERIMENTAL -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2026 2027 2028
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
2029
$aes_obj      = aes_x86core.o aes_cbc.o
A
Andy Polyakov 已提交
2030 2031 2032 2033 2034 2035 2036 2037 2038 2039
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
$cmll_obj     = 
$perlasm_scheme = elf
2040
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2041 2042
$shared_target= linux-shared
$shared_cflag = -fPIC
2043
$shared_ldflag = 
R
Richard Levitte 已提交
2044
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
2045
$ranlib       = 
R
Richard Levitte 已提交
2046
$arflags      = 
2047
$multilib     = 
2048 2049 2050

*** debug-linux-pentium
$cc           = gcc
R
Richard Levitte 已提交
2051
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentium -Wall
2052 2053 2054 2055 2056
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2057 2058 2059
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2060
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2061 2062 2063 2064 2065 2066 2067 2068
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2069
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2070
$perlasm_scheme = elf
R
Richard Levitte 已提交
2071
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2072 2073
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2074
$shared_ldflag = 
2075
$shared_extension = 
2076
$ranlib       = 
R
Richard Levitte 已提交
2077
$arflags      = 
2078
$multilib     = 
2079

R
Richard Levitte 已提交
2080
*** debug-linux-ppro
R
Richard Levitte 已提交
2081
$cc           = gcc
R
Richard Levitte 已提交
2082
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -DTERMIO -g -mcpu=pentiumpro -Wall
R
Richard Levitte 已提交
2083 2084
$unistd       = 
$thread_cflag = -D_REENTRANT
2085
$sys_id       = 
B
Bodo Möller 已提交
2086
$lflags       = -ldl
R
Richard Levitte 已提交
2087
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2088 2089 2090
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2091
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2092 2093 2094 2095 2096 2097 2098 2099
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2100
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2101
$perlasm_scheme = elf
R
Richard Levitte 已提交
2102
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2103 2104
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2105
$shared_ldflag = 
2106
$shared_extension = 
2107
$ranlib       = 
R
Richard Levitte 已提交
2108
$arflags      = 
2109
$multilib     = 
R
Richard Levitte 已提交
2110

2111 2112 2113 2114 2115 2116 2117
*** debug-linux-x86_64
$cc           = gcc
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -DTERMIO -g -Wall -DMD32_REG_T=int
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
D
Dr. Stephen Henson 已提交
2118
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
$des_obj      = 
$aes_obj      = aes-x86_64.o aesni-x86_64.o
$bf_obj       = 
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
$cast_obj     = 
$rc4_obj      = rc4-x86_64.o
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = wp-x86_64.o
$cmll_obj     = cmll-x86_64.o cmll_misc.o
$perlasm_scheme = elf
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 64

2142 2143 2144 2145 2146
*** debug-rse
$cc           = cc
$cflags       = -DTERMIOS -DL_ENDIAN -pipe -O -g -ggdb3 -Wall
$unistd       = 
$thread_cflag = (unknown)
2147
$sys_id       = 
2148 2149
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2150 2151 2152
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2153
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2154 2155 2156 2157 2158 2159 2160 2161
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2162
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2163
$perlasm_scheme = elf
B
Bodo Möller 已提交
2164
$dso_scheme   = 
R
Richard Levitte 已提交
2165 2166
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2167
$shared_ldflag = 
2168
$shared_extension = 
2169
$ranlib       = 
R
Richard Levitte 已提交
2170
$arflags      = 
2171
$multilib     = 
2172

2173 2174
*** debug-solaris-sparcv8-cc
$cc           = cc
2175
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W
2176 2177
$unistd       = 
$thread_cflag = -D_REENTRANT
2178
$sys_id       = 
B
Bodo Möller 已提交
2179
$lflags       = -lsocket -lnsl -ldl
2180
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2181
$cpuid_obj    = 
2182
$bn_obj       = sparcv8.o
2183
$des_obj      = des_enc-sparc.o fcrypt_b.o
2184
$aes_obj      = 
2185 2186 2187 2188 2189 2190 2191
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2192
$wp_obj       = 
2193
$cmll_obj     = 
A
Andy Polyakov 已提交
2194
$perlasm_scheme = void
B
Bodo Möller 已提交
2195
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2196 2197
$shared_target= solaris-shared
$shared_cflag = -KPIC
2198
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
2199 2200
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2201
$arflags      = 
2202
$multilib     = 
2203

2204
*** debug-solaris-sparcv8-gcc
2205
$cc           = gcc
2206
$cflags       = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN
2207 2208
$unistd       = 
$thread_cflag = -D_REENTRANT
2209
$sys_id       = 
B
Bodo Möller 已提交
2210
$lflags       = -lsocket -lnsl -ldl
2211
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2212
$cpuid_obj    = 
2213
$bn_obj       = sparcv8.o
2214
$des_obj      = des_enc-sparc.o fcrypt_b.o
2215
$aes_obj      = 
2216 2217 2218 2219 2220 2221 2222
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2223
$wp_obj       = 
2224
$cmll_obj     = 
A
Andy Polyakov 已提交
2225
$perlasm_scheme = void
B
Bodo Möller 已提交
2226
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2227
$shared_target= solaris-shared
R
Richard Levitte 已提交
2228
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
2229
$shared_ldflag = -shared
B
Bodo Möller 已提交
2230 2231
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2232
$arflags      = 
2233
$multilib     = 
2234

2235 2236
*** debug-solaris-sparcv9-cc
$cc           = cc
2237
$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
2238 2239
$unistd       = 
$thread_cflag = -D_REENTRANT
2240
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
2241
$lflags       = -lsocket -lnsl -ldl
2242
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
2243 2244 2245 2246
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
2247
$bf_obj       = 
2248
$md5_obj      = 
A
Andy Polyakov 已提交
2249
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
2250 2251 2252 2253
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2254
$wp_obj       = 
2255
$cmll_obj     = 
A
Andy Polyakov 已提交
2256
$perlasm_scheme = void
B
Bodo Möller 已提交
2257
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2258 2259
$shared_target= solaris-shared
$shared_cflag = -KPIC
2260
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
2261 2262
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2263
$arflags      = 
2264
$multilib     = 
2265

2266
*** debug-solaris-sparcv9-gcc
2267
$cc           = gcc
R
Richard Levitte 已提交
2268
$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
2269 2270
$unistd       = 
$thread_cflag = -D_REENTRANT
R
Richard Levitte 已提交
2271
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
2272
$lflags       = -lsocket -lnsl -ldl
2273
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
2274 2275
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
2276
$des_obj      = des_enc-sparc.o fcrypt_b.o
2277
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
2278
$bf_obj       = 
2279
$md5_obj      = 
A
Andy Polyakov 已提交
2280
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
2281 2282 2283 2284
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2285
$wp_obj       = 
2286
$cmll_obj     = 
A
Andy Polyakov 已提交
2287
$perlasm_scheme = void
B
Bodo Möller 已提交
2288
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
2289
$shared_target= solaris-shared
R
Richard Levitte 已提交
2290
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
2291
$shared_ldflag = -shared
B
Bodo Möller 已提交
2292 2293
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2294
$arflags      = 
2295
$multilib     = 
2296

2297
*** debug-steve-opt
2298
$cc           = gcc
2299
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -g -DMD32_REG_T=int
2300 2301
$unistd       = 
$thread_cflag = -D_REENTRANT
2302
$sys_id       = 
2303
$lflags       = -ldl
D
Dr. Stephen Henson 已提交
2304
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
2305 2306 2307
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
$des_obj      = 
A
Andy Polyakov 已提交
2308
$aes_obj      = aes-x86_64.o aesni-x86_64.o
2309 2310 2311 2312 2313 2314 2315 2316
$bf_obj       = 
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
$cast_obj     = 
$rc4_obj      = rc4-x86_64.o
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = wp-x86_64.o
2317
$cmll_obj     = cmll-x86_64.o cmll_misc.o
2318
$perlasm_scheme = elf
R
Richard Levitte 已提交
2319
$dso_scheme   = dlfcn
D
Dr. Stephen Henson 已提交
2320
$shared_target= linux-shared
2321 2322 2323
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
2324
$ranlib       = 
R
Richard Levitte 已提交
2325
$arflags      = 
2326
$multilib     = 
R
Richard Levitte 已提交
2327

2328
*** debug-steve32
D
Dr. Stephen Henson 已提交
2329
$cc           = gcc
D
Dr. Stephen Henson 已提交
2330
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g -pipe
D
Dr. Stephen Henson 已提交
2331 2332 2333 2334 2335
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -rdynamic -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2336 2337 2338
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2339
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2340 2341 2342 2343 2344 2345 2346 2347
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2348
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2349
$perlasm_scheme = elf
D
Dr. Stephen Henson 已提交
2350 2351
$dso_scheme   = dlfcn
$shared_target= linux-shared
2352 2353 2354 2355 2356
$shared_cflag = -fPIC
$shared_ldflag = -m32
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2357
$multilib     = 
2358 2359 2360

*** debug-steve64
$cc           = gcc
D
Dr. Stephen Henson 已提交
2361
$cflags       = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_DEPRECATED -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g -DMD32_REG_T=int
2362 2363 2364 2365
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
D
Dr. Stephen Henson 已提交
2366
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
2367 2368 2369
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
$des_obj      = 
A
Andy Polyakov 已提交
2370
$aes_obj      = aes-x86_64.o aesni-x86_64.o
2371 2372 2373 2374 2375 2376 2377 2378
$bf_obj       = 
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
$cast_obj     = 
$rc4_obj      = rc4-x86_64.o
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = wp-x86_64.o
2379
$cmll_obj     = cmll-x86_64.o cmll_misc.o
2380
$perlasm_scheme = elf
2381 2382 2383 2384 2385
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
D
Dr. Stephen Henson 已提交
2386 2387
$ranlib       = 
$arflags      = 
2388
$multilib     = 
D
Dr. Stephen Henson 已提交
2389

U
Ulf Möller 已提交
2390 2391
*** debug-ulf
$cc           = gcc
2392
$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
U
Ulf Möller 已提交
2393
$unistd       = 
2394 2395
$thread_cflag = 
$sys_id       = CYGWIN32
U
Ulf Möller 已提交
2396
$lflags       = 
2397
$bn_ops       = 
2398
$cpuid_obj    = 
2399
$bn_obj       = 
2400 2401 2402
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
2403 2404
$md5_obj      = 
$sha1_obj     = 
2405
$cast_obj     = 
2406 2407 2408
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2409
$wp_obj       = 
2410
$cmll_obj     = 
A
Andy Polyakov 已提交
2411
$perlasm_scheme = void
2412 2413
$dso_scheme   = win32
$shared_target= cygwin-shared
R
Richard Levitte 已提交
2414
$shared_cflag = 
B
Bodo Möller 已提交
2415
$shared_ldflag = 
2416
$shared_extension = .dll
2417
$ranlib       = 
R
Richard Levitte 已提交
2418
$arflags      = 
2419
$multilib     = 
U
Ulf Möller 已提交
2420

R
Richard Levitte 已提交
2421 2422
*** debug-vos-gcc
$cc           = gcc
D
Dr. Stephen Henson 已提交
2423
$cflags       = -O0 -g -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG
R
Richard Levitte 已提交
2424 2425 2426 2427 2428
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = VOS
$lflags       = -Wl,-map
$bn_ops       = BN_LLONG
2429
$cpuid_obj    = 
R
Richard Levitte 已提交
2430 2431
$bn_obj       = 
$des_obj      = 
2432
$aes_obj      = 
R
Richard Levitte 已提交
2433 2434 2435 2436 2437 2438 2439
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2440
$wp_obj       = 
2441
$cmll_obj     = 
A
Andy Polyakov 已提交
2442
$perlasm_scheme = void
R
Richard Levitte 已提交
2443 2444 2445
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
2446 2447
$shared_ldflag = 
$shared_extension = .so
R
Richard Levitte 已提交
2448 2449
$ranlib       = 
$arflags      = 
2450
$multilib     = 
R
Richard Levitte 已提交
2451

2452 2453 2454 2455 2456
*** dgux-R3-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
2457
$sys_id       = 
2458 2459
$lflags       = 
$bn_ops       = RC4_INDEX DES_UNROLL
2460
$cpuid_obj    = 
2461 2462
$bn_obj       = 
$des_obj      = 
2463
$aes_obj      = 
2464 2465 2466 2467 2468 2469 2470
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2471
$wp_obj       = 
2472
$cmll_obj     = 
A
Andy Polyakov 已提交
2473
$perlasm_scheme = 
B
Bodo Möller 已提交
2474
$dso_scheme   = 
R
Richard Levitte 已提交
2475 2476
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2477
$shared_ldflag = 
2478
$shared_extension = 
2479
$ranlib       = 
R
Richard Levitte 已提交
2480
$arflags      = 
2481
$multilib     = 
2482 2483 2484 2485 2486 2487

*** dgux-R4-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
2488
$sys_id       = 
2489
$lflags       = -lnsl -lsocket
G
Geoff Thorpe 已提交
2490
$bn_ops       = RC4_INDEX DES_UNROLL
2491
$cpuid_obj    = 
G
Geoff Thorpe 已提交
2492
$bn_obj       = 
2493
$des_obj      = 
2494
$aes_obj      = 
2495 2496 2497 2498 2499 2500 2501
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2502
$wp_obj       = 
2503
$cmll_obj     = 
A
Andy Polyakov 已提交
2504
$perlasm_scheme = 
B
Bodo Möller 已提交
2505
$dso_scheme   = 
R
Richard Levitte 已提交
2506 2507
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2508
$shared_ldflag = 
2509
$shared_extension = 
2510
$ranlib       = 
R
Richard Levitte 已提交
2511
$arflags      = 
2512
$multilib     = 
2513 2514 2515 2516 2517 2518

*** dgux-R4-x86-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer -DL_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
2519
$sys_id       = 
2520 2521
$lflags       = -lnsl -lsocket
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
2522 2523 2524
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
2525
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
2526 2527 2528 2529 2530 2531 2532 2533
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
2534
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
2535
$perlasm_scheme = elf
B
Bodo Möller 已提交
2536
$dso_scheme   = 
R
Richard Levitte 已提交
2537 2538
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2539
$shared_ldflag = 
2540
$shared_extension = 
2541
$ranlib       = 
R
Richard Levitte 已提交
2542
$arflags      = 
2543
$multilib     = 
2544 2545 2546 2547 2548 2549

*** dist
$cc           = cc
$cflags       = -O
$unistd       = 
$thread_cflag = (unknown)
2550
$sys_id       = 
2551 2552
$lflags       = 
$bn_ops       = 
2553
$cpuid_obj    = 
2554 2555
$bn_obj       = 
$des_obj      = 
2556
$aes_obj      = 
2557 2558 2559 2560 2561 2562 2563
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2564
$wp_obj       = 
2565
$cmll_obj     = 
A
Andy Polyakov 已提交
2566
$perlasm_scheme = 
B
Bodo Möller 已提交
2567
$dso_scheme   = 
R
Richard Levitte 已提交
2568 2569
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2570
$shared_ldflag = 
2571
$shared_extension = 
2572
$ranlib       = 
R
Richard Levitte 已提交
2573
$arflags      = 
2574
$multilib     = 
2575 2576 2577 2578 2579 2580

*** gcc
$cc           = gcc
$cflags       = -O3
$unistd       = 
$thread_cflag = (unknown)
2581
$sys_id       = 
2582 2583
$lflags       = 
$bn_ops       = BN_LLONG
2584
$cpuid_obj    = 
2585 2586
$bn_obj       = 
$des_obj      = 
2587
$aes_obj      = 
2588 2589 2590 2591 2592 2593 2594
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2595
$wp_obj       = 
2596
$cmll_obj     = 
A
Andy Polyakov 已提交
2597
$perlasm_scheme = 
B
Bodo Möller 已提交
2598
$dso_scheme   = 
R
Richard Levitte 已提交
2599 2600
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
2601
$shared_ldflag = 
2602
$shared_extension = 
2603
$ranlib       = 
R
Richard Levitte 已提交
2604
$arflags      = 
2605
$multilib     = 
2606

2607 2608
*** hpux-cc
$cc           = cc
2609
$cflags       = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O2 -z
2610 2611
$unistd       = 
$thread_cflag = (unknown)
2612
$sys_id       = 
2613
$lflags       = -Wl,+s -ldld
2614
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
2615
$cpuid_obj    = 
2616 2617
$bn_obj       = 
$des_obj      = 
2618
$aes_obj      = 
2619 2620 2621 2622 2623 2624 2625
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2626
$wp_obj       = 
2627
$cmll_obj     = 
A
Andy Polyakov 已提交
2628
$perlasm_scheme = void
B
Bodo Möller 已提交
2629
$dso_scheme   = dl
2630 2631
$shared_target= hpux-shared
$shared_cflag = +Z
2632
$shared_ldflag = -b
B
Bodo Möller 已提交
2633 2634
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2635
$arflags      = 
2636
$multilib     = 
2637

2638 2639 2640 2641 2642
*** hpux-gcc
$cc           = gcc
$cflags       = -DB_ENDIAN -DBN_DIV2W -O3
$unistd       = 
$thread_cflag = (unknown)
2643
$sys_id       = 
2644
$lflags       = -Wl,+s -ldld
2645
$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
2646
$cpuid_obj    = 
2647 2648
$bn_obj       = 
$des_obj      = 
2649
$aes_obj      = 
2650 2651 2652 2653 2654 2655 2656
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2657
$wp_obj       = 
2658
$cmll_obj     = 
A
Andy Polyakov 已提交
2659
$perlasm_scheme = void
B
Bodo Möller 已提交
2660
$dso_scheme   = dl
2661 2662
$shared_target= hpux-shared
$shared_cflag = -fPIC
2663
$shared_ldflag = -shared
B
Bodo Möller 已提交
2664 2665
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2666
$arflags      = 
2667
$multilib     = 
2668

2669 2670
*** hpux-ia64-cc
$cc           = cc
A
Andy Polyakov 已提交
2671
$cflags       = -Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT
2672
$unistd       = 
2673
$thread_cflag = 
2674 2675
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2676
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2677
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2678
$bn_obj       = bn-ia64.o
2679
$des_obj      = 
2680
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
2681
$bf_obj       = 
A
Andy Polyakov 已提交
2682
$md5_obj      = md5-ia64.o
2683
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
2684
$cast_obj     = 
2685
$rc4_obj      = rc4-ia64.o rc4_skey.o
2686 2687
$rmd160_obj   = 
$rc5_obj      = 
2688
$wp_obj       = 
2689
$cmll_obj     = 
A
Andy Polyakov 已提交
2690
$perlasm_scheme = void
2691 2692 2693
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = +Z
2694
$shared_ldflag = +DD32 -b
2695
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
B
Bodo Möller 已提交
2696
$ranlib       = 
R
Richard Levitte 已提交
2697
$arflags      = 
2698
$multilib     = /hpux32
2699

A
Andy Polyakov 已提交
2700 2701
*** hpux-ia64-gcc
$cc           = gcc
2702
$cflags       = -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2703
$unistd       = 
2704
$thread_cflag = 
A
Andy Polyakov 已提交
2705 2706
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2707
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
2708
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2709
$bn_obj       = bn-ia64.o
A
Andy Polyakov 已提交
2710
$des_obj      = 
2711
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
A
Andy Polyakov 已提交
2712
$bf_obj       = 
2713 2714
$md5_obj      = md5-ia64.o
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
A
Andy Polyakov 已提交
2715
$cast_obj     = 
2716
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
2717 2718
$rmd160_obj   = 
$rc5_obj      = 
2719
$wp_obj       = 
2720
$cmll_obj     = 
A
Andy Polyakov 已提交
2721
$perlasm_scheme = void
A
Andy Polyakov 已提交
2722 2723 2724
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = -fpic
2725
$shared_ldflag = -shared
A
Andy Polyakov 已提交
2726 2727 2728
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2729
$multilib     = /hpux32
A
Andy Polyakov 已提交
2730

2731
*** hpux-parisc-cc
2732
$cc           = cc
2733
$cflags       = +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
2734
$unistd       = 
R
Richard Levitte 已提交
2735
$thread_cflag = -D_REENTRANT
2736
$sys_id       = 
2737
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2738
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2739
$cpuid_obj    = 
2740 2741
$bn_obj       = 
$des_obj      = 
2742
$aes_obj      = 
2743 2744 2745 2746 2747 2748 2749
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2750
$wp_obj       = 
2751
$cmll_obj     = 
A
Andy Polyakov 已提交
2752
$perlasm_scheme = void
B
Bodo Möller 已提交
2753
$dso_scheme   = dl
2754 2755
$shared_target= hpux-shared
$shared_cflag = +Z
2756
$shared_ldflag = -b
B
Bodo Möller 已提交
2757 2758
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2759
$arflags      = 
2760
$multilib     = 
2761

2762 2763 2764 2765
*** hpux-parisc-cc-o4
$cc           = cc
$cflags       = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
$unistd       = 
2766
$thread_cflag = -D_REENTRANT
2767
$sys_id       = 
B
Bodo Möller 已提交
2768
$lflags       = -ldld
2769
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
2770
$cpuid_obj    = 
2771 2772
$bn_obj       = 
$des_obj      = 
2773
$aes_obj      = 
2774 2775 2776 2777 2778 2779 2780
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2781
$wp_obj       = 
2782
$cmll_obj     = 
A
Andy Polyakov 已提交
2783
$perlasm_scheme = void
B
Bodo Möller 已提交
2784
$dso_scheme   = dl
2785 2786
$shared_target= hpux-shared
$shared_cflag = +Z
2787
$shared_ldflag = -b
B
Bodo Möller 已提交
2788 2789
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2790
$arflags      = 
2791
$multilib     = 
2792

2793
*** hpux-parisc-gcc
2794
$cc           = gcc
2795
$cflags       = -O3 -DB_ENDIAN -DBN_DIV2W
2796
$unistd       = 
2797
$thread_cflag = -D_REENTRANT
2798
$sys_id       = 
2799
$lflags       = -Wl,+s -ldld
2800
$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
2801
$cpuid_obj    = 
2802 2803
$bn_obj       = 
$des_obj      = 
2804
$aes_obj      = 
2805 2806 2807 2808 2809 2810 2811
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2812
$wp_obj       = 
2813
$cmll_obj     = 
A
Andy Polyakov 已提交
2814
$perlasm_scheme = void
B
Bodo Möller 已提交
2815
$dso_scheme   = dl
2816 2817
$shared_target= hpux-shared
$shared_cflag = -fPIC
2818
$shared_ldflag = -shared
B
Bodo Möller 已提交
2819 2820
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2821
$arflags      = 
2822
$multilib     = 
2823

2824
*** hpux-parisc1_0-cc
R
Richard Levitte 已提交
2825
$cc           = cc
2826
$cflags       = +DAportable +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY
R
Richard Levitte 已提交
2827 2828
$unistd       = 
$thread_cflag = -D_REENTRANT
2829
$sys_id       = 
2830
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2831
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2832
$cpuid_obj    = 
R
Richard Levitte 已提交
2833 2834
$bn_obj       = 
$des_obj      = 
2835
$aes_obj      = 
R
Richard Levitte 已提交
2836 2837 2838 2839 2840 2841 2842
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2843
$wp_obj       = 
2844
$cmll_obj     = 
A
Andy Polyakov 已提交
2845
$perlasm_scheme = void
R
Richard Levitte 已提交
2846
$dso_scheme   = dl
2847 2848
$shared_target= hpux-shared
$shared_cflag = +Z
2849
$shared_ldflag = -b
B
Bodo Möller 已提交
2850 2851
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2852
$arflags      = 
2853
$multilib     = 
R
Richard Levitte 已提交
2854 2855 2856

*** hpux-parisc2-cc
$cc           = cc
2857
$cflags       = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
R
Richard Levitte 已提交
2858
$unistd       = 
2859
$thread_cflag = 
2860
$sys_id       = 
2861
$lflags       = -Wl,+s -ldld
R
Richard Levitte 已提交
2862
$bn_ops       = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2863
$cpuid_obj    = 
2864
$bn_obj       = pa-risc2.o
R
Richard Levitte 已提交
2865
$des_obj      = 
2866
$aes_obj      = 
R
Richard Levitte 已提交
2867 2868 2869 2870 2871 2872 2873
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2874
$wp_obj       = 
2875
$cmll_obj     = 
A
Andy Polyakov 已提交
2876
$perlasm_scheme = void
R
Richard Levitte 已提交
2877
$dso_scheme   = dl
2878 2879
$shared_target= hpux-shared
$shared_cflag = +Z
2880
$shared_ldflag = -b
B
Bodo Möller 已提交
2881 2882
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
2883
$arflags      = 
2884
$multilib     = 
R
Richard Levitte 已提交
2885

A
Andy Polyakov 已提交
2886 2887
*** hpux-parisc2-gcc
$cc           = gcc
2888
$cflags       = -march=2.0 -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2889
$unistd       = 
2890
$thread_cflag = 
A
Andy Polyakov 已提交
2891 2892 2893
$sys_id       = 
$lflags       = -Wl,+s -ldld
$bn_ops       = SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1
2894
$cpuid_obj    = 
2895
$bn_obj       = pa-risc2.o
A
Andy Polyakov 已提交
2896
$des_obj      = 
2897
$aes_obj      = 
A
Andy Polyakov 已提交
2898 2899 2900 2901 2902 2903 2904
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2905
$wp_obj       = 
2906
$cmll_obj     = 
A
Andy Polyakov 已提交
2907
$perlasm_scheme = void
A
Andy Polyakov 已提交
2908 2909 2910
$dso_scheme   = dl
$shared_target= hpux-shared
$shared_cflag = -fPIC
2911
$shared_ldflag = -shared
A
Andy Polyakov 已提交
2912 2913 2914
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2915
$multilib     = 
A
Andy Polyakov 已提交
2916

2917 2918
*** hpux64-ia64-cc
$cc           = cc
2919
$cflags       = -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT
2920
$unistd       = 
2921
$thread_cflag = 
2922 2923
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2924
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2925
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2926
$bn_obj       = bn-ia64.o
2927
$des_obj      = 
2928
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
2929
$bf_obj       = 
A
Andy Polyakov 已提交
2930
$md5_obj      = md5-ia64.o
2931
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
2932
$cast_obj     = 
2933
$rc4_obj      = rc4-ia64.o rc4_skey.o
2934 2935
$rmd160_obj   = 
$rc5_obj      = 
2936
$wp_obj       = 
2937
$cmll_obj     = 
A
Andy Polyakov 已提交
2938
$perlasm_scheme = void
2939
$dso_scheme   = dlfcn
2940
$shared_target= hpux-shared
2941
$shared_cflag = +Z
2942
$shared_ldflag = +DD64 -b
2943
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
B
Bodo Möller 已提交
2944
$ranlib       = 
R
Richard Levitte 已提交
2945
$arflags      = 
2946
$multilib     = /hpux64
2947

A
Andy Polyakov 已提交
2948 2949
*** hpux64-ia64-gcc
$cc           = gcc
2950
$cflags       = -mlp64 -O3 -DB_ENDIAN -D_REENTRANT
A
Andy Polyakov 已提交
2951
$unistd       = 
2952
$thread_cflag = 
A
Andy Polyakov 已提交
2953 2954
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
2955
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT
A
Andy Polyakov 已提交
2956
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
2957
$bn_obj       = bn-ia64.o
A
Andy Polyakov 已提交
2958
$des_obj      = 
2959
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
A
Andy Polyakov 已提交
2960
$bf_obj       = 
A
Andy Polyakov 已提交
2961
$md5_obj      = md5-ia64.o
2962
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
A
Andy Polyakov 已提交
2963
$cast_obj     = 
2964
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
2965 2966
$rmd160_obj   = 
$rc5_obj      = 
2967
$wp_obj       = 
2968
$cmll_obj     = 
A
Andy Polyakov 已提交
2969
$perlasm_scheme = void
A
Andy Polyakov 已提交
2970 2971 2972
$dso_scheme   = dlfcn
$shared_target= hpux-shared
$shared_cflag = -fpic
2973
$shared_ldflag = -mlp64 -shared
A
Andy Polyakov 已提交
2974 2975 2976
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
2977
$multilib     = /hpux64
A
Andy Polyakov 已提交
2978

2979 2980
*** hpux64-parisc2-cc
$cc           = cc
2981
$cflags       = +DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT
2982
$unistd       = 
2983
$thread_cflag = 
2984 2985 2986
$sys_id       = 
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
2987
$cpuid_obj    = 
2988
$bn_obj       = pa-risc2W.o
2989
$des_obj      = 
2990
$aes_obj      = 
2991 2992 2993 2994 2995 2996 2997
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
2998
$wp_obj       = 
2999
$cmll_obj     = 
A
Andy Polyakov 已提交
3000
$perlasm_scheme = void
3001
$dso_scheme   = dlfcn
3002
$shared_target= hpux-shared
3003
$shared_cflag = +Z
3004
$shared_ldflag = +DD64 -b
3005 3006
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3007
$arflags      = 
3008
$multilib     = /pa20_64
3009

3010 3011
*** hpux64-parisc2-gcc
$cc           = gcc
3012
$cflags       = -O3 -DB_ENDIAN -D_REENTRANT
R
Richard Levitte 已提交
3013
$unistd       = 
3014
$thread_cflag = 
3015
$sys_id       = 
R
Richard Levitte 已提交
3016 3017
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
3018
$cpuid_obj    = 
3019
$bn_obj       = pa-risc2W.o
R
Richard Levitte 已提交
3020
$des_obj      = 
3021
$aes_obj      = 
R
Richard Levitte 已提交
3022 3023 3024 3025 3026 3027 3028
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3029
$wp_obj       = 
3030
$cmll_obj     = 
A
Andy Polyakov 已提交
3031
$perlasm_scheme = void
R
Richard Levitte 已提交
3032
$dso_scheme   = dlfcn
3033
$shared_target= hpux-shared
3034
$shared_cflag = -fpic
3035
$shared_ldflag = -shared
B
Bodo Möller 已提交
3036 3037
$shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3038
$arflags      = 
3039
$multilib     = /pa20_64
R
Richard Levitte 已提交
3040

B
update  
Bodo Möller 已提交
3041 3042
*** hurd-x86
$cc           = gcc
3043
$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -march=i486 -Wall
B
update  
Bodo Möller 已提交
3044 3045
$unistd       = 
$thread_cflag = -D_REENTRANT
3046
$sys_id       = 
B
update  
Bodo Möller 已提交
3047 3048
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3049 3050 3051
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3052
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3053 3054 3055 3056 3057 3058 3059 3060
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3061
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3062
$perlasm_scheme = elf
B
update  
Bodo Möller 已提交
3063 3064 3065
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3066
$shared_ldflag = 
B
update  
Bodo Möller 已提交
3067
$shared_extension = 
3068
$ranlib       = 
R
Richard Levitte 已提交
3069
$arflags      = 
3070
$multilib     = 
B
update  
Bodo Möller 已提交
3071

3072 3073 3074 3075 3076
*** irix-cc
$cc           = cc
$cflags       = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
3077
$sys_id       = 
3078
$lflags       = 
3079
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC2 DES_UNROLL BF_PTR
3080
$cpuid_obj    = 
3081 3082
$bn_obj       = 
$des_obj      = 
3083
$aes_obj      = 
3084 3085 3086 3087 3088 3089 3090
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3091
$wp_obj       = 
3092
$cmll_obj     = 
A
Andy Polyakov 已提交
3093
$perlasm_scheme = void
R
Richard Levitte 已提交
3094 3095
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
3096
$shared_cflag = 
B
Bodo Möller 已提交
3097 3098 3099
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3100
$arflags      = 
3101
$multilib     = 
3102 3103 3104

*** irix-gcc
$cc           = gcc
3105
$cflags       = -O3 -DTERMIOS -DB_ENDIAN
3106 3107
$unistd       = 
$thread_cflag = (unknown)
3108
$sys_id       = 
3109
$lflags       = 
3110
$bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK DES_UNROLL DES_RISC2 DES_PTR BF_PTR
3111
$cpuid_obj    = 
3112 3113
$bn_obj       = 
$des_obj      = 
3114
$aes_obj      = 
3115 3116 3117 3118 3119 3120 3121
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3122
$wp_obj       = 
3123
$cmll_obj     = 
A
Andy Polyakov 已提交
3124
$perlasm_scheme = void
R
Richard Levitte 已提交
3125 3126
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
3127
$shared_cflag = 
B
Bodo Möller 已提交
3128 3129 3130
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3131
$arflags      = 
3132
$multilib     = 
3133 3134 3135

*** irix-mips3-cc
$cc           = cc
A
Andy Polyakov 已提交
3136
$cflags       = -n32 -mips3 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W
3137
$unistd       = 
3138
$thread_cflag = -D_SGI_MP_SOURCE
3139
$sys_id       = 
3140
$lflags       = 
3141
$bn_ops       = DES_PTR RC4_CHAR RC4_CHUNK_LL DES_RISC2 DES_UNROLL BF_PTR SIXTY_FOUR_BIT
3142
$cpuid_obj    = 
3143
$bn_obj       = bn-mips3.o
3144
$des_obj      = 
3145
$aes_obj      = 
3146 3147 3148 3149 3150 3151 3152
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3153
$wp_obj       = 
3154
$cmll_obj     = 
A
Andy Polyakov 已提交
3155
$perlasm_scheme = void
R
Richard Levitte 已提交
3156 3157
$dso_scheme   = dlfcn
$shared_target= irix-shared
R
Richard Levitte 已提交
3158
$shared_cflag = 
R
Richard Levitte 已提交
3159
$shared_ldflag = -n32
B
Bodo Möller 已提交
3160 3161
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3162
$arflags      = 
3163
$multilib     = 32
3164 3165 3166

*** irix-mips3-gcc
$cc           = gcc
3167
$cflags       = -mabi=n32 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
3168
$unistd       = 
3169
$thread_cflag = -D_SGI_MP_SOURCE
3170
$sys_id       = 
3171 3172
$lflags       = 
$bn_ops       = MD2_CHAR RC4_INDEX RC4_CHAR RC4_CHUNK_LL DES_UNROLL DES_RISC2 DES_PTR BF_PTR SIXTY_FOUR_BIT
3173
$cpuid_obj    = 
3174
$bn_obj       = bn-mips3.o
G
Geoff Thorpe 已提交
3175
$des_obj      = 
3176
$aes_obj      = 
G
Geoff Thorpe 已提交
3177 3178 3179 3180 3181 3182 3183
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3184
$wp_obj       = 
3185
$cmll_obj     = 
A
Andy Polyakov 已提交
3186
$perlasm_scheme = void
G
Geoff Thorpe 已提交
3187
$dso_scheme   = dlfcn
3188 3189 3190
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -mabi=n32
R
Richard Levitte 已提交
3191 3192 3193
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3194
$multilib     = 32
R
Richard Levitte 已提交
3195

3196 3197
*** irix64-mips4-cc
$cc           = cc
A
Andy Polyakov 已提交
3198
$cflags       = -64 -mips4 -O2 -use_readonly_const -G0 -rdata_shared -DTERMIOS -DB_ENDIAN -DBN_DIV3W
B
Bodo Möller 已提交
3199
$unistd       = 
3200
$thread_cflag = -D_SGI_MP_SOURCE
3201
$sys_id       = 
3202 3203
$lflags       = 
$bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
3204
$cpuid_obj    = 
3205
$bn_obj       = bn-mips3.o
B
Bodo Möller 已提交
3206
$des_obj      = 
3207
$aes_obj      = 
B
Bodo Möller 已提交
3208 3209
$bf_obj       = 
$md5_obj      = 
3210
$sha1_obj     = 
B
Bodo Möller 已提交
3211
$cast_obj     = 
3212
$rc4_obj      = 
B
Bodo Möller 已提交
3213 3214
$rmd160_obj   = 
$rc5_obj      = 
3215
$wp_obj       = 
3216
$cmll_obj     = 
A
Andy Polyakov 已提交
3217
$perlasm_scheme = void
3218
$dso_scheme   = dlfcn
3219 3220 3221
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -64
B
Bodo Möller 已提交
3222 3223
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3224
$arflags      = 
3225
$multilib     = 64
B
Bodo Möller 已提交
3226

3227 3228
*** irix64-mips4-gcc
$cc           = gcc
3229
$cflags       = -mabi=64 -mips4 -O3 -DTERMIOS -DB_ENDIAN -DBN_DIV3W
D
Dr. Stephen Henson 已提交
3230
$unistd       = 
3231
$thread_cflag = -D_SGI_MP_SOURCE
D
Dr. Stephen Henson 已提交
3232
$sys_id       = 
3233 3234
$lflags       = 
$bn_ops       = RC4_CHAR RC4_CHUNK DES_RISC2 DES_UNROLL SIXTY_FOUR_BIT_LONG
3235
$cpuid_obj    = 
3236
$bn_obj       = bn-mips3.o
D
Dr. Stephen Henson 已提交
3237
$des_obj      = 
3238
$aes_obj      = 
D
Dr. Stephen Henson 已提交
3239 3240
$bf_obj       = 
$md5_obj      = 
3241
$sha1_obj     = 
D
Dr. Stephen Henson 已提交
3242
$cast_obj     = 
3243
$rc4_obj      = 
D
Dr. Stephen Henson 已提交
3244 3245
$rmd160_obj   = 
$rc5_obj      = 
3246
$wp_obj       = 
3247
$cmll_obj     = 
A
Andy Polyakov 已提交
3248
$perlasm_scheme = void
D
Dr. Stephen Henson 已提交
3249
$dso_scheme   = dlfcn
3250 3251 3252
$shared_target= irix-shared
$shared_cflag = 
$shared_ldflag = -mabi=64
B
Bodo Möller 已提交
3253 3254
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3255
$arflags      = 
3256
$multilib     = 64
U
Ulf Möller 已提交
3257

3258 3259 3260
*** linux-alpha+bwx-ccc
$cc           = ccc
$cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
G
Geoff Thorpe 已提交
3261 3262
$unistd       = 
$thread_cflag = -D_REENTRANT
3263
$sys_id       = 
G
Geoff Thorpe 已提交
3264
$lflags       = 
3265
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3266
$cpuid_obj    = alphacpuid.o
3267
$bn_obj       = bn_asm.o alpha-mont.o
G
Geoff Thorpe 已提交
3268
$des_obj      = 
3269
$aes_obj      = 
G
Geoff Thorpe 已提交
3270 3271 3272 3273 3274 3275 3276
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3277
$wp_obj       = 
3278
$cmll_obj     = 
A
Andy Polyakov 已提交
3279
$perlasm_scheme = void
G
Geoff Thorpe 已提交
3280
$dso_scheme   = 
R
Richard Levitte 已提交
3281 3282
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3283
$shared_ldflag = 
3284
$shared_extension = 
3285
$ranlib       = 
R
Richard Levitte 已提交
3286
$arflags      = 
3287
$multilib     = 
G
Geoff Thorpe 已提交
3288

3289
*** linux-alpha+bwx-gcc
3290
$cc           = gcc
3291
$cflags       = -O3 -DL_ENDIAN -DTERMIO
R
Richard Levitte 已提交
3292
$unistd       = 
B
Bodo Möller 已提交
3293
$thread_cflag = -D_REENTRANT
3294
$sys_id       = 
B
Bodo Möller 已提交
3295
$lflags       = -ldl
3296
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3297
$cpuid_obj    = alphacpuid.o
3298
$bn_obj       = bn_asm.o alpha-mont.o
R
Richard Levitte 已提交
3299
$des_obj      = 
3300
$aes_obj      = 
R
Richard Levitte 已提交
3301 3302 3303 3304 3305 3306 3307
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3308
$wp_obj       = 
3309
$cmll_obj     = 
A
Andy Polyakov 已提交
3310
$perlasm_scheme = void
B
Bodo Möller 已提交
3311 3312 3313
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3314
$shared_ldflag = 
B
Bodo Möller 已提交
3315
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3316
$ranlib       = 
R
Richard Levitte 已提交
3317
$arflags      = 
3318
$multilib     = 
R
Richard Levitte 已提交
3319

3320 3321 3322
*** linux-alpha-ccc
$cc           = ccc
$cflags       = -fast -readonly_strings -DL_ENDIAN -DTERMIO
3323
$unistd       = 
B
Bodo Möller 已提交
3324
$thread_cflag = -D_REENTRANT
3325
$sys_id       = 
3326 3327
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3328
$cpuid_obj    = alphacpuid.o
3329
$bn_obj       = bn_asm.o alpha-mont.o
3330
$des_obj      = 
3331
$aes_obj      = 
3332 3333 3334 3335 3336 3337 3338
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3339
$wp_obj       = 
3340
$cmll_obj     = 
A
Andy Polyakov 已提交
3341
$perlasm_scheme = void
3342 3343 3344
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3345
$shared_ldflag = 
3346
$shared_extension = 
3347
$ranlib       = 
R
Richard Levitte 已提交
3348
$arflags      = 
3349
$multilib     = 
3350

3351
*** linux-alpha-gcc
R
Richard Levitte 已提交
3352
$cc           = gcc
3353
$cflags       = -O3 -DL_ENDIAN -DTERMIO
R
Richard Levitte 已提交
3354 3355 3356
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
A
Andy Polyakov 已提交
3357
$lflags       = -ldl
3358
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3359
$cpuid_obj    = alphacpuid.o
3360
$bn_obj       = bn_asm.o alpha-mont.o
R
Richard Levitte 已提交
3361
$des_obj      = 
3362
$aes_obj      = 
R
Richard Levitte 已提交
3363 3364 3365 3366 3367 3368 3369
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3370
$wp_obj       = 
3371
$cmll_obj     = 
A
Andy Polyakov 已提交
3372
$perlasm_scheme = void
A
Andy Polyakov 已提交
3373 3374 3375
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3376
$shared_ldflag = 
A
Andy Polyakov 已提交
3377
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
3378
$ranlib       = 
R
Richard Levitte 已提交
3379
$arflags      = 
3380
$multilib     = 
R
Richard Levitte 已提交
3381

3382 3383
*** linux-aout
$cc           = gcc
3384
$cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -march=i486 -Wall
3385 3386 3387 3388 3389
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3390 3391 3392
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3393
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3394 3395 3396 3397 3398 3399 3400 3401
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3402
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3403
$perlasm_scheme = a.out
3404 3405 3406 3407 3408 3409 3410
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
3411
$multilib     = 
3412

A
Andy Polyakov 已提交
3413 3414
*** linux-armv4
$cc           = gcc
A
Andy Polyakov 已提交
3415
$cflags       = -DTERMIO -O3 -Wall
A
Andy Polyakov 已提交
3416 3417 3418 3419 3420 3421 3422 3423 3424 3425 3426 3427 3428 3429 3430 3431 3432 3433
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
$cpuid_obj    = 
$bn_obj       = bn_asm.o armv4-mont.o
$des_obj      = 
$aes_obj      = aes_cbc.o aes-armv4.o
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = sha1-armv4-large.o sha256-armv4.o sha512-armv4.o
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
A
Andy Polyakov 已提交
3434
$perlasm_scheme = void
A
Andy Polyakov 已提交
3435 3436 3437 3438 3439 3440 3441
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3442
$multilib     = 
A
Andy Polyakov 已提交
3443

3444
*** linux-elf
U
Ulf Möller 已提交
3445
$cc           = gcc
3446
$cflags       = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
U
Ulf Möller 已提交
3447 3448 3449 3450 3451
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3452 3453 3454
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3455
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3456 3457 3458 3459 3460 3461 3462 3463
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3464
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3465
$perlasm_scheme = elf
U
Ulf Möller 已提交
3466 3467 3468
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3469 3470 3471
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3472
$arflags      = 
3473
$multilib     = 
U
Ulf Möller 已提交
3474

3475
*** linux-generic32
3476
$cc           = gcc
3477
$cflags       = -DTERMIO -O3 -fomit-frame-pointer -Wall
3478
$unistd       = 
B
Bodo Möller 已提交
3479
$thread_cflag = -D_REENTRANT
3480
$sys_id       = 
R
Richard Levitte 已提交
3481
$lflags       = -ldl
3482
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
3483
$cpuid_obj    = 
3484
$bn_obj       = 
R
Richard Levitte 已提交
3485
$des_obj      = 
3486
$aes_obj      = 
R
Richard Levitte 已提交
3487 3488 3489 3490 3491 3492 3493
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3494
$wp_obj       = 
3495
$cmll_obj     = 
A
Andy Polyakov 已提交
3496
$perlasm_scheme = void
R
Richard Levitte 已提交
3497 3498 3499
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3500 3501 3502
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3503
$arflags      = 
3504
$multilib     = 
R
Richard Levitte 已提交
3505

3506
*** linux-generic64
3507
$cc           = gcc
3508
$cflags       = -DTERMIO -O3 -Wall
3509 3510 3511 3512
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
3513
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR
3514
$cpuid_obj    = 
3515
$bn_obj       = 
3516
$des_obj      = 
3517
$aes_obj      = 
3518 3519 3520 3521 3522 3523 3524
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3525
$wp_obj       = 
3526
$cmll_obj     = 
A
Andy Polyakov 已提交
3527
$perlasm_scheme = void
3528 3529 3530
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
3531
$shared_ldflag = 
A
Andy Polyakov 已提交
3532
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3533 3534
$ranlib       = 
$arflags      = 
3535
$multilib     = 
3536

3537 3538 3539
*** linux-ia32-icc
$cc           = icc
$cflags       = -DL_ENDIAN -DTERMIO -O2 -no_cpprt
U
Ulf Möller 已提交
3540 3541 3542 3543 3544
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
3545 3546 3547
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3548
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3549 3550 3551 3552 3553 3554 3555 3556
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3557
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3558
$perlasm_scheme = elf
U
Ulf Möller 已提交
3559 3560
$dso_scheme   = dlfcn
$shared_target= linux-shared
3561
$shared_cflag = -KPIC
B
Bodo Möller 已提交
3562 3563 3564
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3565
$arflags      = 
3566
$multilib     = 
U
Ulf Möller 已提交
3567

3568
*** linux-ia64
R
Richard Levitte 已提交
3569
$cc           = gcc
3570
$cflags       = -DL_ENDIAN -DTERMIO -O3 -Wall
R
Richard Levitte 已提交
3571 3572
$unistd       = 
$thread_cflag = -D_REENTRANT
3573
$sys_id       = 
R
Richard Levitte 已提交
3574
$lflags       = -ldl
A
Andy Polyakov 已提交
3575 3576
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3577
$bn_obj       = bn-ia64.o
3578
$des_obj      = 
3579
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
3580
$bf_obj       = 
A
Andy Polyakov 已提交
3581
$md5_obj      = md5-ia64.o
3582
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
3583
$cast_obj     = 
3584
$rc4_obj      = rc4-ia64.o rc4_skey.o
3585 3586
$rmd160_obj   = 
$rc5_obj      = 
3587
$wp_obj       = 
3588
$cmll_obj     = 
A
Andy Polyakov 已提交
3589
$perlasm_scheme = void
3590 3591 3592 3593 3594 3595 3596
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3597
$multilib     = 
3598 3599 3600 3601 3602 3603 3604 3605

*** linux-ia64-ecc
$cc           = ecc
$cflags       = -DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
3606 3607
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3608 3609 3610 3611
$bn_obj       = bn-ia64.o
$des_obj      = 
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
$bf_obj       = 
A
Andy Polyakov 已提交
3612
$md5_obj      = md5-ia64.o
A
Andy Polyakov 已提交
3613 3614
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
$cast_obj     = 
3615
$rc4_obj      = rc4-ia64.o rc4_skey.o
A
Andy Polyakov 已提交
3616 3617
$rmd160_obj   = 
$rc5_obj      = 
3618
$wp_obj       = 
3619
$cmll_obj     = 
A
Andy Polyakov 已提交
3620
$perlasm_scheme = void
A
Andy Polyakov 已提交
3621 3622 3623 3624 3625 3626 3627
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3628
$multilib     = 
A
Andy Polyakov 已提交
3629 3630 3631 3632 3633 3634 3635 3636

*** linux-ia64-icc
$cc           = icc
$cflags       = -DL_ENDIAN -DTERMIO -O2 -Wall -no_cpprt
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
A
Andy Polyakov 已提交
3637 3638
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_RISC1 DES_INT
$cpuid_obj    = ia64cpuid.o
A
Andy Polyakov 已提交
3639
$bn_obj       = bn-ia64.o
3640
$des_obj      = 
3641
$aes_obj      = aes_core.o aes_cbc.o aes-ia64.o
3642
$bf_obj       = 
A
Andy Polyakov 已提交
3643
$md5_obj      = md5-ia64.o
3644
$sha1_obj     = sha1-ia64.o sha256-ia64.o sha512-ia64.o
3645
$cast_obj     = 
3646
$rc4_obj      = rc4-ia64.o rc4_skey.o
3647 3648
$rmd160_obj   = 
$rc5_obj      = 
3649
$wp_obj       = 
3650
$cmll_obj     = 
A
Andy Polyakov 已提交
3651
$perlasm_scheme = void
R
Richard Levitte 已提交
3652 3653 3654
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3655
$shared_ldflag = 
R
Richard Levitte 已提交
3656
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3657
$ranlib       = 
R
Richard Levitte 已提交
3658
$arflags      = 
3659
$multilib     = 
3660

3661
*** linux-ppc
R
Richard Levitte 已提交
3662
$cc           = gcc
3663
$cflags       = -DB_ENDIAN -DTERMIO -O3 -Wall
R
Richard Levitte 已提交
3664 3665 3666
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
R
Richard Levitte 已提交
3667
$lflags       = -ldl
3668
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3669 3670
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o
R
Richard Levitte 已提交
3671
$des_obj      = 
A
Andy Polyakov 已提交
3672
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
R
Richard Levitte 已提交
3673 3674
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
3675
$sha1_obj     = sha1-ppc.o sha256-ppc.o
R
Richard Levitte 已提交
3676 3677 3678 3679
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3680
$wp_obj       = 
3681
$cmll_obj     = 
A
Andy Polyakov 已提交
3682
$perlasm_scheme = linux32
R
Richard Levitte 已提交
3683
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
3684 3685 3686 3687 3688
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
3689
$arflags      = 
3690
$multilib     = 
R
Richard Levitte 已提交
3691

3692
*** linux-ppc64
3693
$cc           = gcc
A
Andy Polyakov 已提交
3694
$cflags       = -m64 -DB_ENDIAN -DTERMIO -O3 -Wall
3695 3696
$unistd       = 
$thread_cflag = -D_REENTRANT
3697
$sys_id       = 
3698 3699
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
3700 3701
$cpuid_obj    = ppccpuid.o
$bn_obj       = bn-ppc.o ppc-mont.o
3702
$des_obj      = 
A
Andy Polyakov 已提交
3703
$aes_obj      = aes_core.o aes_cbc.o aes-ppc.o
3704 3705
$bf_obj       = 
$md5_obj      = 
A
Andy Polyakov 已提交
3706
$sha1_obj     = sha1-ppc.o sha256-ppc.o sha512-ppc.o
3707 3708 3709 3710
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3711
$wp_obj       = 
3712
$cmll_obj     = 
A
Andy Polyakov 已提交
3713
$perlasm_scheme = linux64
3714 3715 3716
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
3717
$shared_ldflag = -m64
3718
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3719
$ranlib       = 
R
Richard Levitte 已提交
3720
$arflags      = 
3721
$multilib     = 64
3722

A
Andy Polyakov 已提交
3723 3724 3725 3726 3727 3728 3729 3730
*** linux-s390x
$cc           = gcc
$cflags       = -m64 -DB_ENDIAN -DTERMIO -O3 -Wall
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL
A
Andy Polyakov 已提交
3731 3732
$cpuid_obj    = s390xcpuid.o
$bn_obj       = bn-s390x.o s390x-mont.o
A
Andy Polyakov 已提交
3733
$des_obj      = 
A
Andy Polyakov 已提交
3734
$aes_obj      = aes-s390x.o
A
Andy Polyakov 已提交
3735 3736 3737 3738
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = sha1-s390x.o sha256-s390x.o sha512-s390x.o
$cast_obj     = 
A
Andy Polyakov 已提交
3739
$rc4_obj      = rc4-s390x.o
A
Andy Polyakov 已提交
3740 3741 3742
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
3743
$cmll_obj     = 
A
Andy Polyakov 已提交
3744
$perlasm_scheme = void
A
Andy Polyakov 已提交
3745 3746 3747 3748 3749 3750 3751
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
3752
$multilib     = 64
A
Andy Polyakov 已提交
3753

3754
*** linux-sparcv8
3755
$cc           = gcc
R
Richard Levitte 已提交
3756
$cflags       = -mv8 -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -DBN_DIV2W
3757 3758
$unistd       = 
$thread_cflag = -D_REENTRANT
3759
$sys_id       = 
3760
$lflags       = -ldl
3761
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
3762
$cpuid_obj    = 
3763 3764
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
3765
$aes_obj      = 
3766 3767 3768 3769 3770 3771 3772
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3773
$wp_obj       = 
3774
$cmll_obj     = 
A
Andy Polyakov 已提交
3775
$perlasm_scheme = void
3776 3777 3778
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
3779
$shared_ldflag = 
3780
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3781
$ranlib       = 
R
Richard Levitte 已提交
3782
$arflags      = 
3783
$multilib     = 
3784

3785 3786
*** linux-sparcv9
$cc           = gcc
3787
$cflags       = -m32 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall -Wa,-Av8plus -DBN_DIV2W
3788 3789
$unistd       = 
$thread_cflag = -D_REENTRANT
3790
$sys_id       = ULTRASPARC
3791
$lflags       = -ldl
3792
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
3793 3794
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
3795
$des_obj      = des_enc-sparc.o fcrypt_b.o
3796
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
3797
$bf_obj       = 
3798
$md5_obj      = 
A
Andy Polyakov 已提交
3799
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
3800 3801 3802 3803
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3804
$wp_obj       = 
3805
$cmll_obj     = 
A
Andy Polyakov 已提交
3806
$perlasm_scheme = void
G
Geoff Thorpe 已提交
3807 3808 3809
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
3810
$shared_ldflag = -m32
3811
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
R
Richard Levitte 已提交
3812 3813
$ranlib       = 
$arflags      = 
3814
$multilib     = 
R
Richard Levitte 已提交
3815 3816 3817

*** linux-x86_64
$cc           = gcc
R
Richard Levitte 已提交
3818
$cflags       = -m64 -DL_ENDIAN -DTERMIO -O3 -Wall -DMD32_REG_T=int
R
Richard Levitte 已提交
3819 3820 3821 3822
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -ldl
D
Dr. Stephen Henson 已提交
3823
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
3824
$cpuid_obj    = x86_64cpuid.o
3825
$bn_obj       = x86_64-gcc.o x86_64-mont.o
R
Richard Levitte 已提交
3826
$des_obj      = 
A
Andy Polyakov 已提交
3827
$aes_obj      = aes-x86_64.o aesni-x86_64.o
R
Richard Levitte 已提交
3828
$bf_obj       = 
3829
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
3830
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
R
Richard Levitte 已提交
3831
$cast_obj     = 
3832
$rc4_obj      = rc4-x86_64.o
R
Richard Levitte 已提交
3833 3834
$rmd160_obj   = 
$rc5_obj      = 
3835
$wp_obj       = wp-x86_64.o
3836
$cmll_obj     = cmll-x86_64.o cmll_misc.o
3837
$perlasm_scheme = elf
R
Richard Levitte 已提交
3838 3839 3840
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
3841
$shared_ldflag = -m64
R
Richard Levitte 已提交
3842
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3843 3844
$ranlib       = 
$arflags      = 
3845
$multilib     = 64
3846 3847 3848

*** linux64-sparcv9
$cc           = gcc
R
Richard Levitte 已提交
3849
$cflags       = -m64 -mcpu=ultrasparc -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall
3850 3851 3852 3853
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = ULTRASPARC
$lflags       = -ldl
3854
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
3855 3856
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
3857
$des_obj      = des_enc-sparc.o fcrypt_b.o
3858
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
3859
$bf_obj       = 
3860
$md5_obj      = 
A
Andy Polyakov 已提交
3861
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
3862 3863 3864 3865
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3866
$wp_obj       = 
3867
$cmll_obj     = 
A
Andy Polyakov 已提交
3868
$perlasm_scheme = void
3869 3870 3871 3872 3873
$dso_scheme   = dlfcn
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
3874
$ranlib       = 
R
Richard Levitte 已提交
3875
$arflags      = 
3876
$multilib     = 64
3877

D
Dr. Stephen Henson 已提交
3878 3879
*** mingw
$cc           = gcc
3880
$cflags       = -mno-cygwin -DL_ENDIAN -DOPENSSL_NO_CAPIENG -fomit-frame-pointer -O3 -march=i486 -Wall
D
Dr. Stephen Henson 已提交
3881 3882 3883
$unistd       = 
$thread_cflag = 
$sys_id       = MINGW32
3884
$lflags       = -lws2_32 -lgdi32
B
Bodo Möller 已提交
3885
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT EXPORT_VAR_AS_FN
A
Andy Polyakov 已提交
3886 3887 3888
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
3889
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
3890 3891 3892 3893 3894 3895 3896 3897
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
3898
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
3899
$perlasm_scheme = coff
D
Dr. Stephen Henson 已提交
3900
$dso_scheme   = win32
3901
$shared_target= cygwin-shared
3902
$shared_cflag = -D_WINDLL -DOPENSSL_USE_APPLINK
A
Andy Polyakov 已提交
3903
$shared_ldflag = -mno-cygwin
3904
$shared_extension = .dll.a
D
Dr. Stephen Henson 已提交
3905 3906
$ranlib       = 
$arflags      = 
3907
$multilib     = 
D
Dr. Stephen Henson 已提交
3908

A
Andy Polyakov 已提交
3909 3910 3911 3912 3913 3914
*** mingw64
$cc           = gcc
$cflags       = -mno-cygwin -DL_ENDIAN -O3 -Wall -DWIN32_LEAN_AND_MEAN -DUNICODE -D_UNICODE
$unistd       = 
$thread_cflag = 
$sys_id       = MINGW64
3915
$lflags       = -lws2_32 -lgdi32 -lcrypt32
A
Andy Polyakov 已提交
3916
$bn_ops       = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN
3917 3918
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
A
Andy Polyakov 已提交
3919
$des_obj      = 
A
Andy Polyakov 已提交
3920
$aes_obj      = aes-x86_64.o aesni-x86_64.o
A
Andy Polyakov 已提交
3921
$bf_obj       = 
3922 3923
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
A
Andy Polyakov 已提交
3924
$cast_obj     = 
3925
$rc4_obj      = rc4-x86_64.o
A
Andy Polyakov 已提交
3926 3927
$rmd160_obj   = 
$rc5_obj      = 
3928
$wp_obj       = wp-x86_64.o
3929
$cmll_obj     = cmll-x86_64.o cmll_misc.o
3930
$perlasm_scheme = mingw64
A
Andy Polyakov 已提交
3931 3932 3933 3934 3935 3936 3937
$dso_scheme   = win32
$shared_target= cygwin-shared
$shared_cflag = -D_WINDLL
$shared_ldflag = -mno-cygwin
$shared_extension = .dll.a
$ranlib       = 
$arflags      = 
3938
$multilib     = 
A
Andy Polyakov 已提交
3939

3940 3941 3942 3943 3944
*** ncr-scde
$cc           = cc
$cflags       = -O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw
$unistd       = 
$thread_cflag = (unknown)
3945
$sys_id       = 
R
Richard Levitte 已提交
3946
$lflags       = -lsocket -lnsl -lc89
3947
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
3948
$cpuid_obj    = 
3949 3950
$bn_obj       = 
$des_obj      = 
3951
$aes_obj      = 
3952 3953 3954 3955 3956 3957 3958
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
3959
$wp_obj       = 
3960
$cmll_obj     = 
A
Andy Polyakov 已提交
3961
$perlasm_scheme = 
B
Bodo Möller 已提交
3962
$dso_scheme   = 
R
Richard Levitte 已提交
3963 3964
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
3965
$shared_ldflag = 
3966
$shared_extension = 
3967
$ranlib       = 
R
Richard Levitte 已提交
3968
$arflags      = 
3969
$multilib     = 
3970

3971 3972 3973 3974 3975 3976
*** netware-clib
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
3977
$lflags       = 
A
Andy Polyakov 已提交
3978 3979 3980 3981 3982 3983 3984 3985 3986 3987 3988 3989 3990 3991 3992 3993 3994 3995 3996 3997 3998 3999
$bn_ops       = RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4000
$multilib     = 
A
Andy Polyakov 已提交
4001 4002 4003 4004 4005 4006 4007 4008 4009

*** netware-clib-bsdsock
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = RC4_INDEX MD2_INT
4010
$cpuid_obj    = 
4011 4012
$bn_obj       = 
$des_obj      = 
4013
$aes_obj      = 
4014 4015 4016 4017 4018 4019 4020
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4021
$wp_obj       = 
4022
$cmll_obj     = 
A
Andy Polyakov 已提交
4023 4024 4025 4026 4027 4028 4029 4030
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4031
$multilib     = 
A
Andy Polyakov 已提交
4032 4033 4034 4035 4036 4037 4038 4039 4040 4041 4042 4043 4044 4045 4046 4047 4048 4049 4050 4051 4052 4053 4054 4055 4056 4057 4058 4059 4060 4061

*** netware-clib-bsdsock-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/nwsdk/include/nlm -DNETWARE_BSDSOCK -DNETDB_USE_INTERNET -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYSNAME_NETWARE -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4062
$multilib     = 
A
Andy Polyakov 已提交
4063 4064 4065 4066 4067 4068 4069 4070 4071 4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085

*** netware-clib-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/nwsdk/include/nlm -I/ndk/ws295sdk/include -DL_ENDIAN -DNETWARE_CLIB -DOPENSSL_SYSNAME_NETWARE -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
4086 4087 4088 4089 4090 4091 4092
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4093
$multilib     = 
4094 4095 4096 4097 4098 4099 4100

*** netware-libc
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
4101 4102 4103 4104 4105 4106 4107 4108 4109 4110 4111 4112 4113
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4114
$wp_obj       = 
4115
$cmll_obj     = 
A
Andy Polyakov 已提交
4116
$perlasm_scheme = 
A
Andy Polyakov 已提交
4117 4118 4119 4120 4121 4122 4123
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4124
$multilib     = 
A
Andy Polyakov 已提交
4125 4126 4127 4128 4129 4130 4131 4132 4133

*** netware-libc-bsdsock
$cc           = mwccnlm
$cflags       = 
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
4134
$cpuid_obj    = 
4135 4136
$bn_obj       = 
$des_obj      = 
4137
$aes_obj      = 
4138 4139 4140 4141 4142 4143 4144
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4145
$wp_obj       = 
4146
$cmll_obj     = 
A
Andy Polyakov 已提交
4147 4148 4149 4150 4151 4152 4153 4154
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4155
$multilib     = 
A
Andy Polyakov 已提交
4156 4157 4158 4159 4160 4161 4162 4163 4164 4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178

*** netware-libc-bsdsock-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/libc/include -DNETWARE_BSDSOCK -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
4179 4180 4181 4182 4183 4184 4185
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4186
$multilib     = 
4187

R
Richard Levitte 已提交
4188 4189 4190 4191 4192 4193
*** netware-libc-gcc
$cc           = i586-netware-gcc
$cflags       = -nostdinc -I/ndk/libc/include -I/ndk/libc/include/winsock -DL_ENDIAN -DNETWARE_LIBC -DOPENSSL_SYSNAME_NETWARE -DTERMIO -O2 -Wall
$unistd       = 
$thread_cflag = 
$sys_id       = 
A
Andy Polyakov 已提交
4194 4195
$lflags       = 
$bn_ops       = BN_LLONG RC4_INDEX MD2_INT
4196
$cpuid_obj    = 
R
Richard Levitte 已提交
4197 4198
$bn_obj       = 
$des_obj      = 
4199
$aes_obj      = 
R
Richard Levitte 已提交
4200 4201 4202 4203 4204 4205 4206
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4207
$wp_obj       = 
4208
$cmll_obj     = 
A
Andy Polyakov 已提交
4209
$perlasm_scheme = 
R
Richard Levitte 已提交
4210 4211 4212 4213 4214 4215 4216
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4217
$multilib     = 
R
Richard Levitte 已提交
4218

R
Richard Levitte 已提交
4219 4220
*** newsos4-gcc
$cc           = gcc
4221
$cflags       = -O -DB_ENDIAN
R
Richard Levitte 已提交
4222 4223
$unistd       = 
$thread_cflag = (unknown)
4224
$sys_id       = NEWS4
R
Richard Levitte 已提交
4225 4226
$lflags       = -lmld -liberty
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4227
$cpuid_obj    = 
R
Richard Levitte 已提交
4228 4229
$bn_obj       = 
$des_obj      = 
4230
$aes_obj      = 
R
Richard Levitte 已提交
4231 4232 4233 4234 4235 4236 4237
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4238
$wp_obj       = 
4239
$cmll_obj     = 
A
Andy Polyakov 已提交
4240
$perlasm_scheme = 
R
Richard Levitte 已提交
4241 4242 4243
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4244
$shared_ldflag = 
4245
$shared_extension = 
4246
$ranlib       = 
R
Richard Levitte 已提交
4247
$arflags      = 
4248
$multilib     = 
R
Richard Levitte 已提交
4249

4250 4251 4252 4253 4254
*** nextstep
$cc           = cc
$cflags       = -O -Wall
$unistd       = <libc.h>
$thread_cflag = (unknown)
4255
$sys_id       = 
4256 4257
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4258
$cpuid_obj    = 
4259 4260
$bn_obj       = 
$des_obj      = 
4261
$aes_obj      = 
4262 4263 4264 4265 4266 4267 4268
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4269
$wp_obj       = 
4270
$cmll_obj     = 
A
Andy Polyakov 已提交
4271
$perlasm_scheme = 
B
Bodo Möller 已提交
4272
$dso_scheme   = 
R
Richard Levitte 已提交
4273 4274
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4275
$shared_ldflag = 
4276
$shared_extension = 
4277
$ranlib       = 
R
Richard Levitte 已提交
4278
$arflags      = 
4279
$multilib     = 
4280

4281 4282 4283 4284 4285
*** nextstep3.3
$cc           = cc
$cflags       = -O3 -Wall
$unistd       = <libc.h>
$thread_cflag = (unknown)
4286
$sys_id       = 
4287 4288
$lflags       = 
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4289
$cpuid_obj    = 
4290 4291
$bn_obj       = 
$des_obj      = 
4292
$aes_obj      = 
4293 4294 4295 4296 4297 4298 4299
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4300
$wp_obj       = 
4301
$cmll_obj     = 
A
Andy Polyakov 已提交
4302
$perlasm_scheme = 
B
Bodo Möller 已提交
4303
$dso_scheme   = 
R
Richard Levitte 已提交
4304 4305
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4306
$shared_ldflag = 
4307
$shared_extension = 
4308
$ranlib       = 
R
Richard Levitte 已提交
4309
$arflags      = 
4310
$multilib     = 
4311

A
Andy Polyakov 已提交
4312
*** osf1-alpha-cc
4313 4314 4315 4316 4317 4318 4319
$cc           = cc
$cflags       = -std1 -tune host -O4 -readonly_strings
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
A
Andy Polyakov 已提交
4320
$cpuid_obj    = alphacpuid.o
4321
$bn_obj       = bn_asm.o alpha-mont.o
4322 4323 4324 4325 4326 4327 4328 4329 4330
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4331
$wp_obj       = 
4332
$cmll_obj     = 
A
Andy Polyakov 已提交
4333
$perlasm_scheme = void
4334 4335 4336 4337 4338 4339 4340
$dso_scheme   = dlfcn
$shared_target= alpha-osf1-shared
$shared_cflag = 
$shared_ldflag = 
$shared_extension = .so
$ranlib       = 
$arflags      = 
4341
$multilib     = 
4342 4343 4344 4345 4346 4347 4348 4349 4350

*** osf1-alpha-gcc
$cc           = gcc
$cflags       = -O3
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_RISC1
A
Andy Polyakov 已提交
4351
$cpuid_obj    = alphacpuid.o
4352
$bn_obj       = bn_asm.o alpha-mont.o
4353 4354 4355 4356 4357 4358 4359 4360 4361
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4362
$wp_obj       = 
4363
$cmll_obj     = 
A
Andy Polyakov 已提交
4364
$perlasm_scheme = void
4365 4366 4367 4368 4369 4370 4371
$dso_scheme   = dlfcn
$shared_target= alpha-osf1-shared
$shared_cflag = 
$shared_ldflag = 
$shared_extension = .so
$ranlib       = 
$arflags      = 
4372
$multilib     = 
4373

4374 4375 4376 4377 4378
*** purify
$cc           = purify gcc
$cflags       = -g -DPURIFY -Wall
$unistd       = 
$thread_cflag = (unknown)
4379
$sys_id       = 
4380 4381
$lflags       = -lsocket -lnsl
$bn_ops       = 
4382
$cpuid_obj    = 
4383 4384
$bn_obj       = 
$des_obj      = 
4385
$aes_obj      = 
4386 4387 4388 4389 4390 4391 4392
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4393
$wp_obj       = 
4394
$cmll_obj     = 
A
Andy Polyakov 已提交
4395
$perlasm_scheme = 
B
Bodo Möller 已提交
4396
$dso_scheme   = 
R
Richard Levitte 已提交
4397 4398
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4399
$shared_ldflag = 
4400
$shared_extension = 
4401
$ranlib       = 
R
Richard Levitte 已提交
4402
$arflags      = 
4403
$multilib     = 
4404

B
Bodo Möller 已提交
4405 4406 4407 4408
*** qnx4
$cc           = cc
$cflags       = -DL_ENDIAN -DTERMIO
$unistd       = 
B
update  
Bodo Möller 已提交
4409
$thread_cflag = (unknown)
4410
$sys_id       = 
B
Bodo Möller 已提交
4411 4412
$lflags       = 
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
4413
$cpuid_obj    = 
B
update  
Bodo Möller 已提交
4414 4415
$bn_obj       = 
$des_obj      = 
4416
$aes_obj      = 
B
update  
Bodo Möller 已提交
4417 4418 4419 4420 4421 4422 4423
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4424
$wp_obj       = 
4425
$cmll_obj     = 
A
Andy Polyakov 已提交
4426
$perlasm_scheme = 
B
Bodo Möller 已提交
4427 4428 4429
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4430
$shared_ldflag = 
4431
$shared_extension = 
4432
$ranlib       = 
R
Richard Levitte 已提交
4433
$arflags      = 
4434
$multilib     = 
B
Bodo Möller 已提交
4435

4436 4437 4438 4439 4440
*** rhapsody-ppc-cc
$cc           = cc
$cflags       = -O3 -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
R
Richard Levitte 已提交
4441
$sys_id       = MACOSX_RHAPSODY
4442 4443
$lflags       = 
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4444
$cpuid_obj    = 
4445 4446
$bn_obj       = 
$des_obj      = 
4447
$aes_obj      = 
4448 4449 4450 4451 4452 4453 4454
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4455
$wp_obj       = 
4456
$cmll_obj     = 
A
Andy Polyakov 已提交
4457
$perlasm_scheme = void
B
Bodo Möller 已提交
4458
$dso_scheme   = 
R
Richard Levitte 已提交
4459 4460
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4461
$shared_ldflag = 
4462
$shared_extension = 
4463
$ranlib       = 
R
Richard Levitte 已提交
4464
$arflags      = 
4465
$multilib     = 
4466

4467 4468
*** sco5-cc
$cc           = cc
R
Richard Levitte 已提交
4469
$cflags       = -belf
4470 4471
$unistd       = 
$thread_cflag = (unknown)
4472
$sys_id       = 
R
Richard Levitte 已提交
4473
$lflags       = -lsocket -lnsl
4474
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4475 4476 4477
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
4478
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
4479 4480 4481 4482 4483 4484 4485 4486
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
4487
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4488
$perlasm_scheme = elf
R
Richard Levitte 已提交
4489 4490 4491
$dso_scheme   = dlfcn
$shared_target= svr3-shared
$shared_cflag = -Kpic
B
Bodo Möller 已提交
4492
$shared_ldflag = 
R
Richard Levitte 已提交
4493
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4494
$ranlib       = 
R
Richard Levitte 已提交
4495
$arflags      = 
4496
$multilib     = 
4497 4498 4499 4500 4501 4502

*** sco5-gcc
$cc           = gcc
$cflags       = -O3 -fomit-frame-pointer
$unistd       = 
$thread_cflag = (unknown)
4503
$sys_id       = 
R
Richard Levitte 已提交
4504
$lflags       = -lsocket -lnsl
4505
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4506 4507 4508
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
4509
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
4510 4511 4512 4513 4514 4515 4516 4517
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
4518
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4519
$perlasm_scheme = elf
R
Richard Levitte 已提交
4520 4521 4522
$dso_scheme   = dlfcn
$shared_target= svr3-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
4523
$shared_ldflag = 
R
Richard Levitte 已提交
4524
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
4525
$ranlib       = 
R
Richard Levitte 已提交
4526
$arflags      = 
4527
$multilib     = 
4528

4529
*** solaris-sparcv7-cc
4530
$cc           = cc
4531
$cflags       = -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4532 4533
$unistd       = 
$thread_cflag = -D_REENTRANT
4534
$sys_id       = 
B
Bodo Möller 已提交
4535
$lflags       = -lsocket -lnsl -ldl
4536
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4537
$cpuid_obj    = 
4538
$bn_obj       = 
4539
$des_obj      = 
4540
$aes_obj      = 
4541 4542 4543 4544 4545 4546 4547
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4548
$wp_obj       = 
4549
$cmll_obj     = 
A
Andy Polyakov 已提交
4550
$perlasm_scheme = void
B
Bodo Möller 已提交
4551
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4552 4553
$shared_target= solaris-shared
$shared_cflag = -KPIC
4554
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4555 4556
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4557
$arflags      = 
4558
$multilib     = 
4559

4560
*** solaris-sparcv7-gcc
4561
$cc           = gcc
4562
$cflags       = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
4563 4564
$unistd       = 
$thread_cflag = -D_REENTRANT
4565
$sys_id       = 
B
Bodo Möller 已提交
4566
$lflags       = -lsocket -lnsl -ldl
4567
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4568
$cpuid_obj    = 
4569
$bn_obj       = 
4570
$des_obj      = 
4571
$aes_obj      = 
4572 4573 4574 4575 4576 4577 4578
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4579
$wp_obj       = 
4580
$cmll_obj     = 
A
Andy Polyakov 已提交
4581
$perlasm_scheme = void
B
Bodo Möller 已提交
4582
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4583
$shared_target= solaris-shared
R
Richard Levitte 已提交
4584
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4585
$shared_ldflag = -shared
B
Bodo Möller 已提交
4586 4587
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4588
$arflags      = 
4589
$multilib     = 
4590

4591
*** solaris-sparcv8-cc
4592
$cc           = cc
4593
$cflags       = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4594 4595
$unistd       = 
$thread_cflag = -D_REENTRANT
4596
$sys_id       = 
B
Bodo Möller 已提交
4597
$lflags       = -lsocket -lnsl -ldl
4598
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4599
$cpuid_obj    = 
4600 4601
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
4602
$aes_obj      = 
4603 4604 4605 4606 4607 4608 4609
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4610
$wp_obj       = 
4611
$cmll_obj     = 
A
Andy Polyakov 已提交
4612
$perlasm_scheme = void
B
Bodo Möller 已提交
4613
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4614 4615
$shared_target= solaris-shared
$shared_cflag = -KPIC
4616
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4617 4618
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4619
$arflags      = 
4620
$multilib     = 
4621 4622 4623 4624 4625 4626

*** solaris-sparcv8-gcc
$cc           = gcc
$cflags       = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
$unistd       = 
$thread_cflag = -D_REENTRANT
4627
$sys_id       = 
B
Bodo Möller 已提交
4628
$lflags       = -lsocket -lnsl -ldl
4629
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4630
$cpuid_obj    = 
4631 4632
$bn_obj       = sparcv8.o
$des_obj      = des_enc-sparc.o fcrypt_b.o
4633
$aes_obj      = 
4634 4635 4636 4637 4638 4639 4640
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4641
$wp_obj       = 
4642
$cmll_obj     = 
A
Andy Polyakov 已提交
4643
$perlasm_scheme = void
B
Bodo Möller 已提交
4644
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4645
$shared_target= solaris-shared
R
Richard Levitte 已提交
4646
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4647
$shared_ldflag = -shared
B
Bodo Möller 已提交
4648 4649
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4650
$arflags      = 
4651
$multilib     = 
4652

4653
*** solaris-sparcv9-cc
4654
$cc           = cc
4655
$cflags       = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
4656 4657
$unistd       = 
$thread_cflag = -D_REENTRANT
4658
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4659
$lflags       = -lsocket -lnsl -ldl
4660
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4661 4662
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4663
$des_obj      = des_enc-sparc.o fcrypt_b.o
4664
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4665
$bf_obj       = 
4666
$md5_obj      = 
A
Andy Polyakov 已提交
4667
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4668 4669 4670 4671
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4672
$wp_obj       = 
4673
$cmll_obj     = 
A
Andy Polyakov 已提交
4674
$perlasm_scheme = void
B
Bodo Möller 已提交
4675
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4676 4677
$shared_target= solaris-shared
$shared_cflag = -KPIC
4678
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4679 4680
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4681
$arflags      = 
4682
$multilib     = 
4683

4684
*** solaris-sparcv9-gcc
4685
$cc           = gcc
4686
$cflags       = -m32 -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
4687 4688
$unistd       = 
$thread_cflag = -D_REENTRANT
4689
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4690
$lflags       = -lsocket -lnsl -ldl
4691
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
4692 4693
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4694
$des_obj      = des_enc-sparc.o fcrypt_b.o
4695
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4696
$bf_obj       = 
4697
$md5_obj      = 
A
Andy Polyakov 已提交
4698
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4699 4700 4701 4702
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4703
$wp_obj       = 
4704
$cmll_obj     = 
A
Andy Polyakov 已提交
4705
$perlasm_scheme = void
B
Bodo Möller 已提交
4706
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4707
$shared_target= solaris-shared
R
Richard Levitte 已提交
4708
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4709
$shared_ldflag = -shared
B
Bodo Möller 已提交
4710 4711
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4712
$arflags      = 
4713
$multilib     = 
4714

R
Richard Levitte 已提交
4715 4716 4717 4718 4719 4720 4721 4722
*** solaris-x86-cc
$cc           = cc
$cflags       = -fast -O -Xa
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl -ldl
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR
4723
$cpuid_obj    = 
R
Richard Levitte 已提交
4724 4725
$bn_obj       = 
$des_obj      = 
4726
$aes_obj      = 
R
Richard Levitte 已提交
4727 4728 4729 4730 4731 4732 4733
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4734
$wp_obj       = 
4735
$cmll_obj     = 
A
Andy Polyakov 已提交
4736
$perlasm_scheme = void
R
Richard Levitte 已提交
4737 4738 4739
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -KPIC
4740
$shared_ldflag = -G -dy -z text
B
Bodo Möller 已提交
4741 4742
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4743
$arflags      = 
4744
$multilib     = 
R
Richard Levitte 已提交
4745

4746 4747
*** solaris-x86-gcc
$cc           = gcc
4748
$cflags       = -O3 -fomit-frame-pointer -march=pentium -Wall -DL_ENDIAN -DOPENSSL_NO_INLINE_ASM
4749 4750
$unistd       = 
$thread_cflag = -D_REENTRANT
4751
$sys_id       = 
B
Bodo Möller 已提交
4752
$lflags       = -lsocket -lnsl -ldl
4753
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
4754 4755 4756
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
4757
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
4758 4759 4760 4761 4762 4763 4764 4765
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
4766
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
4767
$perlasm_scheme = elf
B
Bodo Möller 已提交
4768
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4769
$shared_target= solaris-shared
R
Richard Levitte 已提交
4770
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4771
$shared_ldflag = -shared
B
Bodo Möller 已提交
4772 4773
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4774
$arflags      = 
4775
$multilib     = 
4776

4777
*** solaris64-sparcv9-cc
4778
$cc           = cc
4779
$cflags       = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN
4780 4781
$unistd       = 
$thread_cflag = -D_REENTRANT
4782
$sys_id       = ULTRASPARC
B
Bodo Möller 已提交
4783
$lflags       = -lsocket -lnsl -ldl
4784
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4785 4786
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4787
$des_obj      = des_enc-sparc.o fcrypt_b.o
4788
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4789
$bf_obj       = 
4790
$md5_obj      = 
A
Andy Polyakov 已提交
4791
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4792 4793 4794 4795
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4796
$wp_obj       = 
4797
$cmll_obj     = 
A
Andy Polyakov 已提交
4798
$perlasm_scheme = void
B
Bodo Möller 已提交
4799
$dso_scheme   = dlfcn
R
Richard Levitte 已提交
4800 4801
$shared_target= solaris-shared
$shared_cflag = -KPIC
4802
$shared_ldflag = -xarch=v9 -G -dy -z text
B
Bodo Möller 已提交
4803 4804
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = /usr/ccs/bin/ar rs
R
Richard Levitte 已提交
4805
$arflags      = 
4806
$multilib     = /64
4807

4808 4809 4810 4811 4812 4813 4814
*** solaris64-sparcv9-gcc
$cc           = gcc
$cflags       = -m64 -mcpu=ultrasparc -O3 -Wall -DB_ENDIAN
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = ULTRASPARC
$lflags       = -lsocket -lnsl -ldl
4815
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
4816 4817
$cpuid_obj    = sparcv9cap.o sparccpuid.o
$bn_obj       = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o
4818
$des_obj      = des_enc-sparc.o fcrypt_b.o
4819
$aes_obj      = aes_core.o aes_cbc.o aes-sparcv9.o
4820
$bf_obj       = 
4821
$md5_obj      = 
A
Andy Polyakov 已提交
4822
$sha1_obj     = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o
4823 4824 4825 4826
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4827
$wp_obj       = 
4828
$cmll_obj     = 
A
Andy Polyakov 已提交
4829
$perlasm_scheme = void
4830 4831 4832
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -fPIC
A
Andy Polyakov 已提交
4833
$shared_ldflag = -m64 -shared
4834 4835
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
4836
$arflags      = 
4837
$multilib     = /64
4838

4839 4840 4841 4842 4843 4844 4845
*** solaris64-x86_64-cc
$cc           = cc
$cflags       = -fast -xarch=amd64 -xstrconst -Xa -DL_ENDIAN
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl -ldl
D
Dr. Stephen Henson 已提交
4846
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
4847 4848
$cpuid_obj    = x86_64cpuid.o
$bn_obj       = x86_64-gcc.o x86_64-mont.o
4849
$des_obj      = 
A
Andy Polyakov 已提交
4850
$aes_obj      = aes-x86_64.o aesni-x86_64.o
4851
$bf_obj       = 
4852 4853
$md5_obj      = md5-x86_64.o
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
4854
$cast_obj     = 
4855
$rc4_obj      = rc4-x86_64.o
4856 4857
$rmd160_obj   = 
$rc5_obj      = 
4858
$wp_obj       = wp-x86_64.o
4859
$cmll_obj     = cmll-x86_64.o cmll_misc.o
4860
$perlasm_scheme = elf
4861 4862 4863
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -KPIC
4864
$shared_ldflag = -xarch=amd64 -G -dy -z text
4865 4866 4867
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
4868
$multilib     = /64
4869 4870 4871 4872 4873 4874 4875 4876

*** solaris64-x86_64-gcc
$cc           = gcc
$cflags       = -m64 -O3 -Wall -DL_ENDIAN -DMD32_REG_T=int
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl -ldl
D
Dr. Stephen Henson 已提交
4877
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL
4878
$cpuid_obj    = x86_64cpuid.o
4879
$bn_obj       = x86_64-gcc.o x86_64-mont.o
4880
$des_obj      = 
A
Andy Polyakov 已提交
4881
$aes_obj      = aes-x86_64.o aesni-x86_64.o
4882
$bf_obj       = 
4883
$md5_obj      = md5-x86_64.o
R
Richard Levitte 已提交
4884
$sha1_obj     = sha1-x86_64.o sha256-x86_64.o sha512-x86_64.o
4885
$cast_obj     = 
4886
$rc4_obj      = rc4-x86_64.o
4887 4888
$rmd160_obj   = 
$rc5_obj      = 
4889
$wp_obj       = wp-x86_64.o
4890
$cmll_obj     = cmll-x86_64.o cmll_misc.o
4891
$perlasm_scheme = elf
4892 4893 4894 4895 4896 4897 4898
$dso_scheme   = dlfcn
$shared_target= solaris-shared
$shared_cflag = -fPIC
$shared_ldflag = -m64 -shared -static-libgcc
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
4899
$multilib     = /64
4900

4901 4902
*** sunos-gcc
$cc           = gcc
B
Bodo Möller 已提交
4903
$cflags       = -O3 -mv8 -Dssize_t=int
4904 4905
$unistd       = 
$thread_cflag = (unknown)
R
Richard Levitte 已提交
4906
$sys_id       = SUNOS
4907
$lflags       = 
4908
$bn_ops       = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL DES_PTR DES_RISC1
4909
$cpuid_obj    = 
4910 4911
$bn_obj       = 
$des_obj      = 
4912
$aes_obj      = 
4913 4914 4915 4916 4917 4918 4919
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4920
$wp_obj       = 
4921
$cmll_obj     = 
A
Andy Polyakov 已提交
4922
$perlasm_scheme = void
B
Bodo Möller 已提交
4923
$dso_scheme   = 
R
Richard Levitte 已提交
4924 4925
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
4926
$shared_ldflag = 
4927
$shared_extension = 
4928
$ranlib       = 
R
Richard Levitte 已提交
4929
$arflags      = 
4930
$multilib     = 
4931

R
Richard Levitte 已提交
4932 4933 4934 4935 4936 4937 4938 4939
*** tandem-c89
$cc           = c89
$cflags       = -Ww -D__TANDEM -D_XOPEN_SOURCE -D_XOPEN_SOURCE_EXTENDED=1 -D_TANDEM_SOURCE -DB_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = 
$lflags       = 
$bn_ops       = THIRTY_TWO_BIT
4940
$cpuid_obj    = 
R
Richard Levitte 已提交
4941 4942
$bn_obj       = 
$des_obj      = 
4943
$aes_obj      = 
R
Richard Levitte 已提交
4944 4945 4946 4947 4948 4949 4950
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4951
$wp_obj       = 
4952
$cmll_obj     = 
A
Andy Polyakov 已提交
4953
$perlasm_scheme = 
R
Richard Levitte 已提交
4954 4955 4956 4957 4958 4959 4960
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
4961
$multilib     = 
R
Richard Levitte 已提交
4962

4963 4964 4965 4966 4967 4968 4969 4970
*** tru64-alpha-cc
$cc           = cc
$cflags       = -std1 -tune host -fast -readonly_strings
$unistd       = 
$thread_cflag = -pthread
$sys_id       = 
$lflags       = 
$bn_ops       = SIXTY_FOUR_BIT_LONG RC4_CHUNK
A
Andy Polyakov 已提交
4971
$cpuid_obj    = alphacpuid.o
4972
$bn_obj       = bn_asm.o alpha-mont.o
4973 4974 4975 4976 4977 4978 4979 4980 4981
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
4982
$wp_obj       = 
4983
$cmll_obj     = 
A
Andy Polyakov 已提交
4984
$perlasm_scheme = void
4985
$dso_scheme   = dlfcn
4986
$shared_target= alpha-osf1-shared
4987
$shared_cflag = 
4988
$shared_ldflag = -msym
4989 4990 4991
$shared_extension = .so
$ranlib       = 
$arflags      = 
4992
$multilib     = 
4993

D
Dr. Stephen Henson 已提交
4994 4995 4996 4997 4998 4999 5000 5001 5002 5003 5004 5005 5006 5007 5008 5009 5010 5011 5012 5013 5014 5015 5016 5017 5018 5019 5020 5021 5022 5023 5024 5025 5026 5027 5028 5029 5030 5031 5032 5033 5034 5035 5036 5037 5038 5039 5040 5041 5042 5043 5044 5045 5046 5047 5048 5049 5050 5051 5052 5053 5054 5055
*** uClinux-dist
$cc           = 
$cflags       = $(CFLAGS)
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = $(LDFLAGS) $(LDLIBS)
$bn_ops       = BN_LLONG
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -shared
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

*** uClinux-dist64
$cc           = 
$cflags       = $(CFLAGS)
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = $(LDFLAGS) $(LDLIBS)
$bn_ops       = SIXTY_FOUR_BIT_LONG
$cpuid_obj    = 
$bn_obj       = 
$des_obj      = 
$aes_obj      = 
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
$wp_obj       = 
$cmll_obj     = 
$perlasm_scheme = 
$dso_scheme   = 
$shared_target= linux-shared
$shared_cflag = -fPIC
$shared_ldflag = -shared
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
$arflags      = 
$multilib     = 

5056 5057
*** ultrix-cc
$cc           = cc
A
Andy Polyakov 已提交
5058
$cflags       = -std1 -O -Olimit 2500 -DL_ENDIAN
5059 5060
$unistd       = 
$thread_cflag = (unknown)
5061
$sys_id       = 
5062 5063
$lflags       = 
$bn_ops       = 
5064
$cpuid_obj    = 
5065 5066
$bn_obj       = 
$des_obj      = 
5067
$aes_obj      = 
5068 5069 5070 5071 5072 5073 5074
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5075
$wp_obj       = 
5076
$cmll_obj     = 
A
Andy Polyakov 已提交
5077
$perlasm_scheme = 
B
Bodo Möller 已提交
5078
$dso_scheme   = 
R
Richard Levitte 已提交
5079 5080
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
5081
$shared_ldflag = 
5082
$shared_extension = 
5083
$ranlib       = 
R
Richard Levitte 已提交
5084
$arflags      = 
5085
$multilib     = 
5086 5087 5088 5089 5090 5091

*** ultrix-gcc
$cc           = gcc
$cflags       = -O3 -DL_ENDIAN
$unistd       = 
$thread_cflag = (unknown)
5092
$sys_id       = 
5093
$lflags       = 
A
Andy Polyakov 已提交
5094
$bn_ops       = BN_LLONG
5095
$cpuid_obj    = 
5096 5097
$bn_obj       = 
$des_obj      = 
5098
$aes_obj      = 
5099 5100 5101 5102 5103 5104 5105
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5106
$wp_obj       = 
5107
$cmll_obj     = 
A
Andy Polyakov 已提交
5108
$perlasm_scheme = 
B
Bodo Möller 已提交
5109
$dso_scheme   = 
R
Richard Levitte 已提交
5110 5111
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
5112
$shared_ldflag = 
5113
$shared_extension = 
5114
$ranlib       = 
R
Richard Levitte 已提交
5115
$arflags      = 
5116
$multilib     = 
5117 5118 5119

*** unixware-2.0
$cc           = cc
B
update  
Bodo Möller 已提交
5120
$cflags       = -DFILIO_H -DNO_STRINGS_H
5121
$unistd       = 
B
Update.  
Bodo Möller 已提交
5122
$thread_cflag = -Kthread
5123
$sys_id       = 
B
update  
Bodo Möller 已提交
5124
$lflags       = -lsocket -lnsl -lresolv -lx
5125
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
5126
$cpuid_obj    = 
5127 5128
$bn_obj       = 
$des_obj      = 
5129
$aes_obj      = 
5130 5131 5132 5133 5134 5135 5136
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5137
$wp_obj       = 
5138
$cmll_obj     = 
A
Andy Polyakov 已提交
5139
$perlasm_scheme = 
B
Bodo Möller 已提交
5140
$dso_scheme   = 
R
Richard Levitte 已提交
5141 5142
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
5143
$shared_ldflag = 
5144
$shared_extension = 
5145
$ranlib       = 
R
Richard Levitte 已提交
5146
$arflags      = 
5147
$multilib     = 
5148

B
Update.  
Bodo Möller 已提交
5149 5150 5151
*** unixware-2.1
$cc           = cc
$cflags       = -O -DFILIO_H
5152
$unistd       = 
B
Update.  
Bodo Möller 已提交
5153
$thread_cflag = -Kthread
5154
$sys_id       = 
B
update  
Bodo Möller 已提交
5155
$lflags       = -lsocket -lnsl -lresolv -lx
B
Update.  
Bodo Möller 已提交
5156
$bn_ops       = DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
5157
$cpuid_obj    = 
B
Update.  
Bodo Möller 已提交
5158 5159
$bn_obj       = 
$des_obj      = 
5160
$aes_obj      = 
B
Update.  
Bodo Möller 已提交
5161 5162 5163 5164 5165 5166 5167
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5168
$wp_obj       = 
5169
$cmll_obj     = 
A
Andy Polyakov 已提交
5170
$perlasm_scheme = 
B
Update.  
Bodo Möller 已提交
5171 5172 5173
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
B
Bodo Möller 已提交
5174
$shared_ldflag = 
B
Update.  
Bodo Möller 已提交
5175 5176
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
5177
$arflags      = 
5178
$multilib     = 
B
Update.  
Bodo Möller 已提交
5179

R
Richard Levitte 已提交
5180 5181 5182 5183 5184
*** unixware-7
$cc           = cc
$cflags       = -O -DFILIO_H -Kalloca
$unistd       = 
$thread_cflag = -Kthread
5185
$sys_id       = 
R
Richard Levitte 已提交
5186
$lflags       = -lsocket -lnsl
G
Geoff Thorpe 已提交
5187
$bn_ops       = BN_LLONG MD2_CHAR RC4_INDEX DES_PTR DES_RISC1 DES_UNROLL
A
Andy Polyakov 已提交
5188 5189 5190
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
5191
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
5192 5193 5194 5195 5196 5197 5198 5199
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
5200
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
5201
$perlasm_scheme = elf
L
Lutz Jänicke 已提交
5202 5203 5204
$dso_scheme   = dlfcn
$shared_target= svr5-shared
$shared_cflag = -Kpic
B
Bodo Möller 已提交
5205 5206 5207
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
5208
$arflags      = 
5209
$multilib     = 
G
Geoff Thorpe 已提交
5210

5211 5212
*** unixware-7-gcc
$cc           = gcc
A
Andy Polyakov 已提交
5213
$cflags       = -DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -march=pentium -Wall
5214 5215 5216 5217 5218
$unistd       = 
$thread_cflag = -D_REENTRANT
$sys_id       = 
$lflags       = -lsocket -lnsl
$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
A
Andy Polyakov 已提交
5219 5220 5221
$cpuid_obj    = x86cpuid.o
$bn_obj       = bn-586.o co-586.o x86-mont.o
$des_obj      = des-586.o crypt586.o
A
Andy Polyakov 已提交
5222
$aes_obj      = aes-586.o aesni-x86.o
A
Andy Polyakov 已提交
5223 5224 5225 5226 5227 5228 5229 5230
$bf_obj       = bf-586.o
$md5_obj      = md5-586.o
$sha1_obj     = sha1-586.o sha256-586.o sha512-586.o
$cast_obj     = cast-586.o
$rc4_obj      = rc4-586.o
$rmd160_obj   = rmd-586.o
$rc5_obj      = rc5-586.o
$wp_obj       = wp_block.o wp-mmx.o
5231
$cmll_obj     = cmll-x86.o
A
Andy Polyakov 已提交
5232
$perlasm_scheme = elf
5233 5234 5235
$dso_scheme   = dlfcn
$shared_target= gnu-shared
$shared_cflag = -fPIC
B
Bodo Möller 已提交
5236 5237 5238
$shared_ldflag = 
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib       = 
R
Richard Levitte 已提交
5239
$arflags      = 
5240
$multilib     = 
5241

R
Richard Levitte 已提交
5242 5243
*** vos-gcc
$cc           = gcc
D
Dr. Stephen Henson 已提交
5244
$cflags       = -O3 -Wall -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN
R
Richard Levitte 已提交
5245 5246 5247 5248 5249
$unistd       = 
$thread_cflag = (unknown)
$sys_id       = VOS
$lflags       = -Wl,-map
$bn_ops       = BN_LLONG
5250
$cpuid_obj    = 
R
Richard Levitte 已提交
5251 5252
$bn_obj       = 
$des_obj      = 
5253
$aes_obj      = 
R
Richard Levitte 已提交
5254 5255 5256 5257 5258 5259 5260
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5261
$wp_obj       = 
5262
$cmll_obj     = 
A
Andy Polyakov 已提交
5263
$perlasm_scheme = void
R
Richard Levitte 已提交
5264 5265 5266
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
5267 5268
$shared_ldflag = 
$shared_extension = .so
R
Richard Levitte 已提交
5269 5270
$ranlib       = 
$arflags      = 
5271
$multilib     = 
R
Richard Levitte 已提交
5272

G
Geoff Thorpe 已提交
5273 5274 5275 5276 5277 5278 5279 5280
*** vxworks-mipsle
$cc           = ccmips
$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
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5281
$cpuid_obj    = 
G
Geoff Thorpe 已提交
5282 5283
$bn_obj       = 
$des_obj      = 
5284
$aes_obj      = 
G
Geoff Thorpe 已提交
5285 5286 5287 5288 5289 5290 5291
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5292
$wp_obj       = 
5293
$cmll_obj     = 
A
Andy Polyakov 已提交
5294
$perlasm_scheme = void
G
Geoff Thorpe 已提交
5295 5296 5297 5298 5299 5300 5301
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = ranlibmips
$arflags      = 
5302
$multilib     = 
G
Geoff Thorpe 已提交
5303

G
Geoff Thorpe 已提交
5304 5305 5306 5307 5308 5309 5310 5311
*** vxworks-ppc405
$cc           = ccppc
$cflags       = -g -msoft-float -mlongcall -DCPU=PPC405 -I$(WIND_BASE)/target/h
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5312
$cpuid_obj    = 
G
Geoff Thorpe 已提交
5313 5314
$bn_obj       = 
$des_obj      = 
5315
$aes_obj      = 
G
Geoff Thorpe 已提交
5316 5317 5318 5319 5320 5321 5322
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5323
$wp_obj       = 
5324
$cmll_obj     = 
A
Andy Polyakov 已提交
5325
$perlasm_scheme = 
G
Geoff Thorpe 已提交
5326 5327 5328 5329 5330 5331
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
R
Richard Levitte 已提交
5332
$arflags      = 
5333
$multilib     = 
R
Richard Levitte 已提交
5334 5335 5336 5337 5338 5339 5340 5341 5342

*** vxworks-ppc750
$cc           = ccppc
$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)
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5343
$cpuid_obj    = 
R
Richard Levitte 已提交
5344 5345
$bn_obj       = 
$des_obj      = 
5346
$aes_obj      = 
R
Richard Levitte 已提交
5347 5348 5349 5350 5351 5352 5353
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5354
$wp_obj       = 
5355
$cmll_obj     = 
A
Andy Polyakov 已提交
5356
$perlasm_scheme = 
R
Richard Levitte 已提交
5357 5358 5359 5360 5361 5362 5363
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5364
$multilib     = 
R
Richard Levitte 已提交
5365 5366 5367 5368 5369 5370 5371 5372 5373

*** vxworks-ppc750-debug
$cc           = ccppc
$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
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5374
$cpuid_obj    = 
R
Richard Levitte 已提交
5375 5376
$bn_obj       = 
$des_obj      = 
5377
$aes_obj      = 
R
Richard Levitte 已提交
5378 5379 5380 5381 5382 5383 5384
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5385
$wp_obj       = 
5386
$cmll_obj     = 
A
Andy Polyakov 已提交
5387
$perlasm_scheme = 
R
Richard Levitte 已提交
5388 5389 5390 5391 5392 5393 5394
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5395
$multilib     = 
5396 5397 5398

*** vxworks-ppc860
$cc           = ccppc
G
Geoff Thorpe 已提交
5399
$cflags       = -nostdinc -msoft-float -DCPU=PPC860 -DNO_STRINGS_H -I$(WIND_BASE)/target/h
5400 5401 5402 5403 5404
$unistd       = 
$thread_cflag = 
$sys_id       = VXWORKS
$lflags       = -r
$bn_ops       = 
5405
$cpuid_obj    = 
5406 5407
$bn_obj       = 
$des_obj      = 
5408
$aes_obj      = 
5409 5410 5411 5412 5413 5414 5415
$bf_obj       = 
$md5_obj      = 
$sha1_obj     = 
$cast_obj     = 
$rc4_obj      = 
$rmd160_obj   = 
$rc5_obj      = 
5416
$wp_obj       = 
5417
$cmll_obj     = 
A
Andy Polyakov 已提交
5418
$perlasm_scheme = 
5419 5420 5421 5422 5423 5424 5425
$dso_scheme   = 
$shared_target= 
$shared_cflag = 
$shared_ldflag = 
$shared_extension = 
$ranlib       = 
$arflags      = 
5426
$multilib     =