]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
hpux-cc (HPUX 9.x) does not work with BN_LLONG (floating point exceptions).
authorBodo Möller <bodo@openssl.org>
Thu, 10 Jun 1999 18:34:48 +0000 (18:34 +0000)
committerBodo Möller <bodo@openssl.org>
Thu, 10 Jun 1999 18:34:48 +0000 (18:34 +0000)
Submitted by: Andreas Ley <andy@rz.uni-karlsruhe.de

Configure
TABLE

index 627174200a2d1d079998f87a534186582c4fd868..149692aefae55ce82eb1136a44402fa474973e1b 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -142,7 +142,7 @@ my %table=(
 # HPUX 9.X config.
 # Don't use the bundled cc.  It is broken.  Use HP ANSI C if possible, or
 # egcs.  gcc 2.8.1 is also broken.
-"hpux-cc",     "cc:-DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O4 -z::(unknown)::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::",
+"hpux-cc",     "cc:-DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O4 -z::(unknown)::DES_PTR DES_UNROLL DES_RISC1:::", # BN_LLONG does not work
 "hpux-gcc",    "gcc:-DB_ENDIAN -DBN_DIV2W -O3::(unknown)::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::",
 # HPUX 10.X config.  Supports threads.
 "hpux10-cc",   "cc:-DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O4 -z::-D_REENTRANT::BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::",
diff --git a/TABLE b/TABLE
index fdd08cef7cae1d0e68bb475ee9b1f99f35303a40..356620836c8061f1402f1e41c9494adc8fc10ce8 100644 (file)
--- a/TABLE
+++ b/TABLE
@@ -839,7 +839,7 @@ $cflags       = -DB_ENDIAN -DBN_DIV2W -Ae +ESlit +O4 -z
 $unistd       = 
 $thread_cflag = (unknown)
 $lflags       = 
-$bn_ops       = BN_LLONG DES_PTR DES_UNROLL DES_RISC1
+$bn_ops       = DES_PTR DES_UNROLL DES_RISC1
 $bn_obj       = 
 $des_obj      = 
 $bf_obj       =