From: Lutz Jänicke Date: Tue, 10 Dec 2002 18:48:14 +0000 (+0000) Subject: Update -Olimit setting. X-Git-Tag: OpenSSL_0_9_7-beta6~18^2~17 X-Git-Url: https://git.openssl.org/?p=openssl.git;a=commitdiff_plain;h=9314e366c887bf0d1ee03f52b03165218a4e7534 Update -Olimit setting. Submitted by: Bernhard Simon Reviewed by: PR: --- diff --git a/Configure b/Configure index 6eff4d6dc0..44848b5f0a 100755 --- a/Configure +++ b/Configure @@ -527,7 +527,7 @@ my %table=( "DJGPP", "gcc:-I/dev/env/WATT_ROOT/inc -DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -Wall:::MSDOS:-L/dev/env/WATT_ROOT/lib -lwatt:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::", # Ultrix from Bernhard Simon -"ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown):::::::", +"ultrix-cc","cc:-std1 -O -Olimit 2500 -DL_ENDIAN::(unknown):::::::", "ultrix-gcc","gcc:-O3 -DL_ENDIAN::(unknown):::::::", # K&R C is no longer supported; you need gcc on old Ultrix installations ##"ultrix","cc:-O2 -DNOPROTO -DNOCONST -DL_ENDIAN::(unknown):::::::",