arm.md 386 B

+++ title = "ARM - Advanced RISC Machine"

+++

uClibc-ng has very good support for ARM architecture. It support shared libraries, NTPL and Linuxthreads. ARM is 32 Bit with bi-endianness support. The old OABI isn't supported anymore, only EABI. There is FLAT binary support for ARM noMMU CPU's like Cortex-M3 or Cortex-M4.

Wikipedia