Check-in Number:
|
5389 | |
Date: |
2006-Apr-19 18:28:56 (local)
2006-Apr-19 16:28:56 (UTC) |
User: | rse |
Branch: | |
Comment: |
Add support for Sun Niagara (sun4v) architecture to
GNU shtool "platform" command.
Submitted by: Christoph Schug
Sponsored by: SpaceNet AG <http://www.space.net/> |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/shtool/ChangeLog 1.225 -> 1.226
--- 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]
|
|
ossp-pkg/shtool/sh.platform 1.16 -> 1.17
--- 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}"
|
|