summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2018-01-13 01:23:13 +0000
committerKarl Berry <karl@freefriends.org>2018-01-13 01:23:13 +0000
commit1c56cd3de22dc68e263401dc9fa9cc0d93c3c6fd (patch)
treeebe97d8d5bd1fa9571514f4e4260a03ecd7b5122 /Build/source/utils/asymptote/config.guess
parentb242e5b6e94bad17b0bf8bf6a6319b9415d80566 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@46295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/config.guess')
-rw-r--r--Build/source/utils/asymptote/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/utils/asymptote/config.guess b/Build/source/utils/asymptote/config.guess
index 588fe82a42a..a710e2fafb9 100644
--- a/Build/source/utils/asymptote/config.guess
+++ b/Build/source/utils/asymptote/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2018 Free Software Foundation, Inc.
-timestamp='2018-01-01'
+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
@@ -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 ;;