]> git.saurik.com Git - apt.git/commitdiff
* buildlib/archtable:
authorMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Jun 2007 12:47:34 +0000 (14:47 +0200)
committerMichael Vogt <michael.vogt@ubuntu.com>
Wed, 6 Jun 2007 12:47:34 +0000 (14:47 +0200)
  - added support for sh3/sh4 (closes: #424870)
  - added support for m32r (closes: #394096)

buildlib/archtable
buildlib/sizetable
debian/changelog

index 1975292022d21e6097b386941a6030da86186913..eacc9889f2c68f38b8c261a85446b433a65744d0 100644 (file)
@@ -22,8 +22,12 @@ mips mips
 sheb   sheb
 shel   sh
 sh     sh
+sh3    sh3
+sh4    sh4
+m32r   m32r
 hppa.* hppa
 ia64   ia64
 s390   s390
 s390x  s390x
 x86_64 amd64
+# lipa has gnulp-linux-i.86 (see dpkg archtable and ostable)
index 8b18528cf893dc196a315c94dddda3a5f85d205f..b5782360c9221aaaa51d552679686e646129e132 100644 (file)
@@ -21,3 +21,4 @@ m68k    big     1 4 2 4
 powerpc big     1 4 2 4
 mips    big     1 4 2 4
 hppa    big     1 4 2 4
+m32r   big     1 4 2 4
\ No newline at end of file
index c487bc8dd595325035ee794b59670520a451d6a7..88dda5f8cba834dfe2e2e1ca5808769e1168afb2 100644 (file)
@@ -37,6 +37,9 @@ apt (0.6.47) UNRELEASED; urgency=low
     * *.po: Unfuzzy after upstream typo corrections
   * apt-pkg/policy.cc:
     - allow multiple packages (thanks to David Foerster)
+  * buildlib/archtable:
+    - added support for sh3/sh4 (closes: #424870)
+    - added support for m32r (closes: #394096)
   
  -- Michael Vogt <michael.vogt@ubuntu.com>  Mon, 18 Dec 2006 19:39:05 +0100