From 53c0fcc4049c5002f98f15e2ca8c105acdff07ba Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Thu, 11 May 2017 09:50:56 +1000 Subject: [PATCH] Reported by Hugues Lefebvre . * 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. --- ChangeLog | 7 +++++++ config.guess | 4 ++-- testsuite/config-guess.data | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index d94bd30..c58d61e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2017-05-11 Ben Elliston + + Reported by Hugues Lefebvre . + * 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 Rask Ingemann Lambertsen diff --git a/config.guess b/config.guess index 69ed3e5..3ef3338 100755 --- a/config.guess +++ b/config.guess @@ -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:*:*) diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index bb97775..5852a42 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -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