2000-03-20 Ben Elliston <bje@redhat.com>

* config.guess: Detect the NonStop Kernel on Tandem
	machines. Suggested by Kelly F. Hickel <kfh@mqsoftware.com>.
	* config.sub: Handle nsr-tandem and -nsk aliases.
This commit is contained in:
Ben Elliston
2000-03-20 11:08:41 +00:00
parent cc3678ea94
commit 477db69026
3 changed files with 15 additions and 0 deletions

3
config.guess vendored
View File

@ -1033,6 +1033,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit 0 ;;
NSR-W:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit 0 ;;
esac
#echo '(No uname command or uname output not recognized.)' 1>&2