summaryrefslogtreecommitdiff
path: root/Build/source/texk/config.guess
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-15 09:13:54 +0000
committerKarl Berry <karl@freefriends.org>2007-01-15 09:13:54 +0000
commit3f61581b453c3bc8ab4b4ccf3281d76a8a3c17e8 (patch)
tree03ff42c529aedc3bd4603d8dd939ff332283f26b /Build/source/texk/config.guess
parent67dd3af85d6360b01ba60131bebdd88c418e7ff5 (diff)
/home/texlive/karl/Build/tools/update-auto
git-svn-id: svn://tug.org/texlive/trunk@3505 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/config.guess')
-rwxr-xr-xBuild/source/texk/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/config.guess b/Build/source/texk/config.guess
index 1a695461e6a..6cc26cd3df1 100755
--- a/Build/source/texk/config.guess
+++ b/Build/source/texk/config.guess
@@ -4,7 +4,7 @@
# 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
# Inc.
-timestamp='2006-12-22'
+timestamp='2007-01-15'
# 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
@@ -1218,6 +1218,9 @@ EOF
SX-8:SUPER-UX:*:*)
echo sx8-nec-superux${UNAME_RELEASE}
exit ;;
+ SX-8R:SUPER-UX:*:*)
+ echo sx8r-nec-superux${UNAME_RELEASE}
+ exit ;;
Power*:Rhapsody:*:*)
echo powerpc-apple-rhapsody${UNAME_RELEASE}
exit ;;