summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-11-27 13:17:03 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2013-11-27 13:29:14 +0000
commit2e9849d3a1265dc7203135fc126af72f95286dde (patch)
treee91c5c48a31789f25d61de2a3bd8b2bb8591fff8 /morphlib/util.py
parentb2b618f71d63290efbc849650459ce6cd467621d (diff)
downloadmorph-2e9849d3a1265dc7203135fc126af72f95286dde.tar.gz
Make morph able to use ppc64 architecture (POWER PC 64 bits)
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index dd2d05e1..7382e40c 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -402,6 +402,7 @@ def get_host_architecture(): # pragma: no cover
'i686': 'x86_32',
'armv7l': 'armv7l',
'armv7b': 'armv7b',
+ 'ppc64': 'ppc64'
}
if machine not in table: