Module Name: src Committed By: christos Date: Wed Feb 3 03:26:02 UTC 2016
Modified Files: src/share/mk: bsd.own.mk Log Message: switch amd64 to gdb-7.10.1 To generate a diff of this commit: cvs rdiff -u -r1.894 -r1.895 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.894 src/share/mk/bsd.own.mk:1.895 --- src/share/mk/bsd.own.mk:1.894 Tue Feb 2 17:35:46 2016 +++ src/share/mk/bsd.own.mk Tue Feb 2 22:26:02 2016 @@ -1,4 +1,4 @@ -# $NetBSD: bsd.own.mk,v 1.894 2016/02/02 22:35:46 christos Exp $ +# $NetBSD: bsd.own.mk,v 1.895 2016/02/03 03:26:02 christos Exp $ # This needs to be before bsd.init.mk .if defined(BSD_MK_COMPAT_FILE) @@ -125,7 +125,11 @@ USE_SSP?= yes .endif .endif +.if ${MACHINE} == "amd64" +HAVE_GDB?= 710 +.else HAVE_GDB?= 79 +.endif .if ${HAVE_GDB} == 79 EXTERNAL_GDB_SUBDIR= gdb.old