Forráskód Böngészése

add sh architecture support

Wichert Akkerman 26 éve
szülő
commit
5e1dce1168
4 módosított fájl, 11 hozzáadás és 2 törlés
  1. 4 0
      ChangeLog
  2. 3 0
      archtable
  3. 2 2
      debian/changelog
  4. 2 0
      scripts/dpkg-architecture.pl

+ 4 - 0
ChangeLog

@@ -1,3 +1,7 @@
+Sat Sep  2 18:29:56 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
+
+  * archtable, scripts/dpkg-architecture.pl: add entries for SuperH
+
 Wed Aug 30 14:24:53 CEST 2000 Wichert Akkerman <wakkerma@debian.org>
 
   * main/enquiry.c: modify listformatstring() to check if output is

+ 3 - 0
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

+ 2 - 2
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
 

+ 2 - 0
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 {