Module Name:    src
Committed By:   christos
Date:           Sun Aug  6 20:44:49 UTC 2023

Modified Files:
        src/share/mk: bsd.own.mk

Log Message:
switch gdb to 13.20 for x86_64


To generate a diff of this commit:
cvs rdiff -u -r1.1349 -r1.1350 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.1349 src/share/mk/bsd.own.mk:1.1350
--- src/share/mk/bsd.own.mk:1.1349	Thu Aug  3 10:55:54 2023
+++ src/share/mk/bsd.own.mk	Sun Aug  6 16:44:49 2023
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1349 2023/08/03 14:55:54 rin Exp $
+#	$NetBSD: bsd.own.mk,v 1.1350 2023/08/06 20:44:49 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -119,7 +119,11 @@ EXTERNAL_BINUTILS_SUBDIR=	/does/not/exis
 #
 # What GDB is used?
 #
+.if ${MACHINE_ARCH} == "x86_64"
+HAVE_GDB?=	1320
+.else
 HAVE_GDB?=	1100
+.endif
 
 .if ${HAVE_GDB} == 1320
 EXTERNAL_GDB_SUBDIR=		gdb

Reply via email to