diff options
author | Michael Andres <ma@suse.de> | 2011-10-18 16:19:42 +0200 |
---|---|---|
committer | Michael Andres <ma@suse.de> | 2011-10-18 16:20:04 +0200 |
commit | a5b10ec1cb10389d887bfc37950036ef5b331d5d (patch) | |
tree | 1dc6ebf4f2e0fee340cf61df4abef27b27254f8e /src/poolarch.c | |
parent | ef4eb514e32fdc1bca976f840a1a70fb6b4f9785 (diff) | |
download | libsolv-a5b10ec1cb10389d887bfc37950036ef5b331d5d.tar.gz libsolv-a5b10ec1cb10389d887bfc37950036ef5b331d5d.tar.bz2 libsolv-a5b10ec1cb10389d887bfc37950036ef5b331d5d.zip |
Add arch arvm7tnhl and armv7thl
Diffstat (limited to 'src/poolarch.c')
-rw-r--r-- | src/poolarch.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/poolarch.c b/src/poolarch.c index d39cecb..2faa8e0 100644 --- a/src/poolarch.c +++ b/src/poolarch.c @@ -31,6 +31,8 @@ static const char *archpolicies[] = { "ia64", "ia64:i686:i586:i486:i386", "ppc64", "ppc64:ppc", "ppc", "ppc", + "armv7tnhl", "arvm7tnhl:armv7thl:armv7nhl:armv7hl", + "armv7thl", "armv7thl:armv7hl", "armv7nhl", "armv7nhl:armv7hl", "armv7hl", "armv7hl", "armv7l", "armv7l:armv6l:armv5tejl:armv5tel:armv5l:armv4tl:armv4l:armv3l", |