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
path: root/config
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2001-12-20 13:17:22 +0300
committerRichard Levitte <levitte@openssl.org>2001-12-20 13:17:22 +0300
commitbe29c93cf476d929ca107e46aa461d0651724752 (patch)
tree003e6140b636c970665714944ede79cce9f25f43 /config
parent6e19a0408070b1ef0127e7756ceedbadd28e330f (diff)
Another merge from the 0.9.6 branch.
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/config b/config
index 9c0a9115b4..c5243e05fe 100755
--- a/config
+++ b/config
@@ -298,6 +298,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
echo "mips-sony-newsos4"; exit 0;
;;
+ CYGWIN*)
+ echo "${MACHINE}-whatever-cygwin32"; exit 0
+ ;;
+
esac
#
@@ -556,6 +560,8 @@ EOF
# *-aix) OUT="aix-$CC" ;;
# *-dgux) OUT="dgux" ;;
mips-sony-newsos4) OUT="newsos4-gcc" ;;
+ *-*-cygwin32) OUT="CygWin32"
+ options="$options no-threads no-asm" ;;
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
esac