diff build-aux/config.guess @ 11521:10c88460fc56

autoupdate
author Karl Berry <karl@freefriends.org>
date Tue, 28 Apr 2009 06:15:50 -0700
parents 174a2fed8a76
children 41b768a8fa98
line wrap: on
line diff
--- a/build-aux/config.guess	Mon Apr 27 23:37:25 2009 +0200
+++ b/build-aux/config.guess	Tue Apr 28 06:15:50 2009 -0700
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
 #   Free Software Foundation, Inc.
 
-timestamp='2009-02-03'
+timestamp='2009-04-27'
 
 # 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
@@ -324,6 +324,9 @@
 	case `/usr/bin/uname -p` in
 	    sparc) echo sparc-icl-nx7; exit ;;
 	esac ;;
+    s390x:SunOS:*:*)
+	echo ${UNAME_MACHINE}-ibm-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
+	exit ;;
     sun4H:SunOS:5.*:*)
 	echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;