xref: /qemu/configs/targets/microblaze-softmmu.mak (revision 513823e7521a09ed7ad1e32e6454bac3b2cbf52d)
1TARGET_ARCH=microblaze
2TARGET_BIG_ENDIAN=y
3TARGET_SUPPORTS_MTTCG=y
4# needed by boot.c
5TARGET_NEED_FDT=y
6TARGET_XML_FILES=gdb-xml/microblaze-core.xml gdb-xml/microblaze-stack-protect.xml
7# System mode can address up to 64 bits via lea/sea instructions.
8# TODO: These bypass the mmu, so we could emulate these differently.
9TARGET_LONG_BITS=64
10