diff options
author | Warner Losh <imp@bsdimp.com> | 2024-09-17 01:51:19 +1000 |
---|---|---|
committer | Alistair Francis <alistair.francis@wdc.com> | 2024-10-02 15:11:52 +1000 |
commit | 74b493244d0624afed22606e76fc7fca62777401 (patch) | |
tree | 3e6e6753b661f75264c711ec47efd454ec999357 /configs | |
parent | 4c492b4063eb8f8a8c399ec391fbadc91c85112e (diff) | |
download | qemu-74b493244d0624afed22606e76fc7fca62777401.zip qemu-74b493244d0624afed22606e76fc7fca62777401.tar.gz qemu-74b493244d0624afed22606e76fc7fca62777401.tar.bz2 |
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 <imp@bsdimp.com>
Signed-off-by: Ajeet Singh <itachis@FreeBSD.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-ID: <20240916155119.14610-18-itachis@FreeBSD.org>
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/targets/riscv64-bsd-user.mak | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/targets/riscv64-bsd-user.mak b/configs/targets/riscv64-bsd-user.mak new file mode 100644 index 0000000..191c2c4 --- /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 |