summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-09 01:05:39 +0000
committerKarl Berry <karl@freefriends.org>2017-02-09 01:05:39 +0000
commitef38add6b156a3b138ea9bcbda18bbef48a087c7 (patch)
tree227bc8f88bd3711d4cf3e5b55a50a8cc826a5b66 /Build/source/utils/asymptote/config.guess
parenta4e74ccac43882ef3ac033dd7ac04f1e543590d3 (diff)
tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@43175 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 bbd48b60e88..1000e2bd92e 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-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 @@ EOF
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 ;;