diff mx/commands.py @ 9939:e2068bbf4c0d

Merge.
author Doug Simon <doug.simon@oracle.com>
date Sat, 08 Jun 2013 00:25:49 +0200
parents 2a091d2987bd 0f7ca53be929
children 2194b25ff111
line wrap: on
line diff
--- a/mx/commands.py	Fri Jun 07 17:28:01 2013 +0200
+++ b/mx/commands.py	Sat Jun 08 00:25:49 2013 +0200
@@ -232,6 +232,8 @@
     machine = platform.uname()[4]
     if machine in ['amd64', 'AMD64', 'x86_64', 'i86pc']:
         return 'amd64'
+    if machine in ['sun4v']:
+        return 'sparc'
     if machine == 'i386' and mx.get_os() == 'darwin':
         try:
             # Support for Snow Leopard and earlier version of MacOSX