aboutsummaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorWarner Losh <imp@bsdimp.com>2024-07-22 15:34:01 -0600
committerWarner Losh <imp@bsdimp.com>2024-07-23 10:56:30 -0600
commitafdb6be1bd8528395af65a087bd668bf7a42ab99 (patch)
treed6588e98cc4cd95573d7f91922a07e17b4b4aab0 /configs
parent1c687f65b4cd4af2bf4732fd327a4f63c8c33e30 (diff)
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 <imp@bsdimp.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/targets/aarch64-bsd-user.mak3
1 files changed, 3 insertions, 0 deletions
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