summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2005-06-05 22:19:34 +0000
committerRichard Levitte <levitte@openssl.org>2005-06-05 22:19:34 +0000
commitbc6d459a6e3cde6f3c1bdf768dfcada258487bc0 (patch)
tree1c41500fa782622e38220e9454b6ce0afb9a5d7a /Configure
parentff7f34e353e125b77a3793e163d4226bc82cc770 (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):::::::",