2005-02-10 Ben Elliston <bje@gnu.org>

J Shepherd  <jashepherd@usa.net>

	* config.guess (NSE-?:NONSTOP_KERNEL:*:*): New.
	* testsuite/config-guess.data: Test for nse-tandem-nsk.
This commit is contained in:
Ben Elliston
2005-02-10 06:27:27 +00:00
parent 7f49bd2171
commit 9d811a4685
3 changed files with 10 additions and 0 deletions

3
config.guess vendored
View File

@ -1200,6 +1200,9 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit 0 ;;
NSE-?:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit 0 ;;
NSR-?:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit 0 ;;