- Add "sh4" architectures.
authorMichael Andres <ma@suse.de>
Wed, 29 Oct 2008 11:38:23 +0000 (11:38 +0000)
committerMichael Andres <ma@suse.de>
Wed, 29 Oct 2008 11:38:23 +0000 (11:38 +0000)
package/libsatsolver.changes
src/poolarch.c

index 73b9136..85a0a41 100644 (file)
@@ -1,4 +1,9 @@
 -------------------------------------------------------------------
+Wed Oct 29 12:36:57 CET 2008 - ma@suse.de
+
+- Add 'sh4' architectures.
+
+-------------------------------------------------------------------
 Tue Oct 28 16:55:03 CET 2008 - ma@suse.de
 
 - Add 'arm' architectures.
index 7a08617..0ccdaa9 100644 (file)
@@ -38,6 +38,9 @@ const char *archpolicies[] = {
   "armv4tl",   "armv4tl:armv4l:armv3l",
   "armv4l",    "armv4l:armv3l",
   "armv3l",    "armv3l",
+  "sh3",       "sh3",
+  "sh4",       "sh4",
+  "sh4a",      "sh4a:sh4",
   0
 };