aboutsummaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>1999-04-22 16:30:17 +0000
committerUlf Möller <ulf@openssl.org>1999-04-22 16:30:17 +0000
commit9d07a3c9a5833fab2064df4e1b6e484749443b47 (patch)
treec62ffd23ac066517a1197c38e415441dd7dafcd9 /Configure
parentff6a143b3735897627c69e224c3c8d7bda46149e (diff)
downloadopenssl-9d07a3c9a5833fab2064df4e1b6e484749443b47.tar.gz
Ultrix compatibility.
Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index b4e8925bb0..bd4506d408 100755
--- a/Configure
+++ b/Configure
@@ -179,7 +179,7 @@ my %table=(
# IBM's AIX.
"aix-cc", "cc:-O -DAIX -DB_ENDIAN::BN_LLONG RC4_CHAR:::",
-"aix-gcc", "gcc:-O2 -DAIX -DB_ENDIAN::BN_LLONG RC4_CHAR:::",
+"aix-gcc", "gcc:-O3 -DAIX -DB_ENDIAN::BN_LLONG RC4_CHAR:::",
#
# Cray T90 (SDSC)
@@ -234,6 +234,7 @@ my %table=(
# Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
"ultrix","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::::::",
+"ultrix-gcc","cc:-O3 -DL_ENDIAN::::::",
# K&R C is no longer supported; you need gcc on old Ultrix installations
##"ultrix","cc:-O2 -DNOPROTO -DNOCONST -DL_ENDIAN::::::",