Index: ossp-pkg/shtool/ChangeLog RCS File: /v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v rcsdiff -q -kk '-r1.225' '-r1.226' -u '/v/ossp/cvs/ossp-pkg/shtool/ChangeLog,v' 2>/dev/null --- ChangeLog 2006/04/19 16:28:08 1.225 +++ ChangeLog 2006/04/19 16:28:56 1.226 @@ -11,6 +11,10 @@ Changes between 2.0.4 and 2.0.5 (04-Feb-2006 to 07-Feb-2006): + *) Add support for Sun Niagara (sun4v) architecture to + GNU shtool "platform" command. + [Christoph Schug] + *) Add correct detection of Sun Solaris on AMD64 to GNU shtool "platform" command. [Ralf S. Engelschall] Index: ossp-pkg/shtool/sh.platform RCS File: /v/ossp/cvs/ossp-pkg/shtool/sh.platform,v rcsdiff -q -kk '-r1.16' '-r1.17' -u '/v/ossp/cvs/ossp-pkg/shtool/sh.platform,v' 2>/dev/null --- sh.platform 2006/04/19 16:28:08 1.16 +++ sh.platform 2006/04/19 16:28:56 1.17 @@ -272,7 +272,7 @@ AP="${AT}" case "${AP}" in sun4[cdm] ) AP="SPARC32" ;; - sun4u ) AP="SPARC64" ;; + sun4[uv] ) AP="SPARC64" ;; sun4* ) AP="SPARC" ;; esac AC="${AP}"