HPUX 11 flags.
authorUlf Möller <ulf@openssl.org>
Thu, 30 Sep 1999 08:32:54 +0000 (08:32 +0000)
committerUlf Möller <ulf@openssl.org>
Thu, 30 Sep 1999 08:32:54 +0000 (08:32 +0000)
Contributed by: Peter Huang <PETER_HUANG@HP-Cupertino-om8.om.hp.com>

Configure
STATUS

index 31c9d90304eac2940a0af2fa90c46c6a8c3cf408..5df1aee351545e3785bce2e5cc69bcf17c44fa66 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -186,9 +186,8 @@ my %table=(
 # If hpux10-gcc fails, try this one:
 "hpux10-brokengcc",    "gcc:-DB_ENDIAN -DBN_DIV2W -O3::-D_REENTRANT::DES_PTR DES_UNROLL DES_RISC1:::",
 
-# HPUX 11.X from www.globus.org.
-# Only works on PA-RISC 2.0 cpus, and not optimized.  Why?
-"hpux11-32bit-cc","cc:+DA2.0 -DB_ENDIAN -D_HPUX_SOURCE -Aa -Ae +ESlit::-D_REENTRANT::DES_PTR DES_UNROLL DES_RISC1:::",
+# HPUX 11.X
+"hpux11-32bit-cc","cc:+DAportable -DB_ENDIAN -D_HPUX_SOURCE -Aa -Ae +ESlit::-D_REENTRANT::DES_PTR DES_UNROLL DES_RISC1:::",
 "hpux11-64bit-cc","cc:+DA2.0W -g -D_HPUX_SOURCE -Aa -Ae +ESlit::-D_REENTRANT::SIXTY_FOUR_BIT_LONG MD2_CHAR RC4_INDEX RC4_CHAR DES_UNROLL DES_RISC1 DES_INT :::",
 
 # Dec Alpha, OSF/1 - the alpha164-cc is the flags for a 21164A with
diff --git a/STATUS b/STATUS
index 3e5c3778257a2ea30e0023c1be0b0bd6120fe6aa..60bb06bd06e9d9560feac3e92a7689ce5b916c50 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -1,6 +1,6 @@
 
   OpenSSL STATUS                           Last modified at
-  ______________                           $Date: 1999/09/21 17:19:05 $
+  ______________                           $Date: 1999/09/30 08:32:54 $
 
   DEVELOPMENT STATE
 
@@ -16,7 +16,6 @@
   AVAILABLE PATCHES
 
     o shared libraries <behnke@trustcenter.de>
-    o HP compiler flags <peter_huang@hp.com>
     o Lennart Bang: test program patches
     o getenv in ca.c and x509_def.c (jaltman@watsun.cc.columbia.edu)
     o SMIME tool (demo), Sampo Kellomaki <sampo@iki.fi>