]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
- add armv7l (patch by Jan-Simon Moeller)
authorMichael Schroeder <mls@suse.de>
Mon, 17 May 2010 12:37:52 +0000 (14:37 +0200)
committerMichael Schroeder <mls@suse.de>
Mon, 17 May 2010 12:37:52 +0000 (14:37 +0200)
src/poolarch.c

index 6fc254dbc15ee39c2db751b0fb1c451a3ec4cf1b..3ea4713f2b3dd76ca6793efe01d5a74f01735d4f 100644 (file)
@@ -31,6 +31,7 @@ const char *archpolicies[] = {
   "ia64",      "ia64:i686:i586:i486:i386",
   "ppc64",     "ppc64:ppc",
   "ppc",       "ppc",
+  "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",