Skip to content

Commit

Permalink
Update list of supported architectures
Browse files Browse the repository at this point in the history
  • Loading branch information
carlesfernandez committed Jul 5, 2016
1 parent f3df860 commit 6d93d9b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ GNU/Linux
* armel: ARM embedded ABI, supported on ARM v4t and higher.
* armhf: ARM hard float, ARMv7 + VFP3-D16 floating-point hardware extension + Thumb-2 instruction set and above.
* arm64: ARM 64 bits or ARMv8.
* 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.
* ppc64el: 64-bit little-endian PowerPC architecture.
* s390x: IBM's S/390 architecture for mainframes.

Older distribution releases might work as well, but you will need GCC 4.7 or newer.

Expand Down

0 comments on commit 6d93d9b

Please sign in to comment.