From: Ulf Möller Date: Fri, 24 May 2002 20:24:38 +0000 (+0000) Subject: Use assembler implementations with Cygwin. X-Git-Tag: OpenSSL_0_9_6e~26^2~136 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=fd91256316af164d32b56fd517fdbd87e8945e06;p=oweals%2Fopenssl.git Use assembler implementations with Cygwin. This also fixes the bn_sub_part_word problem. --- diff --git a/Configure b/Configure index 35f3a70326..a8e4f9363e 100755 --- a/Configure +++ b/Configure @@ -510,8 +510,7 @@ my %table=( # Cygwin "Cygwin-pre1.3", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::(unknown):CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32", -"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32:cygwin-shared:::.dll", - +"Cygwin", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::CYGWIN32::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_elf_asm}:::::::::win32:cygwin-shared:::.dll", # Ultrix from Bernhard Simon "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown):::::::", "ultrix-gcc","gcc:-O3 -DL_ENDIAN::(unknown):::::::",