summaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorWarner Losh2021-09-23 23:30:45 +0200
committerWarner Losh2022-01-08 06:58:51 +0100
commit18fe5d99f27fa7458724aa367e3c6784c36d5771 (patch)
treefa15ca4f4942538844d6e9259923b881bad47c8a /configs
parentbsd-user/freebsd/target_os_ucontext.h: Require TARGET_*CONTEXT_SIZE (diff)
downloadqemu-18fe5d99f27fa7458724aa367e3c6784c36d5771.tar.gz
qemu-18fe5d99f27fa7458724aa367e3c6784c36d5771.tar.xz
qemu-18fe5d99f27fa7458724aa367e3c6784c36d5771.zip
bsd-user: add arm target build
CC: Paolo Bonzini <pbonzini@redhat.com> Signed-off-by: Warner Losh <imp@bsdimp.com> Acked-by: Kyle Evans <kevans@FreeBSD.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'configs')
-rw-r--r--configs/targets/arm-bsd-user.mak2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/targets/arm-bsd-user.mak b/configs/targets/arm-bsd-user.mak
new file mode 100644
index 0000000000..cb143e6426
--- /dev/null
+++ b/configs/targets/arm-bsd-user.mak
@@ -0,0 +1,2 @@
+TARGET_ARCH=arm
+TARGET_XML_FILES= gdb-xml/arm-core.xml gdb-xml/arm-vfp.xml gdb-xml/arm-vfp3.xml gdb-xml/arm-vfp-sysregs.xml gdb-xml/arm-neon.xml gdb-xml/arm-m-profile.xml gdb-xml/arm-m-profile-mve.xml