From: Michael Tremer Date: Tue, 22 Nov 2016 00:13:40 +0000 (+0100) Subject: Revert "Enable aarch64 systems to build armv7hl and armv5tel as well" X-Git-Tag: 0.9.28~1297 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=879bf39228b8807bd2c471b8347fb010cf8aa856;p=pakfire.git Revert "Enable aarch64 systems to build armv7hl and armv5tel as well" This reverts commit 3a38a9f6db09b7b54b4f3a7dad2187b7981dcb66. Not all kernels support executing this, even if the hardware supports it. We will need to come up with a way how to determine this at runtime. Signed-off-by: Michael Tremer --- diff --git a/src/pakfire/system.py b/src/pakfire/system.py index 3a5a334b2..f6ff1dc57 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", "armv7hl", "armv5tel"], + "aarch64" : ["aarch64",], } try: