From: Richard Levitte Date: Fri, 15 Nov 2002 10:28:38 +0000 (+0000) Subject: The architecture name is i486, not just 486 X-Git-Tag: OpenSSL_0_9_6h~31 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b5cd8a9658dac87bca96c7d9d4332ec6719b26c;p=openssl The architecture name is i486, not just 486 --- diff --git a/Configure b/Configure index a2313be315..672f9d858b 100755 --- a/Configure +++ b/Configure @@ -477,7 +477,7 @@ my %table=( # Cygwin "Cygwin-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -m486 -Wall::(unknown)::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32", -"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -march=486 -Wall::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32:cygwin-shared:::.dll", +"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O2 -march=i486 -Wall::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32:cygwin-shared:::.dll", # Ultrix from Bernhard Simon "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown)::::::",