projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c687f6
)
bsd-user: Add aarch64 build to tree
author
Warner Losh
<imp@bsdimp.com>
Mon, 22 Jul 2024 21:34:01 +0000
(15:34 -0600)
committer
Warner 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]
patch
|
blob
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
+++ 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