From 879bf39228b8807bd2c471b8347fb010cf8aa856 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 22 Nov 2016 01:13:40 +0100 Subject: [PATCH] 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 --- src/pakfire/system.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pakfire/system.py b/src/pakfire/system.py index 3a5a334b..f6ff1dc5 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: -- 2.39.2