summaryrefslogtreecommitdiff
path: root/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gnu.org>1995-05-28 22:53:22 +0000
committerRichard Kenner <kenner@gnu.org>1995-05-28 22:53:22 +0000
commit1577cd4796e747996426e60d35b55d17c60da9a7 (patch)
tree42e0bc2e1aa839f311fb49a1eb440d6c47ecd66f /config.guess
parent6f6ce652f03d946840a37e1b9ec70cad16c1dbea (diff)
(21064:Windows_NT:50:3): New case.
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.guess b/config.guess
index 41f828ab7b..19066fbacc 100755
--- a/config.guess
+++ b/config.guess
@@ -59,6 +59,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
# 1.2 uses "1.2" for uname -r.
echo alpha-dec-osf${UNAME_RELEASE}
exit 0 ;;
+ 21064:Windows_NT:50:3)
+ echo alpha-dec-winnt3.5
+ exit 0 ;;
amiga:NetBSD:*:*)
echo m68k-cbm-netbsd${UNAME_RELEASE}
exit 0 ;;