update
authorBodo Möller <bodo@openssl.org>
Wed, 24 Jan 2001 22:39:29 +0000 (22:39 +0000)
committerBodo Möller <bodo@openssl.org>
Wed, 24 Jan 2001 22:39:29 +0000 (22:39 +0000)
TABLE

diff --git a/TABLE b/TABLE
index 9f159f64b257bf2a96b033a2792bfce9a3ec39db..089c8ecefa9ed103b58bfa11fc2edb7e1b7d69bf 100644 (file)
--- a/TABLE
+++ b/TABLE
@@ -1052,7 +1052,7 @@ $shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
 
 *** debug-steve
 $cc           = gcc
 
 *** debug-steve
 $cc           = gcc
-$cflags       = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -O2 -m486 -pedantic -Wall -Werror -Wshadow -pipe
+$cflags       = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFESTACK -DCRYPTO_MDEBUG_ALL -DPEDANTIC -g -m486 -pedantic -Wall -Werror -Wshadow -pipe
 $unistd       = 
 $thread_cflag = -D_REENTRANT
 $lflags       = 
 $unistd       = 
 $thread_cflag = -D_REENTRANT
 $lflags       = 
@@ -1512,6 +1512,27 @@ $shared_target= hpux64-shared
 $shared_cflag = +Z
 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
 
 $shared_cflag = +Z
 $shared_extension = .sl.$(SHLIB_MAJOR).$(SHLIB_MINOR)
 
+*** hurd-x86
+$cc           = gcc
+$cflags       = -DL_ENDIAN -DTERMIOS -O3 -fomit-frame-pointer -m486 -Wall
+$unistd       = 
+$thread_cflag = -D_REENTRANT
+$lflags       = -ldl
+$bn_ops       = BN_LLONG DES_PTR DES_RISC1 DES_UNROLL RC4_INDEX MD2_INT
+$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   = dlfcn
+$shared_target= linux-shared
+$shared_cflag = -fPIC
+$shared_extension = 
+
 *** irix-cc
 $cc           = cc
 $cflags       = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN
 *** irix-cc
 $cc           = cc
 $cflags       = -O2 -use_readonly_const -DTERMIOS -DB_ENDIAN