summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorUlf Möller <ulf@openssl.org>2001-12-19 19:37:31 +0000
committerUlf Möller <ulf@openssl.org>2001-12-19 19:37:31 +0000
commitd78e52987e18b9ce7950d9215b9d6096941e35f6 (patch)
tree82ffcdb88b5d75fea3bd0342ca61a1e749d6c344 /config
parent755cc53a6e0b44e42101e69b76113a77fdae5a79 (diff)
Cygwin patch. Submitted by Michael Kobar <mkobar@lymeware.com>
Diffstat (limited to 'config')
-rwxr-xr-xconfig6
1 files changed, 6 insertions, 0 deletions
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