Module Name:    src
Committed By:   mrg
Date:           Sun Oct 16 05:08:59 UTC 2016

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

Log Message:
switch sparc, sparc64, arm and powerpc to gdb 7.12.


To generate a diff of this commit:
cvs rdiff -u -r1.971 -r1.972 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.971 src/share/mk/bsd.own.mk:1.972
--- src/share/mk/bsd.own.mk:1.971	Thu Oct 13 11:57:55 2016
+++ src/share/mk/bsd.own.mk	Sun Oct 16 05:08:59 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.971 2016/10/13 11:57:55 joerg Exp $
+#	$NetBSD: bsd.own.mk,v 1.972 2016/10/16 05:08:59 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -130,7 +130,11 @@ USE_SSP?=	yes
 #
 # What GDB is used?
 #
-.if ${MACHINE} == "amd64" 
+.if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "sparc" || \
+    ${MACHINE} == "sparc64" || \
+    ${MACHINE_CPU} == "powerpc" || \
+    ${MACHINE_CPU} == "arm"
 HAVE_GDB?=	712
 .else
 HAVE_GDB?=	710

Reply via email to