Module Name: src Committed By: rin Date: Mon Aug 28 03:10:48 UTC 2023
Modified Files: src/external/gpl3/gdb/dist/gdb: configure.host Log Message: gdb/configure.host: Revive m5407 support to NetBSD, lost during merge To generate a diff of this commit: cvs rdiff -u -r1.15 -r1.16 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.15 src/external/gpl3/gdb/dist/gdb/configure.host:1.16 --- src/external/gpl3/gdb/dist/gdb/configure.host:1.15 Mon Aug 14 20:42:27 2023 +++ src/external/gpl3/gdb/dist/gdb/configure.host Mon Aug 28 03:10:48 2023 @@ -122,7 +122,7 @@ ia64-*-linux*) gdb_host=linux ;; loongarch*-linux*) gdb_host=linux ;; m68*-*-linux*) gdb_host=linux ;; -m68*-*-netbsd* | m68*-*-knetbsd*-gnu) +m68*-*-netbsd* | m68*-*-knetbsd*-gnu | m5407-*-netbsd*) gdb_host=nbsd ;; m68*-*-openbsd*) gdb_host=obsd ;;