revert pyhton3 part that was commit by mistake in #ab8b3ded
[platform/upstream/libsolv.git] / src / poolarch.c
index bdd872e..30a50e2 100644 (file)
@@ -32,15 +32,16 @@ static const char *archpolicies[] = {
   "ppc64",     "ppc64:ppc",
   "ppc",       "ppc",
   "ppc64p7",   "ppc64p7:ppc64:ppc",
+  "ppc64le",    "ppc64le",
   "aarch64",   "aarch64",
-  "armv7tnhl", "arvm7tnhl:armv7thl:armv7nhl:armv7hl",
-  "armv7thl",  "armv7thl:armv7hl",
-  "armv7nhl",  "armv7nhl:armv7hl",
-  "armv7hl",   "armv7hl",
+  "armv6hl",   "armv6hl",
+  "armv7hnl",  "armv7hnl:armv7hl: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",
@@ -54,6 +55,8 @@ static const char *archpolicies[] = {
   "sparcv9",   "sparcv9:sparcv8:sparc",
   "sparcv8",   "sparcv8:sparc",
   "sparc",     "sparc",
+  "mipsel",    "mipsel",
+  "m68k",      "m68k",
   0
 };