Module Name:    src
Committed By:   christos
Date:           Mon Aug 17 08:31:45 UTC 2015

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

Log Message:
switch i386 to gdb-7.9.1


To generate a diff of this commit:
cvs rdiff -u -r1.863 -r1.864 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.863 src/share/mk/bsd.own.mk:1.864
--- src/share/mk/bsd.own.mk:1.863	Sun Aug 16 05:13:30 2015
+++ src/share/mk/bsd.own.mk	Mon Aug 17 04:31:45 2015
@@ -1,4 +1,4 @@
-#	$NetBSD: bsd.own.mk,v 1.863 2015/08/16 09:13:30 christos Exp $
+#	$NetBSD: bsd.own.mk,v 1.864 2015/08/17 08:31:45 christos Exp $
 
 # This needs to be before bsd.init.mk
 .if defined(BSD_MK_COMPAT_FILE)
@@ -111,7 +111,8 @@ HAVE_LIBGCC_EH?=	no
 HAVE_LIBGCC_EH?=	yes
 .endif
 
-.if (${MACHINE_ARCH} == "x86_64")
+.if (${MACHINE_ARCH} == "x86_64") || \
+    (${MACHINE_ARCH} == "i386")
 HAVE_GDB?=	79
 .else
 HAVE_GDB?=	7

Reply via email to