From e24d5e932fcbe94f01e1e2bc79c4efdf98d4707a Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Mon, 1 Jul 2013 17:41:34 +0200 Subject: [PATCH] Add armv6hl and fallback from armv7hl to armv6hl --- src/poolarch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/poolarch.c b/src/poolarch.c index bdd872ef..f01cab55 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", -- 2.47.2