Module Name: src Committed By: skrll Date: Mon May 8 07:38:48 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gdb: configure.host Log Message: Missed a file in the RISC-V support commit To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 src/external/gpl3/gdb/dist/gdb/configure.host Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gdb/dist/gdb/configure.host diff -u src/external/gpl3/gdb/dist/gdb/configure.host:1.12 src/external/gpl3/gdb/dist/gdb/configure.host:1.13 --- src/external/gpl3/gdb/dist/gdb/configure.host:1.12 Tue Sep 15 02:05:18 2020 +++ src/external/gpl3/gdb/dist/gdb/configure.host Mon May 8 07:38:48 2023 @@ -147,6 +147,7 @@ powerpc64*-*-linux*) gdb_host=ppc64-linu 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 ;;