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>2002-02-14 15:29:32 +0300
committerRichard Levitte <levitte@openssl.org>2002-02-14 15:29:32 +0300
commitbe37dc73f6485e30bd2c9d411112996a51e4dd4f (patch)
tree713f06544a4a9b0054eda7c0872ee6984add7942 /config
parent976b2c9c2fc4e1570a4d0c978e98685e9b5b80b7 (diff)
At Corinna Vinschen's request, change CygWin32 to Cygwin
Diffstat (limited to 'config')
-rwxr-xr-xconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/config b/config
index 229c131b67..3c7c4adb2e 100755
--- a/config
+++ b/config
@@ -335,10 +335,10 @@ case "${SYSTEM}:${RELEASE}:${VERSION}:${MACHINE}" in
CYGWIN*)
case "$RELEASE" in
[bB]*|1.0|1.[12].*)
- echo "${MACHINE}-whatever-cygwin32_pre1.3"
+ echo "${MACHINE}-whatever-cygwin_pre1.3"
;;
*)
- echo "${MACHINE}-whatever-cygwin32"
+ echo "${MACHINE}-whatever-cygwin"
;;
esac
exit 0
@@ -678,8 +678,8 @@ EOF
# *-aix) OUT="aix-$CC" ;;
# *-dgux) OUT="dgux" ;;
mips-sony-newsos4) OUT="newsos4-gcc" ;;
- *-*-cygwin32_pre1.3) OUT="CygWin32-pre1.3" ;;
- *-*-cygwin32) OUT="CygWin32" ;;
+ *-*-cygwin_pre1.3) OUT="Cygwin-pre1.3" ;;
+ *-*-cygwin) OUT="Cygwin" ;;
*) OUT=`echo $GUESSOS | awk -F- '{print $3}'`;;
esac