Add armv6hl and fallback from armv7hl to armv6hl
authorDirk Mueller <dmueller@suse.com>
Mon, 1 Jul 2013 15:41:34 +0000 (17:41 +0200)
committerDirk Mueller <dmueller@suse.com>
Mon, 1 Jul 2013 15:41:34 +0000 (17:41 +0200)
src/poolarch.c

index bdd872e..f01cab5 100644 (file)
@@ -36,7 +36,8 @@ static const char *archpolicies[] = {
   "armv7tnhl", "arvm7tnhl:armv7thl:armv7nhl:armv7hl",
   "armv7thl",  "armv7thl:armv7hl",
   "armv7nhl",  "armv7nhl:armv7hl",
-  "armv7hl",   "armv7hl",
+  "armv6hl",   "armv6hl",
+  "armv7hl",   "armv7hl:armv6hl",
   "armv7l",    "armv7l:armv6l:armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l",
   "armv6l",    "armv6l:armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l",
   "armv5tejl", "armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l",