From: Richard Levitte Date: Sun, 5 Jun 2005 22:19:34 +0000 (+0000) Subject: gcc 2.95.3 on Ultrix supports long long. X-Git-Tag: OpenSSL_0_9_8-beta4~5 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=bc6d459a6e3cde6f3c1bdf768dfcada258487bc0 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):::::::",