From: Warner Losh Date: Mon, 16 Sep 2024 15:51:19 +0000 (+1000) Subject: bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files X-Git-Tag: v9.2.0-rc0~66^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74b493244d0624afed22606e76fc7fca62777401;p=thirdparty%2Fqemu.git bsd-user: Add RISC-V 64-bit Target Configuration and Debug XML Files Added configuration for RISC-V 64-bit target to the build system. Signed-off-by: Warner Losh Signed-off-by: Ajeet Singh Reviewed-by: Richard Henderson Message-ID: <20240916155119.14610-18-itachis@FreeBSD.org> Signed-off-by: Alistair Francis --- diff --git a/configs/targets/riscv64-bsd-user.mak b/configs/targets/riscv64-bsd-user.mak new file mode 100644 index 00000000000..191c2c483f9 --- /dev/null +++ b/configs/targets/riscv64-bsd-user.mak @@ -0,0 +1,4 @@ +TARGET_ARCH=riscv64 +TARGET_BASE_ARCH=riscv +TARGET_ABI_DIR=riscv +TARGET_XML_FILES= gdb-xml/riscv-64bit-cpu.xml gdb-xml/riscv-32bit-fpu.xml gdb-xml/riscv-64bit-fpu.xml gdb-xml/riscv-64bit-virtual.xml