]> git.ipfire.org Git - pakfire.git/commitdiff
Enable aarch64 systems to build armv7hl and armv5tel as well
authorArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Nov 2016 19:50:05 +0000 (20:50 +0100)
committerArne Fitzenreiter <arne_f@ipfire.org>
Mon, 21 Nov 2016 19:50:05 +0000 (20:50 +0100)
Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
src/pakfire/system.py

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