[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 14/14] bsd-user: Add aarch64 build to tree
From: |
Warner Losh |
Subject: |
[PATCH 14/14] bsd-user: Add aarch64 build to tree |
Date: |
Mon, 22 Jul 2024 15:43:13 -0600 |
Add the aarch64 bsd-user fragments needed to build the new aarch64 code.
Signed-off-by: Warner Losh <imp@bsdimp.com>
---
configs/targets/aarch64-bsd-user.mak | 3 +++
1 file changed, 3 insertions(+)
create mode 100644 configs/targets/aarch64-bsd-user.mak
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
--
2.45.1
- [PATCH 10/14] bsd-user: Hard wire aarch64 to be 4k pages only, (continued)
- [PATCH 06/14] bsd-user:Add setup_sigframe_arch function for ARM AArch64, Warner Losh, 2024/07/22
- [PATCH 13/14] bsd-user: Make compile for non-linux user-mode stuff, Warner Losh, 2024/07/22
- [PATCH 14/14] bsd-user: Add aarch64 build to tree,
Warner Losh <=
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Philippe Mathieu-Daudé, 2024/07/22
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Warner Losh, 2024/07/22
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Philippe Mathieu-Daudé, 2024/07/22
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Richard Henderson, 2024/07/22
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Warner Losh, 2024/07/23
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Warner Losh, 2024/07/23
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Philippe Mathieu-Daudé, 2024/07/23
- Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Warner Losh, 2024/07/23
Re: [PATCH 14/14] bsd-user: Add aarch64 build to tree, Richard Henderson, 2024/07/23