From d52dcf8da7f15bf75fbf065bac2c4557470ea2fa Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 16 Mar 2015 22:01:01 +0100 Subject: Updated TABLE Reviewed-by: Andy Polyakov --- TABLE | 1370 ++++++++++++++++++++++++++++++++++++----------------------------- 1 file changed, 757 insertions(+), 613 deletions(-) diff --git a/TABLE b/TABLE index f214b7b135..dfd39b89dd 100644 --- a/TABLE +++ b/TABLE @@ -3,10 +3,14 @@ Output of `Configure TABLE': *** BC-32 $cc = bcc32 $cflags = +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = WIN32 $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN $cpuid_obj = $bn_obj = @@ -37,10 +41,14 @@ $multilib = *** BS2000-OSD $cc = c89 $cflags = -O -XLLML -XLLMK -XL -DB_ENDIAN -DCHARSET_EBCDIC +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = -lsocket -lnsl +$debug_lflags = +$release_lflags = $bn_ops = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR $cpuid_obj = $bn_obj = @@ -71,10 +79,14 @@ $multilib = *** BSD-generic32 $cc = gcc $cflags = -O3 -fomit-frame-pointer -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL $cpuid_obj = $bn_obj = @@ -105,10 +117,14 @@ $multilib = *** BSD-generic64 $cc = gcc $cflags = -O3 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = $bn_obj = @@ -139,10 +155,14 @@ $multilib = *** BSD-ia64 $cc = gcc $cflags = -DL_ENDIAN -O3 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_UNROLL DES_INT $cpuid_obj = ia64cpuid.o $bn_obj = bn-ia64.o ia64-mont.o @@ -173,10 +193,14 @@ $multilib = *** BSD-sparc64 $cc = gcc $cflags = -DB_ENDIAN -O3 -DMD32_REG_T=int -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC2_CHAR RC4_CHUNK DES_INT DES_PTR DES_RISC2 BF_PTR $cpuid_obj = sparcv9cap.o sparccpuid.o $bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o vis3-mont.o sparct4-mont.o sparcv9-gf2m.o @@ -207,10 +231,14 @@ $multilib = *** BSD-sparcv8 $cc = gcc $cflags = -DB_ENDIAN -O3 -mv8 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC2_CHAR RC4_INDEX DES_INT DES_UNROLL $cpuid_obj = $bn_obj = sparcv8.o @@ -241,10 +269,14 @@ $multilib = *** BSD-x86 $cc = gcc $cflags = -DL_ENDIAN -O3 -fomit-frame-pointer -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -274,11 +306,15 @@ $multilib = *** BSD-x86-elf $cc = gcc -$cflags = -DL_ENDIAN -O3 -fomit-frame-pointer -Wall +$cflags = -DL_ENDIAN -Wall +$debug_cflags = -g +$release_cflags = -O3 -fomit-frame-pointer $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -309,10 +345,14 @@ $multilib = *** BSD-x86_64 $cc = gcc $cflags = -DL_ENDIAN -O3 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -343,10 +383,14 @@ $multilib = *** Cygwin $cc = gcc $cflags = -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = CYGWIN $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -377,10 +421,14 @@ $multilib = *** Cygwin-x86_64 $cc = gcc $cflags = -DTERMIOS -DL_ENDIAN -O3 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = CYGWIN $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -411,10 +459,14 @@ $multilib = *** DJGPP $cc = gcc $cflags = -I/dev/env/WATT_ROOT/inc -DTERMIO -DL_ENDIAN -fomit-frame-pointer -O2 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = MSDOS $lflags = -L/dev/env/WATT_ROOT/lib -lwatt +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -445,10 +497,14 @@ $multilib = *** MPE/iX-gcc $cc = gcc $cflags = -D_ENDIAN -DBN_DIV2W -O3 -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = MPE $lflags = -L/SYSLOG/PUB -lsyslog -lsocket -lcurses +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $cpuid_obj = $bn_obj = @@ -479,10 +535,14 @@ $multilib = *** OS2-EMX $cc = gcc $cflags = +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -513,10 +573,14 @@ $multilib = *** OS390-Unix $cc = c89.sh $cflags = -O -DB_ENDIAN -DCHARSET_EBCDIC -DNO_SYS_PARAM_H -D_ALL_SOURCE +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = THIRTY_TWO_BIT DES_PTR DES_UNROLL MD2_CHAR RC4_INDEX RC4_CHAR BF_PTR $cpuid_obj = $bn_obj = @@ -547,10 +611,14 @@ $multilib = *** QNX6 $cc = gcc $cflags = +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -lsocket +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -581,10 +649,14 @@ $multilib = *** QNX6-i386 $cc = gcc $cflags = -DL_ENDIAN -O2 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -lsocket +$debug_lflags = +$release_lflags = $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 x86-gf2m.o @@ -615,10 +687,14 @@ $multilib = *** UWIN $cc = cc $cflags = -DTERMIOS -DL_ENDIAN -O -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = UWIN $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $cpuid_obj = $bn_obj = @@ -649,10 +725,14 @@ $multilib = *** VC-CE $cc = cl $cflags = +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = WINCE $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_INDEX EXPORT_VAR_AS_FN RC4_INDEX MD2_INT $cpuid_obj = $bn_obj = @@ -683,10 +763,14 @@ $multilib = *** VC-WIN32 $cc = cl $cflags = -W3 -wd4090 -Gs0 -GF -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -D_CRT_SECURE_NO_DEPRECATE +$debug_cflags = -Zi +$release_cflags = $unistd = $thread_cflag = $sys_id = WIN32 $lflags = +$debug_lflags = +$release_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 x86-gf2m.o @@ -717,10 +801,14 @@ $multilib = *** VC-WIN64A $cc = cl $cflags = -W3 -wd4090 -Gs0 -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE +$debug_cflags = -Zi +$release_cflags = $unistd = $thread_cflag = $sys_id = WIN64A $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN $cpuid_obj = x86_64cpuid.o $bn_obj = bn_asm.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -751,10 +839,14 @@ $multilib = *** VC-WIN64I $cc = cl $cflags = -W3 -wd4090 -Gs0 -Gy -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = WIN64I $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN $cpuid_obj = ia64cpuid.o $bn_obj = ia64.o ia64-mont.o @@ -785,10 +877,14 @@ $multilib = *** aix-cc $cc = cc $cflags = -q32 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -qthreaded -D_THREAD_SAFE $sys_id = AIX $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_CHAR $cpuid_obj = ppccpuid.o ppccap.o $bn_obj = bn-ppc.o ppc-mont.o ppc64-mont.o @@ -819,10 +915,14 @@ $multilib = *** aix-gcc $cc = gcc $cflags = -O -DB_ENDIAN +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread $sys_id = AIX $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_CHAR $cpuid_obj = ppccpuid.o ppccap.o $bn_obj = bn-ppc.o ppc-mont.o ppc64-mont.o @@ -853,10 +953,14 @@ $multilib = *** aix3-cc $cc = cc $cflags = -O -DB_ENDIAN -qmaxmem=16384 +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = AIX $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_CHAR $cpuid_obj = $bn_obj = @@ -887,10 +991,14 @@ $multilib = *** aix64-cc $cc = cc $cflags = -q64 -O -DB_ENDIAN -qmaxmem=16384 -qro -qroconst +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -qthreaded -D_THREAD_SAFE $sys_id = AIX $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR $cpuid_obj = ppccpuid.o ppccap.o $bn_obj = bn-ppc.o ppc-mont.o ppc64-mont.o @@ -921,10 +1029,14 @@ $multilib = *** aix64-gcc $cc = gcc $cflags = -maix64 -O -DB_ENDIAN +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread $sys_id = AIX $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR $cpuid_obj = ppccpuid.o ppccap.o $bn_obj = bn-ppc.o ppc-mont.o ppc64-mont.o @@ -955,10 +1067,14 @@ $multilib = *** android $cc = gcc $cflags = -mandroid -I$(ANDROID_DEV)/include -B$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR $cpuid_obj = $bn_obj = @@ -989,10 +1105,14 @@ $multilib = *** android-armv7 $cc = gcc $cflags = -march=armv7-a -mandroid -I$(ANDROID_DEV)/include -B$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR $cpuid_obj = armcap.o armv4cpuid.o $bn_obj = bn_asm.o armv4-mont.o armv4-gf2m.o @@ -1023,10 +1143,14 @@ $multilib = *** android-mips $cc = gcc $cflags = -mandroid -I$(ANDROID_DEV)/include -B$(ANDROID_DEV)/lib -O3 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR $cpuid_obj = $bn_obj = bn-mips.o mips-mont.o @@ -1057,10 +1181,14 @@ $multilib = *** android-x86 $cc = gcc $cflags = -mandroid -I$(ANDROID_DEV)/include -B$(ANDROID_DEV)/lib -O3 -fomit-frame-pointer -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -1091,10 +1219,14 @@ $multilib = *** aux3-gcc $cc = gcc $cflags = -O2 -DTERMIO +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = AUX $lflags = -lbsd +$debug_lflags = +$release_lflags = $bn_ops = RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $cpuid_obj = $bn_obj = @@ -1125,10 +1257,14 @@ $multilib = *** bsdi-elf-gcc $cc = gcc $cflags = -DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -1159,10 +1295,14 @@ $multilib = *** cc $cc = cc $cflags = -O +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1192,11 +1332,15 @@ $multilib = *** darwin-i386-cc $cc = cc -$cflags = -arch i386 -O3 -fomit-frame-pointer -DL_ENDIAN +$cflags = -arch i386 -DL_ENDIAN +$debug_cflags = -g3 +$release_cflags = -O3 -fomit-frame-pointer $unistd = $thread_cflag = -D_REENTRANT $sys_id = MACOSX $lflags = -Wl,-search_paths_first% +$debug_lflags = +$release_lflags = $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 x86-gf2m.o @@ -1226,11 +1370,15 @@ $multilib = *** darwin-ppc-cc $cc = cc -$cflags = -arch ppc -O3 -DB_ENDIAN -Wa,-force_cpusubtype_ALL +$cflags = -arch ppc -DB_ENDIAN -Wa,-force_cpusubtype_ALL +$debug_cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -g -Wall -O +$release_cflags = -O3 $unistd = $thread_cflag = -D_REENTRANT $sys_id = MACOSX $lflags = -Wl,-search_paths_first% +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $cpuid_obj = ppccpuid.o ppccap.o $bn_obj = bn-ppc.o ppc-mont.o ppc64-mont.o @@ -1261,10 +1409,14 @@ $multilib = *** darwin64-debug-test-64-clang $cc = clang $cflags = -arch x86_64 -DL_ENDIAN -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = MACOSX $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -1295,10 +1447,14 @@ $multilib = *** darwin64-ppc-cc $cc = cc $cflags = -arch ppc64 -O3 -DB_ENDIAN +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = MACOSX $lflags = -Wl,-search_paths_first% +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR $cpuid_obj = ppccpuid.o ppccap.o $bn_obj = bn-ppc.o ppc-mont.o ppc64-mont.o @@ -1328,11 +1484,15 @@ $multilib = *** darwin64-x86_64-cc $cc = cc -$cflags = -arch x86_64 -O3 -DL_ENDIAN -Wall +$cflags = -arch x86_64 -DL_ENDIAN -Wall +$debug_cflags = -ggdb -g2 -O0 +$release_cflags = -O3 $unistd = $thread_cflag = -D_REENTRANT $sys_id = MACOSX $lflags = -Wl,-search_paths_first% +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -1363,10 +1523,14 @@ $multilib = *** debug $cc = gcc $cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = -lefence +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1394,115 +1558,17 @@ $ranlib = $arflags = $multilib = -*** debug-BSD-x86-elf -$cc = gcc -$cflags = -DL_ENDIAN -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 -$cpuid_obj = x86cpuid.o -$bn_obj = bn-586.o co-586.o x86-mont.o x86-gf2m.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86.o -$des_obj = des-586.o crypt586.o -$aes_obj = aes-586.o vpaes-x86.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 -$modes_obj = ghash-x86.o -$engines_obj = e_padlock-x86.o -$perlasm_scheme = elf -$dso_scheme = dlfcn -$shared_target= bsd-shared -$shared_cflag = -fPIC -$shared_ldflag = -$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = -$arflags = -$multilib = - -*** debug-VC-WIN32 -$cc = cl -$cflags = -W3 -wd4090 -Gs0 -GF -Gy -Zi -nologo -DOPENSSL_SYS_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 x86-gf2m.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86.o -$des_obj = des-586.o crypt586.o -$aes_obj = aes-586.o vpaes-x86.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 -$modes_obj = ghash-x86.o -$engines_obj = e_padlock-x86.o -$perlasm_scheme = win32n -$dso_scheme = win32 -$shared_target= -$shared_cflag = -$shared_ldflag = -$shared_extension = -$ranlib = -$arflags = -$multilib = - -*** debug-VC-WIN64A -$cc = cl -$cflags = -W3 -wd4090 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE -$unistd = -$thread_cflag = -$sys_id = WIN64A -$lflags = -$bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN -$cpuid_obj = x86_64cpuid.o -$bn_obj = bn_asm.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86_64.o -$des_obj = -$aes_obj = aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-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 sha1-mb-x86_64.o sha256-mb-x86_64.o -$cast_obj = -$rc4_obj = rc4-x86_64.o rc4-md5-x86_64.o -$rmd160_obj = -$rc5_obj = -$wp_obj = wp-x86_64.o -$cmll_obj = cmll-x86_64.o cmll_misc.o -$modes_obj = ghash-x86_64.o aesni-gcm-x86_64.o -$engines_obj = e_padlock-x86_64.o -$perlasm_scheme = auto -$dso_scheme = win32 -$shared_target= -$shared_cflag = -$shared_ldflag = -$shared_extension = -$ranlib = -$arflags = -$multilib = - *** debug-VC-WIN64I $cc = cl $cflags = -W3 -wd4090 -Gs0 -Gy -Zi -nologo -DOPENSSL_SYS_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DUNICODE -D_UNICODE -D_CRT_SECURE_NO_DEPRECATE +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = WIN64I $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT RC4_CHUNK_LL DES_INT EXPORT_VAR_AS_FN $cpuid_obj = ia64cpuid.o $bn_obj = ia64.o @@ -1533,10 +1599,14 @@ $multilib = *** debug-ben $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DDEBUG_SAFESTACK -O2 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1567,10 +1637,14 @@ $multilib = *** debug-ben-darwin64 $cc = cc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -Wno-language-extension-token -Wno-extended-offsetof -arch x86_64 -O3 -DL_ENDIAN -DMD32_REG_T=int -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = MACOSX $lflags = -Wl,-search_paths_first% +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -1601,10 +1675,14 @@ $multilib = *** debug-ben-debug $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DOPENSSL_NO_HW_PADLOCK -g3 -O2 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1635,10 +1713,14 @@ $multilib = *** debug-ben-debug-64 $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -Wno-error=overlength-strings -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -1669,10 +1751,14 @@ $multilib = *** debug-ben-debug-64-clang $cc = clang $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -1703,10 +1789,14 @@ $multilib = *** debug-ben-debug-64-noopt $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -Wno-error=overlength-strings -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -1737,10 +1827,14 @@ $multilib = *** debug-ben-macos $cc = cc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DOPENSSL_NO_ASM -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -DOPENSSL_THREADS -D_REENTRANT -DDSO_DLFCN -DHAVE_DLFCN_H -arch i386 -O3 -DL_ENDIAN -g3 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1771,10 +1865,14 @@ $multilib = *** debug-ben-no-opt $cc = gcc $cflags = -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG -Werror -DL_ENDIAN -Wall -g3 +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1805,10 +1903,14 @@ $multilib = *** 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 +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1839,10 +1941,14 @@ $multilib = *** 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 +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1873,10 +1979,14 @@ $multilib = *** debug-ben-strict $cc = gcc $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 +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -1907,10 +2017,14 @@ $multilib = *** debug-bodo $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -Wno-error=overlength-strings -DBN_DEBUG -DBN_DEBUG_RAND -DCONF_DEBUG -DBIO_PAIR_DEBUG -m64 -DL_ENDIAN -DTERMIO -g -DMD32_REG_T=int +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -1938,115 +2052,17 @@ $ranlib = $arflags = $multilib = 64 -*** 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 x86-gf2m.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86.o -$des_obj = des-586.o crypt586.o -$aes_obj = aes-586.o vpaes-x86.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 -$modes_obj = ghash-x86.o -$engines_obj = e_padlock-x86.o -$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 = -$multilib = - -*** 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 -$cpuid_obj = ppccpuid.o ppccap.o -$bn_obj = bn-ppc.o ppc-mont.o ppc64-mont.o -$ec_obj = -$des_obj = -$aes_obj = aes_core.o aes_cbc.o aes-ppc.o vpaes-ppc.o aesp8-ppc.o -$bf_obj = -$md5_obj = -$sha1_obj = sha1-ppc.o sha256-ppc.o sha512-ppc.o sha256p8-ppc.o sha512p8-ppc.o -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = ghashp8-ppc.o -$engines_obj = -$perlasm_scheme = osx32 -$dso_scheme = dlfcn -$shared_target= darwin-shared -$shared_cflag = -fPIC -$shared_ldflag = -dynamiclib -$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib -$ranlib = -$arflags = -$multilib = - -*** debug-darwin64-x86_64-cc -$cc = cc -$cflags = -arch x86_64 -ggdb -g2 -O0 -DL_ENDIAN -Wall -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = MACOSX -$lflags = -Wl,-search_paths_first% -$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL -$cpuid_obj = x86_64cpuid.o -$bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86_64.o -$des_obj = -$aes_obj = aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-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 sha1-mb-x86_64.o sha256-mb-x86_64.o -$cast_obj = -$rc4_obj = rc4-x86_64.o rc4-md5-x86_64.o -$rmd160_obj = -$rc5_obj = -$wp_obj = wp-x86_64.o -$cmll_obj = cmll-x86_64.o cmll_misc.o -$modes_obj = ghash-x86_64.o aesni-gcm-x86_64.o -$engines_obj = e_padlock-x86_64.o -$perlasm_scheme = macosx -$dso_scheme = dlfcn -$shared_target= darwin-shared -$shared_cflag = -fPIC -fno-common -$shared_ldflag = -arch x86_64 -dynamiclib -$shared_extension = .$(SHLIB_MAJOR).$(SHLIB_MINOR).dylib -$ranlib = -$arflags = -$multilib = - *** debug-erbridge $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DBN_DEBUG -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -DTERMIO -g +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -2077,10 +2093,14 @@ $multilib = 64 *** 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 -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG $cpuid_obj = $bn_obj = @@ -2111,198 +2131,32 @@ $multilib = *** debug-geoff64 $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 -O1 -ggdb2 -Wall -Werror -Wundef -pedantic -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-align -Wsign-compare -Wmissing-prototypes -Wmissing-declarations -Wno-long-long +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR $cpuid_obj = $bn_obj = $ec_obj = -$des_obj = -$aes_obj = -$bf_obj = -$md5_obj = -$sha1_obj = -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = -$engines_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-levitte-linux-elf -$cc = gcc -$cflags = -DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -ggdb -g3 -Wall -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -ldl -$bn_ops = BN_LLONG 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 x86-gf2m.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86.o -$des_obj = des-586.o crypt586.o -$aes_obj = aes-586.o vpaes-x86.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 -$modes_obj = ghash-x86.o -$engines_obj = e_padlock-x86.o -$perlasm_scheme = elf -$dso_scheme = dlfcn -$shared_target= linux-shared -$shared_cflag = -fPIC -$shared_ldflag = -$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = -$arflags = -$multilib = - -*** debug-levitte-linux-elf-extreme -$cc = gcc -$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -ldl -$bn_ops = BN_LLONG 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 x86-gf2m.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86.o -$des_obj = des-586.o crypt586.o -$aes_obj = aes-586.o vpaes-x86.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 -$modes_obj = ghash-x86.o -$engines_obj = e_padlock-x86.o -$perlasm_scheme = elf -$dso_scheme = dlfcn -$shared_target= linux-shared -$shared_cflag = -fPIC -$shared_ldflag = -$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = -$arflags = -$multilib = - -*** debug-levitte-linux-noasm -$cc = gcc -$cflags = -DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -ggdb -g3 -Wall -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -ldl -$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT -$cpuid_obj = -$bn_obj = -$ec_obj = -$des_obj = -$aes_obj = -$bf_obj = -$md5_obj = -$sha1_obj = -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = -$engines_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-levitte-linux-noasm-extreme -$cc = gcc -$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -ldl -$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT -$cpuid_obj = -$bn_obj = -$ec_obj = -$des_obj = -$aes_obj = -$bf_obj = -$md5_obj = -$sha1_obj = -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = -$engines_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-elf -$cc = gcc -$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -march=i486 -Wall -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -lefence -ldl -$bn_ops = BN_LLONG 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 x86-gf2m.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86.o -$des_obj = des-586.o crypt586.o -$aes_obj = aes-586.o vpaes-x86.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 -$modes_obj = ghash-x86.o -$engines_obj = e_padlock-x86.o -$perlasm_scheme = elf +$des_obj = +$aes_obj = +$bf_obj = +$md5_obj = +$sha1_obj = +$cast_obj = +$rc4_obj = +$rmd160_obj = +$rc5_obj = +$wp_obj = +$cmll_obj = +$modes_obj = +$engines_obj = +$perlasm_scheme = void $dso_scheme = dlfcn $shared_target= linux-shared $shared_cflag = -fPIC @@ -2312,13 +2166,17 @@ $ranlib = $arflags = $multilib = -*** debug-linux-elf-noefence +*** debug-levitte-linux-elf-extreme $cc = gcc -$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -march=i486 -Wall +$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -2346,14 +2204,18 @@ $ranlib = $arflags = $multilib = -*** debug-linux-generic32 +*** debug-levitte-linux-noasm $cc = gcc -$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -g -Wall +$cflags = -DLEVITTE_DEBUG -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -ggdb -g3 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl -$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_INT DES_UNROLL BF_PTR +$debug_lflags = +$release_lflags = +$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $cpuid_obj = $bn_obj = $ec_obj = @@ -2380,14 +2242,18 @@ $ranlib = $arflags = $multilib = -*** debug-linux-generic64 +*** debug-levitte-linux-noasm-extreme $cc = gcc -$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -g -Wall +$cflags = -DLEVITTE_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_DEBUG_RAND -DCRYPTO_MDEBUG -DENGINE_CONF_DEBUG -DOPENSSL_NO_ASM -DL_ENDIAN -DPEDANTIC -ggdb -g3 -pedantic -ansi -Wall -W -Wundef -Wshadow -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wno-long-long -Wundef -Wconversion -pipe +$debug_cflags = +$release_cflags = $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 +$debug_lflags = +$release_lflags = +$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT $cpuid_obj = $bn_obj = $ec_obj = @@ -2414,13 +2280,55 @@ $ranlib = $arflags = $multilib = +*** debug-linux-elf-noefence +$cc = gcc +$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -march=i486 -Wall +$debug_cflags = +$release_cflags = +$unistd = +$thread_cflag = -D_REENTRANT +$sys_id = +$lflags = -ldl +$debug_lflags = +$release_lflags = +$bn_ops = BN_LLONG 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 x86-gf2m.o +$ec_obj = ecp_nistz256.o ecp_nistz256-x86.o +$des_obj = des-586.o crypt586.o +$aes_obj = aes-586.o vpaes-x86.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 +$modes_obj = ghash-x86.o +$engines_obj = e_padlock-x86.o +$perlasm_scheme = elf +$dso_scheme = dlfcn +$shared_target= linux-shared +$shared_cflag = -fPIC +$shared_ldflag = +$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) +$ranlib = +$arflags = +$multilib = + *** debug-linux-ia32-aes $cc = gcc $cflags = -DAES_EXPERIMENTAL -DL_ENDIAN -O3 -fomit-frame-pointer -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 @@ -2451,10 +2359,14 @@ $multilib = *** debug-linux-pentium $cc = gcc $cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -mcpu=pentium -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -2485,10 +2397,14 @@ $multilib = *** debug-linux-ppro $cc = gcc $cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG -DL_ENDIAN -g -mcpu=pentiumpro -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -2516,47 +2432,17 @@ $ranlib = $arflags = $multilib = -*** debug-linux-x86_64 -$cc = gcc -$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -m64 -DL_ENDIAN -g -Wall -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -ldl -$bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL -$cpuid_obj = x86_64cpuid.o -$bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o -$ec_obj = ecp_nistz256.o ecp_nistz256-x86_64.o -$des_obj = -$aes_obj = aes-x86_64.o vpaes-x86_64.o bsaes-x86_64.o aesni-x86_64.o aesni-sha1-x86_64.o aesni-sha256-x86_64.o aesni-mb-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 sha1-mb-x86_64.o sha256-mb-x86_64.o -$cast_obj = -$rc4_obj = rc4-x86_64.o rc4-md5-x86_64.o -$rmd160_obj = -$rc5_obj = -$wp_obj = wp-x86_64.o -$cmll_obj = cmll-x86_64.o cmll_misc.o -$modes_obj = ghash-x86_64.o aesni-gcm-x86_64.o -$engines_obj = e_padlock-x86_64.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 - *** debug-rse $cc = cc $cflags = -DL_ENDIAN -pipe -O -g -ggdb3 -Wall +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -2584,149 +2470,17 @@ $ranlib = $arflags = $multilib = -*** debug-solaris-sparcv8-cc -$cc = cc -$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -xarch=v8 -g -O -xstrconst -Xa -DB_ENDIAN -DBN_DIV2W -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -lsocket -lnsl -ldl -$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_PTR DES_RISC1 DES_UNROLL BF_PTR -$cpuid_obj = -$bn_obj = sparcv8.o -$ec_obj = -$des_obj = des_enc-sparc.o fcrypt_b.o -$aes_obj = -$bf_obj = -$md5_obj = -$sha1_obj = -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = -$engines_obj = -$perlasm_scheme = void -$dso_scheme = dlfcn -$shared_target= solaris-shared -$shared_cflag = -KPIC -$shared_ldflag = -G -dy -z text -$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = -$arflags = -$multilib = - -*** debug-solaris-sparcv8-gcc -$cc = gcc -$cflags = -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -O -g -mv8 -Wall -DB_ENDIAN -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = -$lflags = -lsocket -lnsl -ldl -$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR -$cpuid_obj = -$bn_obj = sparcv8.o -$ec_obj = -$des_obj = des_enc-sparc.o fcrypt_b.o -$aes_obj = -$bf_obj = -$md5_obj = -$sha1_obj = -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = -$engines_obj = -$perlasm_scheme = void -$dso_scheme = dlfcn -$shared_target= solaris-shared -$shared_cflag = -fPIC -$shared_ldflag = -shared -$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = -$arflags = -$multilib = - -*** debug-solaris-sparcv9-cc -$cc = cc -$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 -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = ULTRASPARC -$lflags = -lsocket -lnsl -ldl -$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK_LL DES_PTR DES_RISC1 DES_UNROLL BF_PTR -$cpuid_obj = sparcv9cap.o sparccpuid.o -$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o vis3-mont.o sparct4-mont.o sparcv9-gf2m.o -$ec_obj = -$des_obj = des_enc-sparc.o fcrypt_b.o dest4-sparcv9.o -$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o aest4-sparcv9.o -$bf_obj = -$md5_obj = md5-sparcv9.o -$sha1_obj = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = camellia.o cmll_misc.o cmll_cbc.o cmllt4-sparcv9.o -$modes_obj = ghash-sparcv9.o -$engines_obj = -$perlasm_scheme = void -$dso_scheme = dlfcn -$shared_target= solaris-shared -$shared_cflag = -KPIC -$shared_ldflag = -G -dy -z text -$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = -$arflags = -$multilib = - -*** debug-solaris-sparcv9-gcc -$cc = gcc -$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 -$unistd = -$thread_cflag = -D_REENTRANT -$sys_id = ULTRASPARC -$lflags = -lsocket -lnsl -ldl -$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_UNROLL BF_PTR -$cpuid_obj = sparcv9cap.o sparccpuid.o -$bn_obj = bn-sparcv9.o sparcv9-mont.o sparcv9a-mont.o vis3-mont.o sparct4-mont.o sparcv9-gf2m.o -$ec_obj = -$des_obj = des_enc-sparc.o fcrypt_b.o dest4-sparcv9.o -$aes_obj = aes_core.o aes_cbc.o aes-sparcv9.o aest4-sparcv9.o -$bf_obj = -$md5_obj = md5-sparcv9.o -$sha1_obj = sha1-sparcv9.o sha256-sparcv9.o sha512-sparcv9.o -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = camellia.o cmll_misc.o cmll_cbc.o cmllt4-sparcv9.o -$modes_obj = ghash-sparcv9.o -$engines_obj = -$perlasm_scheme = void -$dso_scheme = dlfcn -$shared_target= solaris-shared -$shared_cflag = -fPIC -$shared_ldflag = -shared -$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) -$ranlib = -$arflags = -$multilib = - *** debug-steve-opt $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -2757,10 +2511,14 @@ $multilib = *** debug-steve32 $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -rdynamic -ldl +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG 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 x86-gf2m.o @@ -2791,10 +2549,14 @@ $multilib = *** debug-steve64 $cc = gcc $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -2825,10 +2587,14 @@ $multilib = *** debug-test-64-clang $cc = clang $cflags = -Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -Wno-error=overlength-strings -Wno-error=extended-offsetof -Wno-error=language-extension-token -Wno-error=unused-const-variable -Wstrict-overflow -Qunused-arguments -DBN_DEBUG -DCONF_DEBUG -DDEBUG_SAFESTACK -DDEBUG_UNUSED -g3 -O3 -pipe +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -pthread -D_THREAD_SAFE -D_REENTRANT $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL $cpuid_obj = x86_64cpuid.o $bn_obj = x86_64-gcc.o x86_64-mont.o x86_64-mont5.o x86_64-gf2m.o rsaz_exp.o rsaz-x86_64.o rsaz-avx2.o @@ -2856,47 +2622,17 @@ $ranlib = $arflags = $multilib = -*** debug-vos-gcc -$cc = gcc -$cflags = -O0 -g -Wall -DOPENSSL_SYS_VOS -D_POSIX_C_SOURCE=200112L -D_BSD -D_VOS_EXTENDED_NAMES -DB_ENDIAN -DBN_DEBUG -DREF_CHECK -DCONF_DEBUG -DCRYPTO_MDEBUG -$unistd = -$thread_cflag = (unknown) -$sys_id = VOS -$lflags = -Wl,-map -$bn_ops = BN_LLONG -$cpuid_obj = -$bn_obj = -$ec_obj = -$des_obj = -$aes_obj = -$bf_obj = -$md5_obj = -$sha1_obj = -$cast_obj = -$rc4_obj = -$rmd160_obj = -$rc5_obj = -$wp_obj = -$cmll_obj = -$modes_obj = -$engines_obj = -$perlasm_scheme = void -$dso_scheme = -$shared_target= -$shared_cflag = -$shared_ldflag = -$shared_extension = .so -$ranlib = -$arflags = -$multilib = - *** dist $cc = cc $cflags = -O +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = $cpuid_obj = $bn_obj = @@ -2927,10 +2663,14 @@ $multilib = *** gcc $cc = gcc $cflags = -O3 +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG $cpuid_obj = $bn_obj = @@ -2961,10 +2701,14 @@ $multilib = *** hpux-cc $cc = cc $cflags = -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY -Ae +ESlit +O2 -z +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = DES_PTR DES_UNROLL DES_RISC1 $cpuid_obj = $bn_obj = @@ -2995,10 +2739,14 @@ $multilib = *** hpux-gcc $cc = gcc $cflags = -DB_ENDIAN -DBN_DIV2W -O3 +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = (unknown) $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = DES_PTR DES_UNROLL DES_RISC1 $cpuid_obj = $bn_obj = @@ -3029,10 +2777,14 @@ $multilib = *** hpux-ia64-cc $cc = cc $cflags = -Ae +DD32 +O2 +Olit=all -z -DB_ENDIAN -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = ia64cpuid.o $bn_obj = bn-ia64.o ia64-mont.o @@ -3063,10 +2815,14 @@ $multilib = /hpux32 *** hpux-ia64-gcc $cc = gcc $cflags = -O3 -DB_ENDIAN -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = ia64cpuid.o $bn_obj = bn-ia64.o ia64-mont.o @@ -3097,10 +2853,14 @@ $multilib = /hpux32 *** hpux-parisc-cc $cc = cc $cflags = +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = $bn_obj = @@ -3131,10 +2891,14 @@ $multilib = *** hpux-parisc-cc-o4 $cc = cc $cflags = -Ae +O4 +ESlit -z -DB_ENDIAN -DBN_DIV2W -DMD32_XARRAY +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -ldld +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $cpuid_obj = $bn_obj = @@ -3165,10 +2929,14 @@ $multilib = *** hpux-parisc-gcc $cc = gcc $cflags = -O3 -DB_ENDIAN -DBN_DIV2W +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $cpuid_obj = $bn_obj = @@ -3199,10 +2967,14 @@ $multilib = *** hpux-parisc1_1-cc $cc = cc $cflags = +DA1.1 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = pariscid.o $bn_obj = bn_asm.o parisc-mont.o @@ -3233,10 +3005,14 @@ $multilib = /pa1.1 *** hpux-parisc1_1-gcc $cc = gcc $cflags = -O3 -DB_ENDIAN -DBN_DIV2W +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = -D_REENTRANT $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = BN_LLONG DES_PTR DES_UNROLL DES_RISC1 $cpuid_obj = pariscid.o $bn_obj = bn_asm.o parisc-mont.o @@ -3267,10 +3043,14 @@ $multilib = /pa1.1 *** hpux-parisc2-cc $cc = cc $cflags = +DA2.0 +DS2.0 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = pariscid.o $bn_obj = pa-risc2.o parisc-mont.o @@ -3301,10 +3081,14 @@ $multilib = /pa20_32 *** hpux-parisc2-gcc $cc = gcc $cflags = -march=2.0 -O3 -DB_ENDIAN -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -Wl,+s -ldld +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT RC4_CHAR RC4_CHUNK DES_PTR DES_UNROLL DES_RISC1 $cpuid_obj = pariscid.o $bn_obj = pa-risc2.o parisc-mont.o @@ -3335,10 +3119,14 @@ $multilib = /pa20_32 *** hpux64-ia64-cc $cc = cc $cflags = -Ae +DD64 +O3 +Olit=all -z -DB_ENDIAN -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = ia64cpuid.o $bn_obj = bn-ia64.o ia64-mont.o @@ -3369,10 +3157,14 @@ $multilib = /hpux64 *** hpux64-ia64-gcc $cc = gcc $cflags = -mlp64 -O3 -DB_ENDIAN -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = ia64cpuid.o $bn_obj = bn-ia64.o ia64-mont.o @@ -3403,10 +3195,14 @@ $multilib = /hpux64 *** hpux64-parisc2-cc $cc = cc $cflags = +DD64 +O3 +Optrs_strongly_typed -Ae +ESlit -DB_ENDIAN -DMD32_XARRAY -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT $cpuid_obj = pariscid.o $bn_obj = pa-risc2W.o parisc-mont.o @@ -3437,10 +3233,14 @@ $multilib = /pa20_64 *** hpux64-parisc2-gcc $cc = gcc $cflags = -O3 -DB_ENDIAN -D_REENTRANT +$debug_cflags = +$release_cflags = $unistd = $thread_cflag = $sys_id = $lflags = -ldl +$debug_lflags = +$release_lflags = $bn_ops = SIXTY_FOUR_BIT_LONG MD2_CHAR R