Module Name: src Committed By: christos Date: Thu Aug 15 21:53:48 UTC 2024
Modified Files: src/share/mk: bsd.own.mk Log Message: switch amd64 to gdb 15.1 To generate a diff of this commit: cvs rdiff -u -r1.1396 -r1.1397 src/share/mk/bsd.own.mk Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/share/mk/bsd.own.mk diff -u src/share/mk/bsd.own.mk:1.1396 src/share/mk/bsd.own.mk:1.1397 --- src/share/mk/bsd.own.mk:1.1396 Thu Aug 15 02:48:00 2024 +++ src/share/mk/bsd.own.mk Thu Aug 15 17:53:48 2024 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1396 2024/08/15 06:48:00 mrg Exp $ +# $NetBSD: bsd.own.mk,v 1.1397 2024/08/15 21:53:48 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -150,7 +150,12 @@ EXTERNAL_BINUTILS_SUBDIR= /does/not/exis # # What GDB is used? # +.if \ + ${MACHINE_ARCH} == "x86_64" +HAVE_GDB?= 1510 +.else HAVE_GDB?= 1320 +.endif .if ${HAVE_GDB} == 1510 EXTERNAL_GDB_SUBDIR= gdb