bsd-user: Add aarch64 build to tree
authorWarner Losh <imp@bsdimp.com>
Mon, 22 Jul 2024 21:34:01 +0000 (15:34 -0600)
committerWarner Losh <imp@bsdimp.com>
Tue, 23 Jul 2024 16:56:30 +0000 (10:56 -0600)
Add the aarch64 bsd-user fragments needed to build the new aarch64 code.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
configs/targets/aarch64-bsd-user.mak [new file with mode: 0644]

diff --git a/configs/targets/aarch64-bsd-user.mak b/configs/targets/aarch64-bsd-user.mak
new file mode 100644 (file)
index 0000000..8aaa5d8
--- /dev/null
@@ -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