Reported by Hugues Lefebvre <hugues.lefebvre@lusis.fr>.

* config.guess (NSX-*:NONSTOP_KERNEL:*:*): Some L-SERIES systems
	now have more than one letter in the suffix, so match with *.
	* testsuite/config-guess.data: Add a test case.
This commit is contained in:
Ben Elliston 2017-05-11 09:50:56 +10:00
parent 35db81cadc
commit 53c0fcc404
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2017-05-11 Ben Elliston <bje@gnu.org>
Reported by Hugues Lefebvre <hugues.lefebvre@lusis.fr>.
* config.guess (NSX-*:NONSTOP_KERNEL:*:*): Some L-SERIES systems
now have more than one letter in the suffix, so match with *.
* testsuite/config-guess.data: Add a test case.
2017-04-02 Andrew Jenner <andrew@codesourcery.com>
Rask Ingemann Lambertsen <rask@sygehus.dk>

4
config.guess vendored
View File

@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2017 Free Software Foundation, Inc.
timestamp='2017-03-05'
timestamp='2017-05-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
@ -1344,7 +1344,7 @@ EOF
NSR-?:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit ;;
NSX-?:NONSTOP_KERNEL:*:*)
NSX-*:NONSTOP_KERNEL:*:*)
echo nsx-tandem-nsk${UNAME_RELEASE}
exit ;;
*:NonStop-UX:*:*)

View File

@ -59,6 +59,7 @@ NSE-1 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSE-N 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSE-NN 1.0 NONSTOP_KERNEL ignored ignored nse-tandem-nsk1.0
NSX-H L16 NONSTOP_KERNEL 05 ignored nsx-tandem-nskL16
NSX-HA L16 NONSTOP_KERNEL 05 ignored nsx-tandem-nskL16
openrisc ignored Linux ignored ignored or1k-unknown-linux-gnu
or1k ignored Linux ignored ignored or1k-unknown-linux-gnu
or1knd ignored Linux ignored ignored or1knd-unknown-linux-gnu