From ceeedbaaedf150057ceeeaec4d89387a6bf2bc22 Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sat, 9 Jul 2016 11:57:55 +0200 Subject: [PATCH] Add ppc64 (PowerPC 64-bit big endian architecture) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ffd526421e..81cd93358a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ GNU/Linux * mips: MIPS architecture (big-endian, such as those manufactured by SGI). * mipsel: MIPS architecture (little-endian, such as Loongson 3). * mips64el: 64-bit version of MIPS architecture. - * powerpc: the RISC microprocessor architecture developed by IBM, Motorola (now Freescale) and Apple. + * powerpc: the RISC 32-bit microprocessor architecture developed by IBM, Motorola (now Freescale) and Apple. + * ppc64: 64-bit big-endian PowerPC architecture. * ppc64el: 64-bit little-endian PowerPC architecture. * s390x: IBM's S/390 architecture for mainframes.