From: Dirk Mueller Date: Mon, 8 Jul 2013 17:20:04 +0000 (+0200) Subject: Extend pool arch table with extra armv5 stuff X-Git-Tag: BASE-SuSE-Code-13_1-Branch~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=61f72e28eaf8bf263e73a47c855cd1d9db601719;p=thirdparty%2Flibsolv.git Extend pool arch table with extra armv5 stuff Clean up the list of ARM related architectures to those that exist in Kernel 3.10.0 --- diff --git a/src/poolarch.c b/src/poolarch.c index f01cab55..82e28dc6 100644 --- a/src/poolarch.c +++ b/src/poolarch.c @@ -33,15 +33,13 @@ static const char *archpolicies[] = { "ppc", "ppc", "ppc64p7", "ppc64p7:ppc64:ppc", "aarch64", "aarch64", - "armv7tnhl", "arvm7tnhl:armv7thl:armv7nhl:armv7hl", - "armv7thl", "armv7thl:armv7hl", - "armv7nhl", "armv7nhl: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", "armv5tel", "armv5tel:armv5l:armv4tl:armv4l:armv3l", + "armv5tl", "armv5l:armv4tl:armv4l:armv3l", "armv5l", "armv5l:armv4tl:armv4l:armv3l", "armv4tl", "armv4tl:armv4l:armv3l", "armv4l", "armv4l:armv3l",