summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2000-09-21 05:42:01 +0000
committerRichard Levitte <levitte@openssl.org>2000-09-21 05:42:01 +0000
commitc5f8bbbc0b94f3ec3f3f8f2aabbe3cc81f7b8158 (patch)
treec8f72ab928a04717188255fc7887f0a07d12ab28 /Configure
parent4759abc5f268710bb5b75b38152958d7a1a3f95f (diff)
Portability patch for HP MPE/iX. Submitted by Mark Bixby <mark_bixby@hp.com>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index 2e2023394b..257b94ac62 100755
--- a/Configure
+++ b/Configure
@@ -256,6 +256,9 @@ my %table=(
#"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 :::",
# Use unified settings above instead.
+#### HP MPE/iX http://jazz.external.hp.com/src/openssl/
+"MPE/iX-gcc", "gcc:-D_ENDIAN -DBN_DIV2W -O3 -DMPE -D_POSIX_SOURCE -D_SOCKET_SOURCE -I/SYSLOG/PUB::(unknown):-L/SYSLOG/PUB -lsyslog -lsocket -lcurses:BN_LLONG DES_PTR DES_UNROLL DES_RISC1:::",
+
# Dec Alpha, OSF/1 - the alpha164-cc is the flags for a 21164A with
# the new compiler
# For gcc, the following gave a %50 speedup on a 164 over the 'DES_INT' version