diff options
author | Holger Wansing <holgerw@debian.org> | 2017-02-22 10:03:26 +0000 |
---|---|---|
committer | Holger Wansing <holgerw@debian.org> | 2017-02-22 10:03:26 +0000 |
commit | 8841fea3136cb0a79c7c1471a6e22a38ed6bff4e (patch) | |
tree | 68033f88e2b62b96340d7358580d2b11b6a6f97f /debian | |
parent | e5604346304cb57d26e9deac7a290a4303001ac0 (diff) | |
download | installation-guide-8841fea3136cb0a79c7c1471a6e22a38ed6bff4e.zip |
Some mips related cleanups and updates. Patch #2 from bug#855134:
Add full MIPS arch names to d/archlist
Diffstat (limited to 'debian')
-rw-r--r-- | debian/archlist | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/archlist b/debian/archlist index 581f225da..7c41b5ad3 100644 --- a/debian/archlist +++ b/debian/archlist @@ -10,9 +10,9 @@ armel ARM softfloat armhf ARM harffloat #hppa PA-RISC (hppa) #ia64 IA-64 -mips Mips -mips64el Mipsel 64 -mipsel Mipsel +mips 32-bit MIPS (big-endian) +mips64el 64-bit MIPS (little-endian) +mipsel 32-bit MIPS (little-endian) #powerpc PowerPC ppc64el PowerPC s390x S/390 |