Missed a file in the RISC-V support commit

This commit is contained in:
skrll 2023-05-08 07:38:48 +00:00
parent c563a46740
commit 528da60089
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ powerpc64*-*-linux*) gdb_host=ppc64-linux ;;
powerpc*-*-linux*) gdb_host=linux ;;
riscv*-*-freebsd*) gdb_host=fbsd ;;
riscv*-*-netbsd*) gdb_host=nbsd ;;
riscv*-*-linux*) gdb_host=linux ;;
s390*-*-linux*) gdb_host=linux ;;