diff build-aux/config.guess @ 13592:6027af37caeb

autoupdate
author Karl Berry <karl@freefriends.org>
date Sat, 28 Aug 2010 06:44:28 -0700
parents a3a7f9627d7a
children 03260cfd24e5
line wrap: on
line diff
--- a/build-aux/config.guess	Sat Aug 28 15:29:52 2010 +0200
+++ b/build-aux/config.guess	Sat Aug 28 06:44:28 2010 -0700
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
 #   Free Software Foundation, Inc.
 
-timestamp='2010-07-29'
+timestamp='2010-08-21'
 
 # 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
@@ -968,6 +968,9 @@
     sparc:Linux:*:* | sparc64:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
+    tile*:Linux:*:*)
+	echo ${UNAME_MACHINE}-tilera-linux-gnu
+	exit ;;
     vax:Linux:*:*)
 	echo ${UNAME_MACHINE}-dec-linux-gnu
 	exit ;;