* config.guess (NSR-*:NONSTOP_KERNEL:*:*): Match suffix with *.

(NEO-*:NONSTOP_KERNEL:*:*): Likewise.
	* testsuite/config-guess.data: Add test cases.
This commit is contained in:
Ben Elliston
2017-05-11 20:36:27 +10:00
parent 53c0fcc404
commit 281c61b32f
3 changed files with 11 additions and 2 deletions

4
config.guess vendored
View File

@ -1335,13 +1335,13 @@ EOF
*:QNX:*:4*)
echo i386-pc-qnx
exit ;;
NEO-?:NONSTOP_KERNEL:*:*)
NEO-*:NONSTOP_KERNEL:*:*)
echo neo-tandem-nsk${UNAME_RELEASE}
exit ;;
NSE-*:NONSTOP_KERNEL:*:*)
echo nse-tandem-nsk${UNAME_RELEASE}
exit ;;
NSR-?:NONSTOP_KERNEL:*:*)
NSR-*:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit ;;
NSX-*:NONSTOP_KERNEL:*:*)