aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRalf S. Engelschall <rse@openssl.org>1999-01-30 11:50:48 +0000
committerRalf S. Engelschall <rse@openssl.org>1999-01-30 11:50:48 +0000
commite04a6c2b358330a91ed82931127f5f8f5db7e2df (patch)
tree1a824a1e79c21d6ffe167fa6d61a1231c0cab921 /Configure
parent0172f988c72fb2f923c062425d969c7950412e4b (diff)
downloadopenssl-e04a6c2b358330a91ed82931127f5f8f5db7e2df.zip
openssl-e04a6c2b358330a91ed82931127f5f8f5db7e2df.tar.gz
openssl-e04a6c2b358330a91ed82931127f5f8f5db7e2df.tar.bz2
Add CygWin32 platform information to Configure script.
Submitted by: Alan Batie <batie@aahz.jf.intel.com>
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure5
1 files changed, 4 insertions, 1 deletions
diff --git a/Configure b/Configure
index 3ba5726..79edba2 100755
--- a/Configure
+++ b/Configure
@@ -78,7 +78,7 @@ my %table=(
# A few of my development configs
"purify", "purify gcc:-g -DPURIFY -Wall:-lsocket -lnsl::::",
"debug", "gcc:-DBN_DEBUG -DREF_CHECK -DCRYPTO_MDEBUG -ggdb -g2 -Wformat -Wshadow -Wmissing-prototypes -Wmissing-declarations -Werror:-lefence::::",
-"debug-rse","gcc:-DTERMIOS -DL_ENDIAN -DREF_CHECK -DCRYPTO_MDEBUG -g -ggdb3 -Wall:::::",
+"debug-rse","gcc:-DTERMIOS -DL_ENDIAN -O -g -ggdb3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:$x86_out_asm",
"dist", "cc:-O -DNOPROTO::::",
# Basic configs that should work on any box
@@ -211,6 +211,9 @@ my %table=(
"BC-32","bcc32:::DES_PTR RC4_INDEX:::",
"BC-16","bcc:::BN_LLONG DES_PTR RC4_INDEX SIXTEEN_BIT:::",
+# CygWin32
+"CygWin32", "gcc:-DTERMIOS -DL_ENDIAN -fomit-frame-pointer -O3 -m486 -Wall::BN_LLONG $x86_gcc_des $x86_gcc_opts:",
+
# Our old Ultrix box :-). -O2 breaks some of the bignum stuff (now fixed,
# it is a compiler bug, look in bug/ultrixcc.c for example code.
"ultrix","cc:-O2 -DNOPROTO -DNOCONST -DL_ENDIAN:::asm/mips1.o:::",