]> git.ipfire.org Git - people/ms/pakfire.git/commitdiff
Revert "Enable aarch64 systems to build armv7hl and armv5tel as well"
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2016 00:13:40 +0000 (01:13 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 22 Nov 2016 00:13:40 +0000 (01:13 +0100)
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 <michael.tremer@ipfire.org>
src/pakfire/system.py

index 3a5a334b2817a66828eba45b0f607d0c3e96b00d..f6ff1dc57ea91742ceebb9d9754013346ee7b266 100644 (file)
@@ -90,7 +90,7 @@ class System(object):
                        "armv7l"    : ["armv7hl", "armv5tel",],
                        "armv7hl"   : ["armv7hl", "armv5tel",],
 
-                       "aarch64"   : ["aarch64", "armv7hl", "armv5tel"],
+                       "aarch64"   : ["aarch64",],
                }
 
                try: