mirror of
git://git.savannah.gnu.org/config.git
synced 2025-05-29 02:26:36 +12:00
(21064:Windows_NT:50:3): New case.
This commit is contained in:
parent
98d4351085
commit
e2e5d9d82b
3
config.guess
vendored
3
config.guess
vendored
@ -59,6 +59,9 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
|
|||||||
# 1.2 uses "1.2" for uname -r.
|
# 1.2 uses "1.2" for uname -r.
|
||||||
echo alpha-dec-osf${UNAME_RELEASE}
|
echo alpha-dec-osf${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
21064:Windows_NT:50:3)
|
||||||
|
echo alpha-dec-winnt3.5
|
||||||
|
exit 0 ;;
|
||||||
amiga:NetBSD:*:*)
|
amiga:NetBSD:*:*)
|
||||||
echo m68k-cbm-netbsd${UNAME_RELEASE}
|
echo m68k-cbm-netbsd${UNAME_RELEASE}
|
||||||
exit 0 ;;
|
exit 0 ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user