From 7e6d64d532662ea5d33962a234e2847c882e96ee Mon Sep 17 00:00:00 2001 From: Frank Lichtenheld Date: Fri, 13 Apr 2007 01:46:25 +0200 Subject: [PATCH] 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. --- templates/config/architectures.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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', -- 2.39.2