Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/TABLE
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2002-05-25 00:41:07 +0400
committerBodo Möller <bodo@openssl.org>2002-05-25 00:41:07 +0400
commitba05727773f633aabf6f51129427b05e59881452 (patch)
tree8c0cb09be6a8341873f68739b1a27d8d2d054043 /TABLE
parentf9332da5212c143f79a7bc17107bdc6a5bd5a438 (diff)
Change as in main branch:
Use assembler implementations with Cygwin. This also fixes the bn_sub_part_word problem.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE43
1 files changed, 34 insertions, 9 deletions
diff --git a/TABLE b/TABLE
index 8ca5309e4d..f643b16617 100644
--- a/TABLE
+++ b/TABLE
@@ -1,3 +1,4 @@
+Output of `Configure TABLE':
*** BC-16
$cc = bcc
@@ -79,15 +80,15 @@ $thread_cflag =
$sys_id = CYGWIN32
$lflags =
$bn_ops = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
-$bn_obj =
-$des_obj =
-$bf_obj =
-$md5_obj =
-$sha1_obj =
-$cast_obj =
-$rc4_obj =
-$rmd160_obj =
-$rc5_obj =
+$bn_obj = asm/bn86-elf.o asm/co86-elf.o
+$des_obj = asm/dx86-elf.o asm/yx86-elf.o
+$bf_obj = asm/bx86-elf.o
+$md5_obj = asm/mx86-elf.o
+$sha1_obj = asm/sx86-elf.o
+$cast_obj = asm/cx86-elf.o
+$rc4_obj = asm/rx86-elf.o
+$rmd160_obj = asm/rm86-elf.o
+$rc5_obj = asm/r586-elf.o
$dso_scheme = win32
$shared_target= cygwin-shared
$shared_cflag =
@@ -1775,6 +1776,30 @@ $shared_ldflag =
$shared_extension =
$ranlib =
+*** debug-steve-linux-pseudo64
+$cc = gcc
+$cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DOPENSSL_NO_ASM -g -mcpu=i486 -Wall -Werror -Wshadow -pipe
+$unistd =
+$thread_cflag = -D_REENTRANT
+$sys_id =
+$lflags = -rdynamic -ldl
+$bn_ops = SIXTY_FOUR_BIT
+$bn_obj =
+$des_obj = dlfcn
+$bf_obj =
+$md5_obj =
+$sha1_obj =
+$cast_obj =
+$rc4_obj =
+$rmd160_obj =
+$rc5_obj =
+$dso_scheme =
+$shared_target=
+$shared_cflag =
+$shared_ldflag =
+$shared_extension =
+$ranlib =
+
*** debug-ulf
$cc = gcc
$cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_DEBUG -DBN_CTX_DEBUG -DCRYPTO_MDEBUG_ALL -g -O2 -m486 -Wall -Werror -Wshadow -pipe