Module Name:    src
Committed By:   christos
Date:           Wed Feb  3 15:28:02 UTC 2016

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

Log Message:
switch i386 to gdb-7.10.1


To generate a diff of this commit:
cvs rdiff -u -r1.895 -r1.896 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.895 src/share/mk/bsd.own.mk:1.896
--- src/share/mk/bsd.own.mk:1.895	Tue Feb  2 22:26:02 2016
+++ src/share/mk/bsd.own.mk	Wed Feb  3 10:28:02 2016
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.895 2016/02/03 03:26:02 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.896 2016/02/03 15:28:02 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -125,7 +125,8 @@ USE_SSP?=	yes
 .endif
 .endif
 
-.if ${MACHINE} == "amd64" 
+.if ${MACHINE} == "amd64" || \
+    ${MACHINE} == "i386"
 HAVE_GDB?=	710
 .else
 HAVE_GDB?=	79

Reply via email to