make update

This commit is contained in:
Richard Levitte 2002-08-08 20:41:20 +00:00
parent 20515fe7df
commit 27b115938b

16
TABLE
View File

@ -2417,10 +2417,10 @@ $ranlib =
*** linux-s390 *** linux-s390
$cc = gcc $cc = gcc
$cflags = -DB_ENDIAN -DTERMIO -O3 -fomit-frame-pointer -Wall $cflags = -DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldl
$bn_ops = BN_LLONG $bn_ops = BN_LLONG
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -2431,11 +2431,11 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = $dso_scheme = dlfcn
$shared_target= $shared_target= linux-shared
$shared_cflag = $shared_cflag = -fPIC
$shared_ldflag = $shared_ldflag =
$shared_extension = $shared_extension = .so.$(SHLIB_MAJOR),$(SHLIB_MINOR)
$ranlib = $ranlib =
*** linux-s390x *** linux-s390x
@ -2443,7 +2443,7 @@ $cc = gcc
$cflags = -DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall $cflags = -DB_ENDIAN -DTERMIO -DNO_ASM -O3 -fomit-frame-pointer -Wall
$unistd = $unistd =
$thread_cflag = -D_REENTRANT $thread_cflag = -D_REENTRANT
$lflags = $lflags = -ldl
$bn_ops = SIXTY_FOUR_BIT_LONG $bn_ops = SIXTY_FOUR_BIT_LONG
$bn_obj = $bn_obj =
$des_obj = $des_obj =
@ -2454,7 +2454,7 @@ $cast_obj =
$rc4_obj = $rc4_obj =
$rmd160_obj = $rmd160_obj =
$rc5_obj = $rc5_obj =
$dso_scheme = $dso_scheme = dlfcn
$shared_target= linux-shared $shared_target= linux-shared
$shared_cflag = -fPIC $shared_cflag = -fPIC
$shared_ldflag = $shared_ldflag =