summaryrefslogtreecommitdiff
path: root/Build/source/build-aux/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-03-27 01:15:43 +0000
committerKarl Berry <karl@freefriends.org>2016-03-27 01:15:43 +0000
commit6c81a96507c53f43fffc0b8f3fdd348caacaf68f (patch)
treec407d9ace8b4eb7b85846bc13ceca05793d1d18b /Build/source/build-aux/config.guess
parentb64ba45afd14ba01e718b4147ebf291f0d55b013 (diff)
/home/texlive/karl/Master/tlpkg/bin/tl-update-auto
git-svn-id: svn://tug.org/texlive/trunk@40152 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/build-aux/config.guess')
-rwxr-xr-xBuild/source/build-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/build-aux/config.guess b/Build/source/build-aux/config.guess
index 373a659a067..d5d667d4a20 100755
--- a/Build/source/build-aux/config.guess
+++ b/Build/source/build-aux/config.guess
@@ -2,7 +2,7 @@
# Attempt to guess a canonical system name.
# Copyright 1992-2016 Free Software Foundation, Inc.
-timestamp='2016-02-11'
+timestamp='2016-03-24'
# 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
@@ -1276,6 +1276,9 @@ EOF
SX-8R:SUPER-UX:*:*)
echo sx8r-nec-superux${UNAME_RELEASE}
exit ;;
+ SX-ACE:SUPER-UX:*:*)
+ echo sxace-nec-superux${UNAME_RELEASE}
+ exit ;;
Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;;