From e774a3299e95fc458ab6593861ade0ef17baa492 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 5 Jun 2005 22:19:24 +0000 Subject: [PATCH] gcc 2.95.3 on Ultrix supports long long. PR: 1091 --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):::::::", -- GitLab