591e848aca
Attempting to run the binary asserts when it can't find the XML entry. We can fix it so we don't although I suspect other stuff is broken. Fixes: https://gitlab.com/qemu-project/qemu/-/issues/2580 Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-Id: <20241023113406.1284676-13-alex.bennee@linaro.org>
10 lines
339 B
Makefile
10 lines
339 B
Makefile
TARGET_ARCH=aarch64
|
|
TARGET_BASE_ARCH=arm
|
|
TARGET_BIG_ENDIAN=y
|
|
TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml gdb-xml/aarch64-pauth.xml gdb-xml/aarch64-mte.xml
|
|
TARGET_HAS_BFLT=y
|
|
CONFIG_SEMIHOSTING=y
|
|
CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
|
|
TARGET_SYSTBL_ABI=common,64,renameat,rlimit,memfd_secret
|
|
TARGET_SYSTBL=syscall_64.tbl
|