]> git.ipfire.org Git - thirdparty/libsolv.git/commitdiff
Add m68k architecture 39/head
authorAndreas Schwab <schwab@suse.de>
Mon, 11 Nov 2013 15:50:21 +0000 (16:50 +0100)
committerAndreas Schwab <schwab@suse.de>
Tue, 12 Nov 2013 11:34:19 +0000 (12:34 +0100)
src/poolarch.c

index 84f6cc4f52ee737babdfe210131ef3c9db32f7a0..30a50e2bf8fe346ad5f7fc5f72400ff36b847b6e 100644 (file)
@@ -56,6 +56,7 @@ static const char *archpolicies[] = {
   "sparcv8",   "sparcv8:sparc",
   "sparc",     "sparc",
   "mipsel",    "mipsel",
+  "m68k",      "m68k",
   0
 };