summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorLutz Jänicke <jaenicke@openssl.org>2002-12-10 18:48:14 +0000
committerLutz Jänicke <jaenicke@openssl.org>2002-12-10 18:48:14 +0000
commit9314e366c887bf0d1ee03f52b03165218a4e7534 (patch)
tree5f901c4ef02109afd4ef8d1914ba18ed61777b93 /Configure
parentb22c7a1cfbab5d8f933c8b3ce16296211f7aa560 (diff)
Update -Olimit setting.
Submitted by: Bernhard Simon <simon@zid.tuwien.ac.at> Reviewed by: PR:
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
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 <simon@zid.tuwien.ac.at>
-"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):::::::",