aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-06-13 21:44:23 +0000
committerRichard Levitte <levitte@openssl.org>2002-06-13 21:44:23 +0000
commitc69d1039561bd1be7d1efea47e2f525cfae86ed9 (patch)
tree305ec90be0039717bd62d37bea238ef7393e1e59 /Configure
parentd56f92ee782e1ad1d48ee788b12d813eb0cbacf6 (diff)
downloadopenssl-c69d1039561bd1be7d1efea47e2f525cfae86ed9.zip
openssl-c69d1039561bd1be7d1efea47e2f525cfae86ed9.tar.gz
openssl-c69d1039561bd1be7d1efea47e2f525cfae86ed9.tar.bz2
Tentatively add support for UWIN, a Unix-like environment on top of Windows.
PR: 62
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/Configure b/Configure
index 35520b5..83c1349 100755
--- a/Configure
+++ b/Configure
@@ -509,6 +509,9 @@ my %table=(
# 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",
+# UWIN
+"UWIN", "cc:-DTERMIOS -DL_ENDIAN -O -Wall:::UWIN::BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}::::::::::win32",
+
# 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}:${x86_out_asm}:win32:cygwin-shared:::.dll",