From: Warner Losh Date: Mon, 22 Jul 2024 21:34:01 +0000 (-0600) Subject: bsd-user: Add aarch64 build to tree X-Git-Tag: qemu-xen-4.20.0~51^2~1 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=afdb6be1bd8528395af65a087bd668bf7a42ab99;p=qemu-xen.git bsd-user: Add aarch64 build to tree Add the aarch64 bsd-user fragments needed to build the new aarch64 code. Signed-off-by: Warner Losh Reviewed-by: Richard Henderson --- diff --git a/configs/targets/aarch64-bsd-user.mak b/configs/targets/aarch64-bsd-user.mak new file mode 100644 index 0000000000..8aaa5d8c80 --- /dev/null +++ b/configs/targets/aarch64-bsd-user.mak @@ -0,0 +1,3 @@ +TARGET_ARCH=aarch64 +TARGET_BASE_ARCH=arm +TARGET_XML_FILES= gdb-xml/aarch64-core.xml gdb-xml/aarch64-fpu.xml gdb-xml/aarch64-pauth.xml