Module Name: src
Committed By: skrll
Date: Sat Oct 12 16:46:53 UTC 2024
Modified Files:
src/external/gpl3/gdb/dist/bfd: configure
Log Message:
Add COREFILE=netbsd-core.lo for NetBSD/riscv
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/external/gpl3/gdb/dist/bfd/configure
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/bfd/configure
diff -u src/external/gpl3/gdb/dist/bfd/configure:1.20 src/external/gpl3/gdb/dist/bfd/configure:1.21
--- src/external/gpl3/gdb/dist/bfd/configure:1.20 Mon Aug 12 22:09:28 2024
+++ src/external/gpl3/gdb/dist/bfd/configure Sat Oct 12 16:46:53 2024
@@ -16307,6 +16307,9 @@ if test "${target}" = "${host}"; then
ns32k-*-netbsd* | ns32k-*-openbsd*)
COREFILE=netbsd-core.lo
;;
+ riscv*-*-netbsd*)
+ COREFILE=netbsd-core.lo
+ ;;
rs6000-*-lynx*)
COREFILE=lynx-core.lo
;;