diff build-aux/config.guess @ 18279:4e2201e450cd

autoupdate
author Karl Berry <karl@freefriends.org>
date Fri, 25 Mar 2016 08:59:56 -0700
parents 3586b6d939a5
children 8493b4b5d7ae
line wrap: on
line diff
--- a/build-aux/config.guess	Fri Mar 25 00:04:02 2016 -0700
+++ b/build-aux/config.guess	Fri Mar 25 08:59:56 2016 -0700
@@ -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 @@
     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 ;;