From: Arne Fitzenreiter Date: Mon, 21 Nov 2016 19:50:05 +0000 (+0100) Subject: Enable aarch64 systems to build armv7hl and armv5tel as well X-Git-Tag: 0.9.28~1298 X-Git-Url: http://git.ipfire.org/?p=pakfire.git;a=commitdiff_plain;h=3a38a9f6db09b7b54b4f3a7dad2187b7981dcb66 Enable aarch64 systems to build armv7hl and armv5tel as well Signed-off-by: Arne Fitzenreiter --- diff --git a/src/pakfire/system.py b/src/pakfire/system.py index f6ff1dc5..3a5a334b 100644 --- a/src/pakfire/system.py +++ b/src/pakfire/system.py @@ -90,7 +90,7 @@ class System(object): "armv7l" : ["armv7hl", "armv5tel",], "armv7hl" : ["armv7hl", "armv5tel",], - "aarch64" : ["aarch64",], + "aarch64" : ["aarch64", "armv7hl", "armv5tel"], } try: