summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-05 22:19:24 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-05 22:19:24 +0000
commite774a3299e95fc458ab6593861ade0ef17baa492 (patch)
tree502af2c201ac1110f8c530ee30ecd9d8ccafa26b /Configure
parent99febc8b9ad9a6723f07e62c0ccf88d00293d0b3 (diff)
gcc 2.95.3 on Ultrix supports long long.
PR: 1091
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 33644473ce..0b286fa3a1 100755
--- a/Configure
+++ b/Configure
@@ -494,7 +494,7 @@ my %table=(
# Ultrix from Bernhard Simon <simon@zid.tuwien.ac.at>
"ultrix-cc","cc:-std1 -O -Olimit 2500 -DL_ENDIAN::(unknown):::::::",
-"ultrix-gcc","gcc:-O3 -DL_ENDIAN::(unknown):::::::",
+"ultrix-gcc","gcc:-O3 -DL_ENDIAN::(unknown):::BN_LLONG::::",
# K&R C is no longer supported; you need gcc on old Ultrix installations
##"ultrix","cc:-O2 -DNOPROTO -DNOCONST -DL_ENDIAN::(unknown):::::::",