From: Dirk Mueller Date: Mon, 1 Jul 2013 15:41:34 +0000 (+0200) Subject: Add armv6hl and fallback from armv7hl to armv6hl X-Git-Tag: upstream/0.4.0~62^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e24d5e932fcbe94f01e1e2bc79c4efdf98d4707a;p=platform%2Fupstream%2Flibsolv.git Add armv6hl and fallback from armv7hl to armv6hl --- diff --git a/src/poolarch.c b/src/poolarch.c index bdd872e..f01cab5 100644 --- a/src/poolarch.c +++ b/src/poolarch.c @@ -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",