# HG changeset patch # User Doug Simon # Date 1380104275 -7200 # Node ID a2958b7bf83f1c83f02f7aa51b84d495b19011ba # Parent 9c98944c040b2952cf282c5087858a0f3b0bf3f6 add "sun4u" as a valid identifier for the SPARC architecture diff -r 9c98944c040b -r a2958b7bf83f mx/commands.py --- 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: