From: Ulf Möller Date: Wed, 19 Dec 2001 19:37:31 +0000 (+0000) Subject: Cygwin patch. Submitted by Michael Kobar X-Git-Tag: OpenSSL_0_9_6d-beta1~83^2~28 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d78e52987e18b9ce7950d9215b9d6096941e35f6;p=openssl Cygwin patch. Submitted by Michael Kobar --- diff --git a/config b/config index 54dcdbe72b..5ffd34218e 100755 --- a/config +++ b/config @@ -332,6 +332,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in echo "mips-sony-newsos4"; exit 0; ;; + CYGWIN*) + echo "${MACHINE}-whatever-cygwin32"; exit 0 + ;; + esac # @@ -645,6 +649,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