Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2003-02-22 21:02:46 +0300
committerUlf Möller <ulf@openssl.org>2003-02-22 21:02:46 +0300
commit37d9503a67b61cf6946833b604bcd6af91a3da49 (patch)
treedabfc3245fc782286d92dbd5ade207b926772a83 /Configure
parenta1033894d7da4401ffb76882dfbd5536a6ba3e9f (diff)
mingw related cleanups, as in head
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 2 insertions, 4 deletions
diff --git a/Configure b/Configure
index 768651f03c..65c74f9dea 100755
--- a/Configure
+++ b/Configure
@@ -506,10 +506,8 @@ my %table=(
"BC-32","bcc32::::WIN32::BN_LLONG DES_PTR RC4_INDEX EXPORT_VAR_AS_FN::::::::::win32",
"BC-16","bcc:::(unknown):WIN16::BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT:::",
-# Mingw32
-# (Note: the real CFLAGS for Windows builds are defined by util/mk1mf.pl
-# and its library files in util/pl/*)
-"Mingw32", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall:::::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
+# MinGW
+"mingw", "gcc:-DL_ENDIAN -fomit-frame-pointer -O3 -march=i486 -mno-cygwin -Wall:::MINGW32:-mno-cygwin -lwsock32 -lgdi32:BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}:${x86_out_asm}:win32::::.dll",
# UWIN
"UWIN", "cc:-DTERMIOS -DL_ENDIAN -O -Wall:::UWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",