Next: AArch64 Syntax, Up: AArch64-Dependent [Contents][Index]
-EBThis option specifies that the output generated by the assembler should be marked as being encoded for a big-endian processor.
-ELThis option specifies that the output generated by the assembler should be marked as being encoded for a little-endian processor.
-mabi=abiSpecify which ABI the source code uses. The recognized arguments
are: ilp32 and lp64, which decides the generated object
file in ELF32 and ELF64 format respectively. The default is lp64.