Module Name:    src
Committed By:   christos
Date:           Wed Nov 29 04:25:02 UTC 2017

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

Log Message:
switch amd64 to gdb-8.0.1


To generate a diff of this commit:
cvs rdiff -u -r1.1020 -r1.1021 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.1020 src/share/mk/bsd.own.mk:1.1021
--- src/share/mk/bsd.own.mk:1.1020	Tue Nov 28 13:14:37 2017
+++ src/share/mk/bsd.own.mk	Tue Nov 28 23:25:01 2017
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1020 2017/11/28 18:14:37 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1021 2017/11/29 04:25:01 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -131,7 +131,11 @@ USE_SSP?=	yes
 #
 # What GDB is used?
 #
+.if ${MACHINE} == "amd64"
+HAVE_GDB?=	801
+.else
 HAVE_GDB?=	712
+.endif
 
 .if ${HAVE_GDB} == 801
 EXTERNAL_GDB_SUBDIR=		gdb

Reply via email to