summaryrefslogtreecommitdiff
path: root/morphlib/util.py
diff options
context:
space:
mode:
Diffstat (limited to 'morphlib/util.py')
-rw-r--r--morphlib/util.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/morphlib/util.py b/morphlib/util.py
index 63e85b6c..ad9d7cd9 100644
--- a/morphlib/util.py
+++ b/morphlib/util.py
@@ -1,4 +1,4 @@
-# Copyright (C) 2011-2014 Codethink Limited
+# Copyright (C) 2011-2015 Codethink Limited
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -467,8 +467,8 @@ def get_host_architecture(): # pragma: no cover
'armv7b': 'armv7b',
'armv8l': 'armv8l',
'armv8b': 'armv8b',
- 'aarch64': 'aarch64',
- 'aarch64b': 'aarch64b',
+ 'aarch64': 'armv8l64',
+ 'aarch64b': 'armv8b64',
'ppc64': 'ppc64'
}