armel
Armel is a Debian architecture designation for ARM-based systems that use the ARM Embedded Application Binary Interface (EABI) with a little-endian data layout. It represents a 32-bit ARM port that relies on a soft-float ABI, meaning that floating-point operations are performed in software rather than by a hardware floating-point unit. The name contrasts with armhf, which targets the ARM hard-float ABI on certain processors.
Software built for armel is packaged under the Debian arch code “armel” and is typically compiled with
Armel targets 32-bit ARM devices, including many embedded systems and older ARM cores (such as ARMv4t and
Over time, the relative prominence of armel has declined as hardware support and performance have improved