HPUX 11 flags.

Contributed by: Peter Huang <PETER_HUANG@HP-Cupertino-om8.om.hp.com>
This commit is contained in:
Ulf Möller 1999-09-30 08:32:54 +00:00
parent de808df47b
commit d4cf2f1882
2 changed files with 3 additions and 5 deletions

View file

@ -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

3
STATUS
View file

@ -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>