2000-10-23 Ben Elliston <bje@redhat.com>

* config.guess: Detect NonStop-UX on Compaq MIPS machines.
	* config.sub: Handle aliases for mips-compaq-nonstopux.
	From Tom Bates <tom.bates@compaq.com>.
This commit is contained in:
Ben Elliston
2000-10-23 13:10:50 +00:00
parent c67509912b
commit 55355b4c5b
3 changed files with 16 additions and 3 deletions

5
config.guess vendored
View File

@ -3,7 +3,7 @@
# Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000
# Free Software Foundation, Inc.
version='2000-10-12'
version='2000-10-23'
# This file is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -1100,6 +1100,9 @@ EOF
NSR-[KW]:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit 0 ;;
*:NonStop-UX:*:*)
echo mips-compaq-nonstopux
exit 0 ;;
BS2000:POSIX*:*:*)
echo bs2000-siemens-sysv
exit 0 ;;