* config.guess (NSV-*:NONSTOP_KERNEL:*:*): New.

* config.sub (nsv-tandem): New.
	* testsuite/config-guess.data: Add a test case.
	* testsuite/config-sub.data: Likewise.

Signed-off-by: Ben Elliston <bje@gnu.org>
This commit is contained in:
Randall S. Becker
2018-01-11 10:00:52 +11:00
committed by Ben Elliston
parent 6fc06f163a
commit a69a8a3d51
5 changed files with 18 additions and 2 deletions

5
config.guess vendored
View File

@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
timestamp='2018-01-01'
timestamp='2018-01-11'
# 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
@ -1332,6 +1332,9 @@ EOF
NSR-*:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit ;;
NSV-*:NONSTOP_KERNEL:*:*)
echo nsv-tandem-nsk${UNAME_RELEASE}
exit ;;
NSX-*:NONSTOP_KERNEL:*:*)
echo nsx-tandem-nsk${UNAME_RELEASE}
exit ;;