(21064:Windows_NT:50:3): New case.

From-SVN: r9830
This commit is contained in:
Richard Kenner 1995-05-28 18:53:22 -04:00
parent 3ff3453763
commit 5acd03f0fc
1 changed files with 3 additions and 0 deletions

3
gcc/config.guess vendored
View File

@ -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 ;;