summaryrefslogtreecommitdiffstats
path: root/Configure
diff options
context:
space:
mode:
authorBodo Möller <bodo@openssl.org>1999-06-07 13:20:41 +0000
committerBodo Möller <bodo@openssl.org>1999-06-07 13:20:41 +0000
commit861b0ddd273b966783ed1c1e97b3f63760013341 (patch)
tree2b9e38380692dfe45f8b7bd147746b8c8ef18978 /Configure
parent3a66e306e45215b2dac68f66eb6b1012a94f17e5 (diff)
Use only -O, not -O3 for NeXTstep:
> The nextstep port uses the -O3 switch to gcc. Support for -O3 didn't appear > until later (and buggier) versions of NeXTstep. Use -O instead, or have a > separate port. Submitted by: Mark Crispin <MRC@Panda.COM>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 3 insertions, 1 deletions
diff --git a/Configure b/Configure
index 184a1db8b0..5ac603273b 100755
--- a/Configure
+++ b/Configure
@@ -182,7 +182,9 @@ my %table=(
"FreeBSD-elf", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
"bsdi-gcc", "gcc:-O3 -ffast-math -DL_ENDIAN -DPERL5 -m486:(unknown)::RSA_LLONG $x86_gcc_des $x86_gcc_opts:$x86_bsdi_asm",
"bsdi-elf-gcc", "gcc:-DPERL5 -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:(unknown)::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_elf_asm",
-"nextstep", "cc:-O3 -Wall:(unknown)::BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::",
+# Mark Crispin advises against using -O3 on NeXTstep ...
+# "nextstep", "cc:-O3 -Wall:(unknown)::BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::",
+"nextstep", "cc:-O -Wall:(unknown)::BN_LLONG $x86_gcc_des ${x86_gcc_opts}:::",
# NCR MP-RAS UNIX ver 02.03.01
"ncr-scde","cc:-O6 -Xa -Hoff=BEHAVED -686 -Hwide -Hiw:(unknown):-lsocket -lnsl:$x86_gcc_des ${x86_gcc_opts}:::",