summaryrefslogtreecommitdiff
path: root/extension/build-aux/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-11 22:01:09 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-11 22:01:09 +0200
commit22815f51f61940f330026c2b0a293996958a942a (patch)
tree250463fe68755e2f88dffba9449464900a90a952 /extension/build-aux/config.guess
parent1dd70048aed615cde08f96709ca6a00ebb4ae6cd (diff)
downloadgawk-22815f51f61940f330026c2b0a293996958a942a.tar.gz
Update build-aux files.
Diffstat (limited to 'extension/build-aux/config.guess')
-rwxr-xr-xextension/build-aux/config.guess9
1 files changed, 6 insertions, 3 deletions
diff --git a/extension/build-aux/config.guess b/extension/build-aux/config.guess
index 770cb5c7..a710e2fa 100755
--- a/extension/build-aux/config.guess
+++ b/extension/build-aux/config.guess
@@ -1,8 +1,8 @@
#! /bin/sh
# Attempt to guess a canonical system name.
-# Copyright 1992-2017 Free Software Foundation, Inc.
+# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2017-12-17'
+timestamp='2018-01-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
@@ -50,7 +50,7 @@ version="\
GNU config.guess ($timestamp)
Originally written by Per Bothner.
-Copyright 1992-2017 Free Software Foundation, Inc.
+Copyright 1992-2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
@@ -1332,6 +1332,9 @@ EOF
NSR-*:NONSTOP_KERNEL:*:*)
echo nsr-tandem-nsk${UNAME_RELEASE}
exit ;;
+ NSV-*:NONSTOP_KERNEL:*:*)
+ echo nsv-tandem-nsk${UNAME_RELEASE}
+ exit ;;
NSX-*:NONSTOP_KERNEL:*:*)
echo nsx-tandem-nsk${UNAME_RELEASE}
exit ;;