Module Name: src Committed By: christos Date: Wed Nov 29 18:15:53 UTC 2017
Modified Files: src/share/mk: bsd.own.mk Log Message: switch everyone to gdb-8.0.1 To generate a diff of this commit: cvs rdiff -u -r1.1021 -r1.1022 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.1021 src/share/mk/bsd.own.mk:1.1022 --- src/share/mk/bsd.own.mk:1.1021 Tue Nov 28 23:25:01 2017 +++ src/share/mk/bsd.own.mk Wed Nov 29 13:15:53 2017 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.1021 2017/11/29 04:25:01 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.1022 2017/11/29 18:15:53 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -131,11 +131,7 @@ 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