summaryrefslogtreecommitdiff
path: root/build-aux
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-15 14:41:52 +0000
committerKarl Berry <karl@freefriends.org>2007-01-15 14:41:52 +0000
commit66405553f9d9d8f2fae6f0e068c0279d09e63881 (patch)
tree2e7912213dc1dc851459b79f26b3c928813a57f3 /build-aux
parent1920816bcc9883cfc5e81515cb4e0c4e1b669289 (diff)
downloadgnulib-66405553f9d9d8f2fae6f0e068c0279d09e63881.tar.gz
autoupdate
Diffstat (limited to 'build-aux')
-rwxr-xr-xbuild-aux/config.guess5
1 files changed, 4 insertions, 1 deletions
diff --git a/build-aux/config.guess b/build-aux/config.guess
index 1a695461e6..6cc26cd3df 100755
--- a/build-aux/config.guess
+++ b/build-aux/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 ;;