From 96d7ae9fe8030fc9aeaeeceeac4f5d4128bfb972 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Mon, 26 Nov 2001 04:35:35 +0000 Subject: [PATCH] 2001-11-26 Ben Elliston * config.guess (nsr-tandem-nsk): Detect all known NSR processor types. Contributed by Kjetil Barvik . --- ChangeLog | 5 +++++ config.guess | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 43c9f94..8147129 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-26 Ben Elliston + + * config.guess (nsr-tandem-nsk): Detect all known NSR processor + types. Contributed by Kjetil Barvik . + 2001-11-16 Ben Elliston * config.sub: Accept "-atheos*" as a valid OS. diff --git a/config.guess b/config.guess index 28fcc5e..bcdc074 100755 --- a/config.guess +++ b/config.guess @@ -3,7 +3,7 @@ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 # Free Software Foundation, Inc. -timestamp='2001-11-08' +timestamp='2001-11-26' # 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 @@ -1056,7 +1056,7 @@ EOF *:QNX:*:4*) echo i386-pc-qnx exit 0 ;; - NSR-[KW]:NONSTOP_KERNEL:*:*) + NSR-[GKLNPTVW]:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} exit 0 ;; *:NonStop-UX:*:*)