------- Comment #2 from rob1weld at aol dot com 2009-01-10 03:08 ------- OK, I'm going to propose:
# gdiff -Naur config.BACKUP2.guess config.guess --- config.BACKUP2.guess 2009-01-09 19:01:21.178338502 -0800 +++ config.guess 2009-01-09 19:04:59.921763936 -0800 @@ -4,7 +4,7 @@ # 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 # Free Software Foundation, Inc. -timestamp='2008-12-19' +timestamp='2009-01-09' # 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 @@ -344,7 +344,7 @@ SUN_ARCH="x86_64" fi fi - echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` + echo ${SUN_ARCH}-pc-solaris2`echo ${UNAME_RELEASE}.${UNAME_VERSION}|sed -e 's/[^.]*//'` exit ;; sun4*:SunOS:6*:*) # According to config.sub, this is the proper way to canonicalize -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38783