diff build-aux/config.guess @ 18688:6d032f278423

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 07 Feb 2017 08:50:57 -0800
parents 1349ca2d46dc
children 6cc80e24ca5a
line wrap: on
line diff
--- a/build-aux/config.guess	Wed Feb 01 22:47:27 2017 +0100
+++ b/build-aux/config.guess	Tue Feb 07 08:50:57 2017 -0800
@@ -2,7 +2,7 @@
 # Attempt to guess a canonical system name.
 #   Copyright 1992-2017 Free Software Foundation, Inc.
 
-timestamp='2017-01-01'
+timestamp='2017-02-07'
 
 # 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
@@ -1343,6 +1343,9 @@
     NSR-?:NONSTOP_KERNEL:*:*)
 	echo nsr-tandem-nsk${UNAME_RELEASE}
 	exit ;;
+    NSX-?:NONSTOP_KERNEL:*:*)
+	echo nsx-tandem-nsk${UNAME_RELEASE}
+	exit ;;
     *:NonStop-UX:*:*)
 	echo mips-compaq-nonstopux
 	exit ;;