From: Warner Losh Date: Mon, 22 Jul 2024 21:34:01 +0000 (-0600) Subject: bsd-user: Add aarch64 build to tree X-Git-Tag: v9.1.0-rc0~10^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=afdb6be1bd8528395af65a087bd668bf7a42ab99;p=thirdparty%2Fqemu.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 00000000000..8aaa5d8c802 --- /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