summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index 0c551296..53385547 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -439,7 +439,8 @@ def get_host_architecture(): # pragma: no cover
'i686': 'x86_32',
'armv7l': 'armv7l',
'armv7b': 'armv7b',
- 'ppc64': 'ppc64'
+ 'ppc64': 'ppc64',
+ 'mips64': 'mips64'
}
if machine not in table: