From: Frank Lichtenheld Date: Thu, 12 Apr 2007 23:46:25 +0000 (+0200) Subject: architectures.tmpl: Change MIPS architecture names X-Git-Url: https://git.deb.at/?p=deb%2Fpackages.git;a=commitdiff_plain;h=7e6d64d532662ea5d33962a234e2847c882e96ee architectures.tmpl: Change MIPS architecture names 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. --- diff --git a/templates/config/architectures.tmpl b/templates/config/architectures.tmpl index c15e8be..94523fa 100644 --- a/templates/config/architectures.tmpl +++ b/templates/config/architectures.tmpl @@ -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',