]> git.deb.at Git - deb/packages.git/commitdiff
architectures.tmpl: Change MIPS architecture names
authorFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 23:46:25 +0000 (01:46 +0200)
committerFrank Lichtenheld <frank@lichtenheld.de>
Thu, 12 Apr 2007 23:46:25 +0000 (01:46 +0200)
MIPS -> MIPS (big-endian)
MIPS (DEC) -> MIPS (little-endian)

This ports a change recently made to the Debian webpage.
The DEC is a historical name that may confuse newer users.

templates/config/architectures.tmpl

index c15e8be9a2d0f8e6f72665e192aaa0c403b66bc2..94523fadb3ff87be17e1a1e1fe2fd19c4579c6ae 100644 (file)
@@ -9,8 +9,8 @@ architectures = {
         arm     => 'ARM',
         hppa    => 'HP PA-RISC',
         ia64    => 'Intel IA-64',
-        mips    => 'MIPS',
-        mipsel  => 'MIPS (DEC)',
+        mips    => 'MIPS (big-endian)',
+        mipsel  => 'MIPS (little-endian)',
         s390    => 'IBM S/390',
        "hurd-i386" => 'Hurd (i386)',
        amd64   => 'AMD64',