summaryrefslogtreecommitdiff
path: root/gcc/config.guess
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-05-28 18:53:22 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1995-05-28 18:53:22 -0400
commit5acd03f0fcc1e11e6b7d7532cd9ddf79ec5b493f (patch)
treee075feb0c28a516295b1195e1e10b2587a31c689 /gcc/config.guess
parent3ff34537635c7ad4ac77334f25ee264af4288771 (diff)
downloadgcc-5acd03f0fcc1e11e6b7d7532cd9ddf79ec5b493f.tar.gz
(21064:Windows_NT:50:3): New case.
From-SVN: r9830
Diffstat (limited to 'gcc/config.guess')
-rwxr-xr-xgcc/config.guess3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.guess b/gcc/config.guess
index 41f828ab7b5..19066fbacc8 100755
--- a/gcc/config.guess
+++ b/gcc/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 ;;