diff build-aux/config.guess @ 12387:fd9b53de9415

autoupdate
author Karl Berry <karl@freefriends.org>
date Sat, 05 Dec 2009 05:36:19 -0800
parents be4fcf937c17
children 7e43ee94abd0
line wrap: on
line diff
--- a/build-aux/config.guess	Sat Dec 05 12:14:04 2009 +0100
+++ b/build-aux/config.guess	Sat Dec 05 05:36:19 2009 -0800
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009
 #   Free Software Foundation, Inc.
 
-timestamp='2009-11-19'
+timestamp='2009-11-20'
 
 # 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
@@ -333,6 +333,9 @@
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
+    i86pc:AuroraUX:5.*:* | i86xen:AuroraUX:5.*:*)
+	echo i386-pc-auroraux${UNAME_RELEASE}
+	exit ;;
     i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
 	eval $set_cc_for_build
 	SUN_ARCH="i386"