From: Wichert Akkerman Date: Sat, 2 Sep 2000 16:30:52 +0000 (+0000) Subject: add sh architecture support X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e1dce1168849556458b60ebeae6c56976500f25;p=dpkg add sh architecture support --- diff --git a/ChangeLog b/ChangeLog index 3f2cdd88..5286e953 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 2 18:29:56 CEST 2000 Wichert Akkerman + + * archtable, scripts/dpkg-architecture.pl: add entries for SuperH + Wed Aug 30 14:24:53 CEST 2000 Wichert Akkerman * main/enquiry.c: modify listformatstring() to check if output is diff --git a/archtable b/archtable index c87ac7a1..136b5d09 100644 --- a/archtable +++ b/archtable @@ -31,3 +31,6 @@ mipseb-linux-gnu mips mips i386-gnu hurd-i386 undefined ia64-linux-gnu ia64 ia64 ia64-unknown-linux ia64 ia64 +sh sh sh +sheb sheb sheb +shel sh sh diff --git a/debian/changelog b/debian/changelog index cd7b2ab2..5f8e2ff2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,8 +16,8 @@ dpkg (1.7.0) unstable; urgency=low * Check COLUMNS environment for dpkg -l output. Closes: Bug#65536 * Add Origin, Bugs-Submit-To, Bugs-Submit-Style * Corrections and updates to Swedish translation. - * archtable: add ia64; revert sparc64 so that it turns into sparc. There - wont be a full binary-sparc64 port. + * archtable: add ia64 and sh; revert sparc64 so that it turns into sparc. + There wont be a full binary-sparc64 port. * dselect/main.cc: small fixups to get it to compile with gcc-2.96 * Clean up fd handling in some places. Closes: Bug#69359,#69360,#69361 diff --git a/scripts/dpkg-architecture.pl b/scripts/dpkg-architecture.pl index 487a448f..55cd860a 100755 --- a/scripts/dpkg-architecture.pl +++ b/scripts/dpkg-architecture.pl @@ -56,6 +56,8 @@ require 'controllib.pl'; 'powerpc', 'powerpc-linux', 'mips', 'mips-linux', 'mipsel', 'mipsel-linux', + 'sh', 'sh-linux', + 'shed', 'shed-linux', 'hurd-i386', 'i386-gnu'); sub usageversion {