Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gdb/dist/gdb Missed a file in the RISC-V suppo...



details:   https://anonhg.NetBSD.org/src/rev/3572dfcbd0b3
branches:  trunk
changeset: 374613:3572dfcbd0b3
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon May 08 07:38:48 2023 +0000

description:
Missed a file in the RISC-V support commit

diffstat:

 external/gpl3/gdb/dist/gdb/configure.host |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r a4b605cac5c9 -r 3572dfcbd0b3 external/gpl3/gdb/dist/gdb/configure.host
--- a/external/gpl3/gdb/dist/gdb/configure.host Mon May 08 01:28:35 2023 +0000
+++ b/external/gpl3/gdb/dist/gdb/configure.host Mon May 08 07:38:48 2023 +0000
@@ -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 ;;



Home | Main Index | Thread Index | Old Index