Use assembler implementations with Cygwin.
authorUlf Möller <ulf@openssl.org>
Fri, 24 May 2002 20:24:38 +0000 (20:24 +0000)
committerUlf Möller <ulf@openssl.org>
Fri, 24 May 2002 20:24:38 +0000 (20:24 +0000)
This also fixes the bn_sub_part_word problem.

Configure

index 35f3a703261fa06c6e4213fa9d79d85d266d16f4..a8e4f9363ef9e1ca8964f175d050085cf652735e 100755 (executable)
--- 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 <simon@zid.tuwien.ac.at>
 "ultrix-cc","cc:-std1 -O -Olimit 1000 -DL_ENDIAN::(unknown):::::::",
 "ultrix-gcc","gcc:-O3 -DL_ENDIAN::(unknown):::::::",