From: Richard Levitte Date: Sun, 5 Jun 2005 22:19:24 +0000 (+0000) Subject: gcc 2.95.3 on Ultrix supports long long. X-Git-Tag: OpenSSL_0_9_8k^2~2044 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e774a3299e95fc458ab6593861ade0ef17baa492;p=oweals%2Fopenssl.git gcc 2.95.3 on Ultrix supports long long. PR: 1091 --- diff --git a/Configure b/Configure index 33644473ce..0b286fa3a1 100755 --- a/Configure +++ b/Configure @@ -494,7 +494,7 @@ my %table=( # Ultrix from Bernhard Simon "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):::::::",