aboutsummaryrefslogtreecommitdiffstats
path: root/config.guess
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2018-01-11 22:01:35 +0200
committerArnold D. Robbins <arnold@skeeve.com>2018-01-11 22:01:35 +0200
commitd2bd8c645f8511288f93e244d5411ebc0166e9cd (patch)
treef324df4501d17093c0a53bbdfd6b5a5c5e35a862 /config.guess
parent02cb19a2b247a82be6d94ed05b67f7d8b4a59fdd (diff)
parent22815f51f61940f330026c2b0a293996958a942a (diff)
downloadegawk-d2bd8c645f8511288f93e244d5411ebc0166e9cd.tar.gz
egawk-d2bd8c645f8511288f93e244d5411ebc0166e9cd.tar.bz2
egawk-d2bd8c645f8511288f93e244d5411ebc0166e9cd.zip
Merge branch 'gawk-4.2-stable'
Diffstat (limited to 'config.guess')
-rwxr-xr-xconfig.guess9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.guess b/config.guess
index 770cb5c7..a710e2fa 100755
--- a/config.guess
+++ b/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 ;;