| 1 | TARGET_ARCH=aarch64 |
| 2 | TARGET_BASE_ARCH=arm |
| 3 | TARGET_BIG_ENDIAN=y |
| 4 | TARGET_XML_FILES= aarch64-core.xml aarch64-fpu.xml aarch64-pauth.xml aarch64-mte.xml aarch64-sme2.xml |
| 5 | TARGET_HAS_BFLT=y |
| 6 | CONFIG_SEMIHOSTING=y |
| 7 | CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y |
| 8 | TARGET_SYSTBL_ABI=common,64,renameat,rlimit,memfd_secret |
| 9 | TARGET_SYSTBL=syscall_64.tbl |
| 10 | TARGET_LONG_BITS=64 |