diff mx/commands.py @ 11784:a2958b7bf83f

add "sun4u" as a valid identifier for the SPARC architecture
author Doug Simon <doug.simon@oracle.com>
date Wed, 25 Sep 2013 12:17:55 +0200
parents f3e5cbd1efae
children 65dbed1fdf46
line wrap: on
line diff
--- a/mx/commands.py	Wed Sep 25 12:17:21 2013 +0200
+++ b/mx/commands.py	Wed Sep 25 12:17:55 2013 +0200
@@ -243,7 +243,7 @@
     machine = platform.uname()[4]
     if machine in ['amd64', 'AMD64', 'x86_64', 'i86pc']:
         return 'amd64'
-    if machine in ['sun4v']:
+    if machine in ['sun4v', 'sun4u']:
         return 'sparc'
     if machine == 'i386' and mx.get_os() == 'darwin':
         try: