[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 00/14] bsd-user: Misc changes for 9.1 (I hope), Warner Losh, 2024/07/22
- [PATCH 01/14] bsd-user:Add CPU initialization and management functions, Warner Losh, 2024/07/22
- [PATCH 02/14] bsd-user:Add AArch64 register handling and related functions, Warner Losh, 2024/07/22
- [PATCH 03/14] bsd-user:Add ARM AArch64 support and capabilities, Warner Losh, 2024/07/22
- [PATCH 04/14] bsd-user:Add ARM AArch64 signal handling support, Warner Losh, 2024/07/22
- [PATCH 06/14] bsd-user:Add setup_sigframe_arch function for ARM AArch64, Warner Losh, 2024/07/22
- [PATCH 10/14] bsd-user: Hard wire aarch64 to be 4k pages only, 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
[PATCH 08/14] bsd-user:Add AArch64 improvements and signal handling functions, Warner Losh, 2024/07/22