summaryrefslogtreecommitdiff
path: root/TABLE
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-07-10 21:00:37 +0000
committerRichard Levitte <levitte@openssl.org>2001-07-10 21:00:37 +0000
commit567671e291ba7fa7bc78fc8246e95dff604de1fc (patch)
treed0ca8214ac732237453e10dddb773071ae623a8a /TABLE
parentd8a750ee7fd48baee71958c1bf32ba1e9fac6c03 (diff)
downloadopenssl-new-567671e291ba7fa7bc78fc8246e95dff604de1fc.tar.gz
make update
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE27
1 files changed, 25 insertions, 2 deletions
diff --git a/TABLE b/TABLE
index 8577baa4d6..dcae1f5cd7 100644
--- a/TABLE
+++ b/TABLE
@@ -276,6 +276,29 @@ $shared_cflag = -fPIC
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
+*** OS2-EMX
+$cc = gcc
+$cflags =
+$unistd =
+$thread_cflag =
+$sys_id =
+$lflags =
+$bn_ops =
+$bn_obj =
+$des_obj =
+$bf_obj =
+$md5_obj =
+$sha1_obj =
+$cast_obj =
+$rc4_obj =
+$rmd160_obj =
+$rc5_obj =
+$dso_scheme =
+$shared_target=
+$shared_cflag =
+$shared_extension =
+$ranlib =
+
*** OpenBSD
$cc = gcc
$cflags = -DTERMIOS -O3 -fomit-frame-pointer
@@ -1225,7 +1248,7 @@ $cflags = -DL_ENDIAN -DREF_CHECK -DCONF_DEBUG -DBN_CTX_DEBUG -DDEBUG_SAFES
$unistd =
$thread_cflag = -D_REENTRANT
$sys_id =
-$lflags =
+$lflags = -rdynamic -ldl
$bn_ops = 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
@@ -1236,7 +1259,7 @@ $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 =
+$dso_scheme = dlfcn
$shared_target=
$shared_cflag =
$shared_extension =