From 3155524d0410c37b6286465249264c7981ab8cba Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Fri, 24 Sep 2010 22:56:23 +1000 Subject: [PATCH] From Joachim Schmitz : * config.guess (NEO-?:NONSTOP_KERNEL:*:*): New. * testsuite/config-guess.data: Add test cases. --- ChangeLog | 6 ++++++ config.guess | 5 ++++- testsuite/config-guess.data | 2 ++ 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15e24a8..25fd7a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2010-09-24 Ben Elliston + + From Joachim Schmitz : + * config.guess (NEO-?:NONSTOP_KERNEL:*:*): New. + * testsuite/config-guess.data: Add test cases. + 2010-09-11 Ben Elliston From Joachim Schmitz : diff --git a/config.guess b/config.guess index 2852378..4c8f032 100755 --- a/config.guess +++ b/config.guess @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 # Free Software Foundation, Inc. -timestamp='2010-08-21' +timestamp='2010-09-24' # 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 @@ -1234,6 +1234,9 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit ;; + NEO-?:NONSTOP_KERNEL:*:*) + echo neo-tandem-nsk${UNAME_RELEASE} + exit ;; NSE-?:NONSTOP_KERNEL:*:*) echo nse-tandem-nsk${UNAME_RELEASE} exit ;; diff --git a/testsuite/config-guess.data b/testsuite/config-guess.data index 0b052e1..41a2f60 100644 --- a/testsuite/config-guess.data +++ b/testsuite/config-guess.data @@ -47,3 +47,5 @@ i86pc 5.0 AuroraUX ignored i386-pc-auroraux5.0 i86xen 5.0 AuroraUX ignored i386-pc-auroraux5.0 tile 2.6.36 Linux ignored tile-tilera-linux-gnu tilegx 2.6.36 Linux ignored tilegx-tilera-linux-gnu +NEO-1 1.0 NONSTOP_KERNEL ignored neo-tandem-nsk1.0 +NSE-1 1.0 NONSTOP_KERNEL ignored nse-tandem-nsk1.0