1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2024-06-24 05:53:16 +00:00

Add ppc64 (PowerPC 64-bit big endian architecture)

This commit is contained in:
Carles Fernandez 2016-07-09 11:57:55 +02:00
parent ed0654492d
commit ceeedbaaed

View File

@ -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.