From: Jan-Simon Möller Date: Mon, 17 Jan 2011 14:14:44 +0000 (-0700) Subject: Add armv7hl (hardfloat ABI) support. Beside armv7hl, there's also armv7nhl als compat... X-Git-Tag: BASE-SuSE-Code-12_1-Branch~151^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=86aeda939b7e50a006951b07de407fd2485d96b2;p=platform%2Fupstream%2Flibsolv.git Add armv7hl (hardfloat ABI) support. Beside armv7hl, there's also armv7nhl als compatible subarch with additional (neon) flags. --- diff --git a/src/poolarch.c b/src/poolarch.c index 3ea4713..34a14a3 100644 --- a/src/poolarch.c +++ b/src/poolarch.c @@ -31,6 +31,8 @@ const char *archpolicies[] = { "ia64", "ia64:i686:i586:i486:i386", "ppc64", "ppc64:ppc", "ppc", "ppc", + "armv7nhl", "armv7nhl:armv7hl", + "armv7hl", "armv7hl", "armv7l", "armv7l:armv6l:armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l", "armv6l", "armv6l:armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l", "armv5tejl", "armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l",