"make update" for DSO additions.

This commit is contained in:
Bodo Möller 2000-04-06 22:33:39 +00:00
parent 1d90f28029
commit 05e15b046f

162
TABLE
View File

@ -16,6 +16,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** BC-32 *** BC-32
$cc = bcc32 $cc = bcc32
@ -33,6 +34,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** BS2000-OSD *** BS2000-OSD
$cc = c89 $cc = c89
@ -50,6 +52,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** CygWin32 *** CygWin32
$cc = gcc $cc = gcc
@ -67,6 +70,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** FreeBSD *** FreeBSD
$cc = gcc $cc = gcc
@ -84,6 +88,7 @@ $cast_obj = asm/cx86-out.o
$rc4_obj = asm/rx86-out.o $rc4_obj = asm/rx86-out.o
$rmd160_obj = asm/rm86-out.o $rmd160_obj = asm/rm86-out.o
$rc5_obj = asm/r586-out.o $rc5_obj = asm/r586-out.o
$dso_scheme =
*** FreeBSD-alpha *** FreeBSD-alpha
$cc = gcc $cc = gcc
@ -101,6 +106,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** FreeBSD-elf *** FreeBSD-elf
$cc = gcc $cc = gcc
@ -118,6 +124,7 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme =
*** Mingw32 *** Mingw32
$cc = gcc $cc = gcc
@ -135,6 +142,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** NetBSD-m68 *** NetBSD-m68
$cc = gcc $cc = gcc
@ -152,6 +160,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** NetBSD-sparc *** NetBSD-sparc
$cc = gcc $cc = gcc
@ -169,6 +178,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** NetBSD-x86 *** NetBSD-x86
$cc = gcc $cc = gcc
@ -186,6 +196,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** OpenBSD *** OpenBSD
$cc = gcc $cc = gcc
@ -203,6 +214,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** OpenBSD-alpha *** OpenBSD-alpha
$cc = gcc $cc = gcc
@ -220,6 +232,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** OpenBSD-mips *** OpenBSD-mips
$cc = gcc $cc = gcc
@ -237,6 +250,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** OpenBSD-x86 *** OpenBSD-x86
$cc = gcc $cc = gcc
@ -254,6 +268,7 @@ $cast_obj = asm/cx86-out.o
$rc4_obj = asm/rx86-out.o $rc4_obj = asm/rx86-out.o
$rmd160_obj = asm/rm86-out.o $rmd160_obj = asm/rm86-out.o
$rc5_obj = asm/r586-out.o $rc5_obj = asm/r586-out.o
$dso_scheme =
*** ReliantUNIX *** ReliantUNIX
$cc = cc $cc = cc
@ -271,6 +286,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** SINIX *** SINIX
$cc = cc $cc = cc
@ -288,6 +304,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** SINIX-N *** SINIX-N
$cc = /usr/ucb/cc $cc = /usr/ucb/cc
@ -305,6 +322,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** VC-MSDOS *** VC-MSDOS
$cc = cl $cc = cl
@ -322,6 +340,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** VC-NT *** VC-NT
$cc = cl $cc = cl
@ -339,6 +358,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** VC-W31-16 *** VC-W31-16
$cc = cl $cc = cl
@ -356,6 +376,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** VC-W31-32 *** VC-W31-32
$cc = cl $cc = cl
@ -373,6 +394,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** VC-WIN16 *** VC-WIN16
$cc = cl $cc = cl
@ -390,6 +412,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** VC-WIN32 *** VC-WIN32
$cc = cl $cc = cl
@ -407,6 +430,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** aix-cc *** aix-cc
$cc = cc $cc = cc
@ -424,6 +448,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** aix-gcc *** aix-gcc
$cc = gcc $cc = gcc
@ -441,6 +466,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** alpha-cc *** alpha-cc
$cc = cc $cc = cc
@ -458,6 +484,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** alpha-gcc *** alpha-gcc
$cc = gcc $cc = gcc
@ -475,6 +502,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** alpha164-cc *** alpha164-cc
$cc = cc $cc = cc
@ -492,6 +520,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** bsdi-elf-gcc *** bsdi-elf-gcc
$cc = gcc $cc = gcc
@ -509,6 +538,7 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme =
*** bsdi-gcc *** bsdi-gcc
$cc = gcc $cc = gcc
@ -526,6 +556,7 @@ $cast_obj = asm/cx86bsdi.o
$rc4_obj = asm/rx86bsdi.o $rc4_obj = asm/rx86bsdi.o
$rmd160_obj = asm/rm86bsdi.o $rmd160_obj = asm/rm86bsdi.o
$rc5_obj = asm/r586bsdi.o $rc5_obj = asm/r586bsdi.o
$dso_scheme =
*** cc *** cc
$cc = cc $cc = cc
@ -543,6 +574,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** cray-t3e *** cray-t3e
$cc = cc $cc = cc
@ -560,6 +592,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** cray-t90-cc *** cray-t90-cc
$cc = cc $cc = cc
@ -577,6 +610,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** debug *** debug
$cc = gcc $cc = gcc
@ -594,6 +628,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** debug-ben *** debug-ben
$cc = gcc $cc = gcc
@ -611,6 +646,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** debug-ben-debug *** debug-ben-debug
$cc = gcc $cc = gcc
@ -628,6 +664,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** debug-ben-strict *** debug-ben-strict
$cc = gcc $cc = gcc
@ -645,6 +682,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** debug-bodo *** debug-bodo
$cc = gcc $cc = gcc
@ -662,13 +700,14 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme =
*** debug-levitte-linux-elf *** debug-levitte-linux-elf
$cc = gcc $cc = gcc
$cflags = -DUSE_ALLOCATING_PRINT -DRL_DEBUG -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DNO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -ggdb -g3 -m486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 -pipe $cflags = -DUSE_ALLOCATING_PRINT -DRL_DEBUG -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DNO_ASM -DL_ENDIAN -DTERMIO -D_POSIX_SOURCE -ggdb -g3 -m486 -pedantic -ansi -Wall -Wshadow -Wid-clash-31 -pipe
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldl
$bn_ops = $bn_ops =
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -679,6 +718,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** debug-linux-elf *** debug-linux-elf
$cc = gcc $cc = gcc
@ -696,6 +736,7 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme = dlfcn
*** debug-rse *** debug-rse
$cc = cc $cc = cc
@ -713,13 +754,14 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme =
*** debug-solaris-sparcv8-cc *** debug-solaris-sparcv8-cc
$cc = cc $cc = cc
$cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W $cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8.o $bn_obj = asm/sparcv8.o
$des_obj = $des_obj =
@ -730,13 +772,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** debug-solaris-sparcv8-gcc *** debug-solaris-sparcv8-gcc
$cc = gcc $cc = gcc
$cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN $cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8.o $bn_obj = asm/sparcv8.o
$des_obj = $des_obj =
@ -747,13 +790,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** debug-solaris-sparcv9-cc *** debug-solaris-sparcv9-cc
$cc = cc $cc = cc
$cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC $cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xtarget=ultra -xarch=v8plus -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8plus.o $bn_obj = asm/sparcv8plus.o
$des_obj = $des_obj =
@ -764,13 +808,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** debug-solaris-sparcv9-gcc *** debug-solaris-sparcv9-gcc
$cc = gcc $cc = gcc
$cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mcpu=ultrasparc -Wall -DB_ENDIAN $cflags = -DREF_CHECK -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mcpu=ultrasparc -Wall -DB_ENDIAN
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8plus.o $bn_obj = asm/sparcv8plus.o
$des_obj = $des_obj =
@ -781,6 +826,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** debug-steve *** debug-steve
$cc = gcc $cc = gcc
@ -798,6 +844,7 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme =
*** debug-ulf *** debug-ulf
$cc = gcc $cc = gcc
@ -815,6 +862,7 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme =
*** dgux-R3-gcc *** dgux-R3-gcc
$cc = gcc $cc = gcc
@ -832,6 +880,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** dgux-R4-gcc *** dgux-R4-gcc
$cc = gcc $cc = gcc
@ -849,6 +898,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** dgux-R4-x86-gcc *** dgux-R4-x86-gcc
$cc = gcc $cc = gcc
@ -866,6 +916,7 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme =
*** dist *** dist
$cc = cc $cc = cc
@ -883,6 +934,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** gcc *** gcc
$cc = gcc $cc = gcc
@ -900,13 +952,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** hpux-brokencc *** hpux-brokencc
$cc = cc $cc = cc
$cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z $cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag = (unknown)
$lflags = $lflags = -ldld
$bn_ops = DES_PTR DES_UNROLL DES_RISC1 $bn_ops = DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -917,13 +970,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux-brokengcc *** hpux-brokengcc
$cc = gcc $cc = gcc
$cflags = -DB_ENDIAN -DBN_DIV2W -O3 $cflags = -DB_ENDIAN -DBN_DIV2W -O3
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag = (unknown)
$lflags = $lflags = -ldld
$bn_ops = DES_PTR DES_UNROLL DES_RISC1 $bn_ops = DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -934,13 +988,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux-cc *** hpux-cc
$cc = cc $cc = cc
$cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z $cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag = (unknown)
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -951,13 +1006,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux-gcc *** hpux-gcc
$cc = gcc $cc = gcc
$cflags = -DB_ENDIAN -DBN_DIV2W -O3 $cflags = -DB_ENDIAN -DBN_DIV2W -O3
$unistd = $unistd =
$thread_cflag = (unknown) $thread_cflag = (unknown)
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -968,13 +1024,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux-parisc-cc *** hpux-parisc-cc
$cc = cc $cc = cc
$cflags = -Ae +O3 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY $cflags = -Ae +O3 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
$unistd = $unistd =
$thread_cflag = $thread_cflag =
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -985,13 +1042,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux-parisc-cc-o4 *** hpux-parisc-cc-o4
$cc = cc $cc = cc
$cflags = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY $cflags = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY
$unistd = $unistd =
$thread_cflag = $thread_cflag =
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1002,13 +1060,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux-parisc-gcc *** hpux-parisc-gcc
$cc = gcc $cc = gcc
$cflags = -O3 -DB_ENDIAN -DBN_DIV2W $cflags = -O3 -DB_ENDIAN -DBN_DIV2W
$unistd = $unistd =
$thread_cflag = $thread_cflag =
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1019,13 +1078,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux10-brokencc *** hpux10-brokencc
$cc = cc $cc = cc
$cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z $cflags = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O2 -z
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1036,13 +1096,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux10-brokengcc *** hpux10-brokengcc
$cc = gcc $cc = gcc
$cflags = -DB_ENDIAN -DBN_DIV2W -O3 $cflags = -DB_ENDIAN -DBN_DIV2W -O3
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldld
$bn_ops = DES_PTR DES_UNROLL DES_RISC1 $bn_ops = DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1053,13 +1114,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux10-cc *** hpux10-cc
$cc = cc $cc = cc
$cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z $cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O3 -z
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1070,13 +1132,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux10-gcc *** hpux10-gcc
$cc = gcc $cc = gcc
$cflags = -DB_ENDIAN -DBN_DIV2W -O3 $cflags = -DB_ENDIAN -DBN_DIV2W -O3
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldld
$bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1087,13 +1150,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** hpux64-parisc-cc *** hpux64-parisc-cc
$cc = cc $cc = cc
$cflags = -Ae +DD64 +O3 +ESlit -z -DB_ENDIAN -DMD32_XARRAY $cflags = -Ae +DD64 +O3 +ESlit -z -DB_ENDIAN -DMD32_XARRAY
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldld
$bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT $bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1104,6 +1168,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dl
*** irix-cc *** irix-cc
$cc = cc $cc = cc
@ -1121,6 +1186,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** irix-gcc *** irix-gcc
$cc = gcc $cc = gcc
@ -1138,6 +1204,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** irix-mips3-cc *** irix-mips3-cc
$cc = cc $cc = cc
@ -1155,6 +1222,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** irix-mips3-gcc *** irix-mips3-gcc
$cc = gcc $cc = gcc
@ -1172,6 +1240,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** irix64-mips4-cc *** irix64-mips4-cc
$cc = cc $cc = cc
@ -1189,6 +1258,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** irix64-mips4-gcc *** irix64-mips4-gcc
$cc = gcc $cc = gcc
@ -1206,6 +1276,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-alpha+bwx-ccc *** linux-alpha+bwx-ccc
$cc = ccc $cc = ccc
@ -1223,6 +1294,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-alpha+bwx-gcc *** linux-alpha+bwx-gcc
$cc = gcc $cc = gcc
@ -1240,6 +1312,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-alpha-ccc *** linux-alpha-ccc
$cc = ccc $cc = ccc
@ -1257,6 +1330,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-alpha-gcc *** linux-alpha-gcc
$cc = gcc $cc = gcc
@ -1274,6 +1348,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-aout *** linux-aout
$cc = gcc $cc = gcc
@ -1291,13 +1366,14 @@ $cast_obj = asm/cx86-out.o
$rc4_obj = asm/rx86-out.o $rc4_obj = asm/rx86-out.o
$rmd160_obj = asm/rm86-out.o $rmd160_obj = asm/rm86-out.o
$rc5_obj = asm/r586-out.o $rc5_obj = asm/r586-out.o
$dso_scheme =
*** linux-elf *** linux-elf
$cc = gcc $cc = gcc
$cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall $cflags = -DL_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -m486 -Wall
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = asm/bn86-elf.o asm/co86-elf.o $bn_obj = asm/bn86-elf.o asm/co86-elf.o
$des_obj = asm/dx86-elf.o asm/yx86-elf.o $des_obj = asm/dx86-elf.o asm/yx86-elf.o
@ -1308,6 +1384,7 @@ $cast_obj = asm/cx86-elf.o
$rc4_obj = asm/rx86-elf.o $rc4_obj = asm/rx86-elf.o
$rmd160_obj = asm/rm86-elf.o $rmd160_obj = asm/rm86-elf.o
$rc5_obj = asm/r586-elf.o $rc5_obj = asm/r586-elf.o
$dso_scheme = dlfcn
*** linux-ia64 *** linux-ia64
$cc = gcc $cc = gcc
@ -1325,6 +1402,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-mips *** linux-mips
$cc = gcc $cc = gcc
@ -1342,6 +1420,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-ppc *** linux-ppc
$cc = gcc $cc = gcc
@ -1359,6 +1438,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-sparcv7 *** linux-sparcv7
$cc = gcc $cc = gcc
@ -1376,6 +1456,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-sparcv8 *** linux-sparcv8
$cc = gcc $cc = gcc
@ -1393,6 +1474,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** linux-sparcv9 *** linux-sparcv9
$cc = gcc $cc = gcc
@ -1410,6 +1492,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** ncr-scde *** ncr-scde
$cc = cc $cc = cc
@ -1427,6 +1510,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** nextstep *** nextstep
$cc = cc $cc = cc
@ -1444,6 +1528,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** nextstep3.3 *** nextstep3.3
$cc = cc $cc = cc
@ -1461,6 +1546,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** purify *** purify
$cc = purify gcc $cc = purify gcc
@ -1478,6 +1564,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** rhapsody-ppc-cc *** rhapsody-ppc-cc
$cc = cc $cc = cc
@ -1495,6 +1582,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** sco5-cc *** sco5-cc
$cc = cc $cc = cc
@ -1512,6 +1600,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** sco5-gcc *** sco5-gcc
$cc = gcc $cc = gcc
@ -1529,13 +1618,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** solaris-sparc-sc3 *** solaris-sparc-sc3
$cc = cc $cc = cc
$cflags = -fast -O -Xa -DB_ENDIAN $cflags = -fast -O -Xa -DB_ENDIAN
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL BF_PTR
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1546,13 +1636,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-sparcv7-cc *** solaris-sparcv7-cc
$cc = cc $cc = cc
$cflags = -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W $cflags = -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1563,13 +1654,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-sparcv7-gcc *** solaris-sparcv7-gcc
$cc = gcc $cc = gcc
$cflags = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W $cflags = -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1580,13 +1672,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-sparcv8-cc *** solaris-sparcv8-cc
$cc = cc $cc = cc
$cflags = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W $cflags = -xarch=v8 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8.o $bn_obj = asm/sparcv8.o
$des_obj = $des_obj =
@ -1597,13 +1690,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-sparcv8-gcc *** solaris-sparcv8-gcc
$cc = gcc $cc = gcc
$cflags = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W $cflags = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8.o $bn_obj = asm/sparcv8.o
$des_obj = $des_obj =
@ -1614,13 +1708,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-sparcv9-cc *** solaris-sparcv9-cc
$cc = cc $cc = cc
$cflags = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC $cflags = -xtarget=ultra -xarch=v8plus -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8plus.o $bn_obj = asm/sparcv8plus.o
$des_obj = $des_obj =
@ -1631,13 +1726,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-sparcv9-gcc *** solaris-sparcv9-gcc
$cc = gcc $cc = gcc
$cflags = -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC $cflags = -mcpu=ultrasparc -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8plus.o $bn_obj = asm/sparcv8plus.o
$des_obj = $des_obj =
@ -1648,13 +1744,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-sparcv9-gcc27 *** solaris-sparcv9-gcc27
$cc = gcc $cc = gcc
$cflags = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC $cflags = -mv8 -O3 -fomit-frame-pointer -Wall -DB_ENDIAN -DBN_DIV2W -DULTRASPARC
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR
$bn_obj = asm/sparcv8plus-gcc27.o $bn_obj = asm/sparcv8plus-gcc27.o
$des_obj = $des_obj =
@ -1665,13 +1762,14 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** solaris-x86-gcc *** solaris-x86-gcc
$cc = gcc $cc = gcc
$cflags = -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM $cflags = -O3 -fomit-frame-pointer -m486 -Wall -DL_ENDIAN -DNO_INLINE_ASM
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
$bn_obj = asm/bn86-sol.o asm/co86-sol.o $bn_obj = asm/bn86-sol.o asm/co86-sol.o
$des_obj = asm/dx86-sol.o asm/yx86-sol.o $des_obj = asm/dx86-sol.o asm/yx86-sol.o
@ -1682,13 +1780,14 @@ $cast_obj = asm/cx86-sol.o
$rc4_obj = asm/rx86-sol.o $rc4_obj = asm/rx86-sol.o
$rmd160_obj = asm/rm86-sol.o $rmd160_obj = asm/rm86-sol.o
$rc5_obj = asm/r586-sol.o $rc5_obj = asm/r586-sol.o
$dso_scheme = dlfcn
*** solaris64-sparcv9-cc *** solaris64-sparcv9-cc
$cc = cc $cc = cc
$cflags = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DULTRASPARC $cflags = -xtarget=ultra -xarch=v9 -xO5 -xstrconst -xdepend -Xa -DB_ENDIAN -DULTRASPARC
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = -lsocket -lnsl $lflags = -lsocket -lnsl -ldl
$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC1 DES_UNROLL BF_PTR
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -1699,6 +1798,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = dlfcn
*** sunos-gcc *** sunos-gcc
$cc = gcc $cc = gcc
@ -1716,6 +1816,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** ultrix-cc *** ultrix-cc
$cc = cc $cc = cc
@ -1733,6 +1834,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** ultrix-gcc *** ultrix-gcc
$cc = gcc $cc = gcc
@ -1750,6 +1852,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** unixware-2.0 *** unixware-2.0
$cc = cc $cc = cc
@ -1767,6 +1870,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** unixware-2.0-pentium *** unixware-2.0-pentium
$cc = cc $cc = cc
@ -1784,6 +1888,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =
*** unixware-7 *** unixware-7
$cc = cc $cc = cc
@ -1801,3 +1906,4 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme =