summaryrefslogtreecommitdiffstats
path: root/TABLE
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>2001-11-12 15:31:39 +0000
committerBodo Möller <bodo@openssl.org>2001-11-12 15:31:39 +0000
commitc5571db0c2979a0aa2e18e8ecf60dbff7fd6cdb1 (patch)
treec4404f98236a0f26a0384bbdc210599de6fbd8ad /TABLE
parente0457d5f7c5e24bb58aa42f5cf9f5bfd215e07fb (diff)
Add unixware-7-gcc as in 0.9.6 branch (except that we need a 'sys_id'
field here, which is left empty). Various configurations are *only* in the 0.9.6 branch at the moment: OpenUNIX OpenUNIX-8-gcc-shared OpenUNIX-8-shared Either Configure or CHANGES must be changed to rectify the situation.
Diffstat (limited to 'TABLE')
-rw-r--r--TABLE23
1 files changed, 23 insertions, 0 deletions
diff --git a/TABLE b/TABLE
index 2d15e34686..cf4346cb14 100644
--- a/TABLE
+++ b/TABLE
@@ -3289,6 +3289,29 @@ $shared_cflag = -Kpic
$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
$ranlib =
+*** unixware-7-gcc
+$cc = gcc
+$cflags = -DL_ENDIAN -DFILIO_H -O3 -fomit-frame-pointer -m486 -Wall
+$unistd =
+$thread_cflag = -D_REENTRANT
+$sys_id =
+$lflags = -lsocket -lnsl
+$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 =
+$dso_scheme = dlfcn
+$shared_target= gnu-shared
+$shared_cflag = -fPIC
+$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR)
+$ranlib =
+
*** unixware-7-pentium
$cc = cc
$cflags = -O -DFILIO_H -Kalloca -Kpentium