]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add armv8 (32-bit mode of aarch64 CPUs) 260/head
authorBernhard Rosenkränzer <bero@lindev.ch>
Sun, 1 Apr 2018 18:56:46 +0000 (20:56 +0200)
committerBernhard Rosenkränzer <bero@lindev.ch>
Sun, 1 Apr 2018 18:56:46 +0000 (20:56 +0200)
Add some ARMv8 32-bit arches

Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
src/poolarch.c

index 8da16c1967d7f848dd2a21bb3dd7a3f7efe3deff..e4b49e2bb132a55abbc1e2e098f29780eacfd3f4 100644 (file)
@@ -33,6 +33,10 @@ static const char *archpolicies[] = {
   "ppc64",     "ppc64:ppc",
   "ppc64p7",   "ppc64p7:ppc64:ppc",
   "ia64",      "ia64:i686:i586:i486:i386",
+  "armv8hcnl", "armv8hcnl:armv8hnl:armv8hl:armv7hnl:armv7hl:armv6hl",
+  "armv8hnl",  "armv8hnl:armv8hl:armv7hnl:armv7hl:armv6hl",
+  "armv8hl",   "armv8hl:armv7hl:armv6hl",
+  "armv8l",    "armv8l:armv7l:armv6l:armv5tejl:armv5tel:armv5tl:armv5l:armv4tl:armv4l:armv3l",
   "armv7hnl",  "armv7hnl:armv7hl:armv6hl",
   "armv7hl",   "armv7hl:armv6hl",
   "armv7l",    "armv7l:armv6l:armv5tejl:armv5tel:armv5tl:armv5l:armv4tl:armv4l:armv3l",