Module Name:    src
Committed By:   christos
Date:           Thu May 30 21:33:57 UTC 2019

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

Log Message:
Everyone is on gdb-8.3 now.


To generate a diff of this commit:
cvs rdiff -u -r1.1142 -r1.1143 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.1142 src/share/mk/bsd.own.mk:1.1143
--- src/share/mk/bsd.own.mk:1.1142	Wed May 29 21:20:41 2019
+++ src/share/mk/bsd.own.mk	Thu May 30 17:33:57 2019
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.1142 2019/05/30 01:20:41 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.1143 2019/05/30 21:33:57 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -138,15 +138,7 @@ USE_SSP?=	yes
 #
 # What GDB is used?
 #
-.if ${MACHINE} == "amd64" || \
-    ${MACHINE} == "i386" || \
-    ${MACHINE} == "sparc" || \
-    ${MACHINE} == "sparc64" || \
-    ${MACHINE} == "vax"
 HAVE_GDB?=	830
-.else
-HAVE_GDB?=	801
-.endif
 
 .if ${HAVE_GDB} == 830
 EXTERNAL_GDB_SUBDIR=		gdb

Reply via email to