diff build-aux/config.guess @ 6818:6307ee391d59

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 06 Jun 2006 13:47:53 +0000
parents ab801856f0f8
children 6e8bdb609cfd
line wrap: on
line diff
--- a/build-aux/config.guess	Mon Jun 05 13:01:10 2006 +0000
+++ b/build-aux/config.guess	Tue Jun 06 13:47:53 2006 +0000
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2006-05-13'
+timestamp='2006-06-06'
 
 # 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
@@ -831,6 +831,9 @@
     arm*:Linux:*:*)
 	echo ${UNAME_MACHINE}-unknown-linux-gnu
 	exit ;;
+    avr32*:Linux:*:*)
+	echo ${UNAME_MACHINE}-unknown-linux-gnu
+	exit ;;
     cris:Linux:*:*)
 	echo cris-axis-linux-gnu
 	exit ;;