diff options
author | Richard Levitte <levitte@openssl.org> | 2001-02-19 15:00:38 +0100 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2001-02-19 15:00:38 +0100 |
commit | 07247321c6ec87789870e115404884293020451b (patch) | |
tree | 9597bd2a62c581910a9d158a93849abd1612f540 /TABLE | |
parent | An obvious but hard-to-see cut'n'paste error corrected. (diff) | |
download | openssl-07247321c6ec87789870e115404884293020451b.tar.xz openssl-07247321c6ec87789870e115404884293020451b.zip |
make update
Diffstat (limited to 'TABLE')
-rw-r--r-- | TABLE | 23 |
1 files changed, 22 insertions, 1 deletions
@@ -784,7 +784,7 @@ $unistd = $thread_cflag = (unknown) $lflags = $bn_ops = -$bn_obj = +$bn_obj = asm/bn86-elf.o asm/co86-elf.o $des_obj = $bf_obj = $md5_obj = @@ -1895,6 +1895,27 @@ $cc = gcc $cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall $unistd = $thread_cflag = -D_REENTRANT +$lflags = -ldl +$bn_ops = BN_LLONG RC4_CHAR RC4_CHUNK DES_RISC1 DES_UNROLL +$bn_obj = +$des_obj = +$bf_obj = +$md5_obj = +$sha1_obj = +$cast_obj = +$rc4_obj = +$rmd160_obj = +$rc5_obj = +$dso_scheme = dlfcn +$shared_target= linux-shared +$shared_cflag = -fPIC +$shared_extension = .so.$(SHLIB_MAJOR).$(SHLIB_MINOR) + +*** linux-s390 +$cc = gcc +$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall +$unistd = +$thread_cflag = -D_REENTRANT $lflags = $bn_ops = BN_LLONG $bn_obj = |