--littleend
--li
This option instructs to the compiler to generate code for an ARM processor using little-endian memory.
With little-endian memory, the least significant byte of a word has the lowest address.
The compiler assumes --littleend unless --bigend is explicitly specified.
--bigend
--bigend.