changeset 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 9c98944c040b
children 713a08116e97 56c3ec12a79c
files mx/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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: