summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2007-06-06 14:47:34 +0200
committerMichael Vogt <michael.vogt@ubuntu.com>2007-06-06 14:47:34 +0200
commit507e17180d478e52be5bc8725587ad3602e5d9b3 (patch)
tree00cdc7e439d3da7b0a8721bc2ec94f5fc6c9589f
parentc2f2b86252cec3a9ec68df2f55850067faa705d6 (diff)
* buildlib/archtable:
- added support for sh3/sh4 (closes: #424870) - added support for m32r (closes: #394096)
-rw-r--r--buildlib/archtable4
-rw-r--r--buildlib/sizetable1
-rw-r--r--debian/changelog3
3 files changed, 8 insertions, 0 deletions
diff --git a/buildlib/archtable b/buildlib/archtable
index 197529202..eacc9889f 100644
--- a/buildlib/archtable
+++ b/buildlib/archtable
@@ -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)
diff --git a/buildlib/sizetable b/buildlib/sizetable
index 8b18528cf..b5782360c 100644
--- a/buildlib/sizetable
+++ b/buildlib/sizetable
@@ -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
diff --git a/debian/changelog b/debian/changelog
index c487bc8dd..88dda5f8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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