Module Name:    src
Committed By:   mrg
Date:           Thu Oct 20 08:11:39 UTC 2016

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

Log Message:
sh3 (le) gdb 7.12 works.  switch it.
sun2 gdb probably doesn't work any less bad.  switch it.


To generate a diff of this commit:
cvs rdiff -u -r1.978 -r1.979 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.978 src/share/mk/bsd.own.mk:1.979
--- src/share/mk/bsd.own.mk:1.978	Wed Oct 19 20:56:22 2016
+++ src/share/mk/bsd.own.mk	Thu Oct 20 08:11:38 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.978 2016/10/19 20:56:22 mrg Exp $
+#	$NetBSD: bsd.own.mk,v 1.979 2016/10/20 08:11:38 mrg Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -132,10 +132,8 @@ USE_SSP?=	yes
 # What GDB is used?
 #
 .if ${MACHINE} == "hppa" || \
-    ${MACHINE} == "sun2" || \
     ${MACHINE} == "vax" || \
     ${MACHINE_CPU} == "m68k" || \
-    ${MACHINE_CPU} == "sh3" || \
     ${MACHINE_ARCH} == "mips64el" || \
     ${MACHINE_ARCH} == "mips64eb"
 HAVE_GDB?=	710

Reply via email to