Module Name: src
Committed By: christos
Date: Wed May 29 22:12:16 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
move sparc* to new gdb.
To generate a diff of this commit:
cvs rdiff -u -r1.1140 -r1.1141 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.1140 src/share/mk/bsd.own.mk:1.1141
--- src/share/mk/bsd.own.mk:1.1140 Wed May 29 14:19:03 2019
+++ src/share/mk/bsd.own.mk Wed May 29 18:12:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1140 2019/05/29 18:19:03 christos Exp $
+# $NetBSD: bsd.own.mk,v 1.1141 2019/05/29 22:12:16 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -139,7 +139,9 @@ USE_SSP?= yes
# What GDB is used?
#
.if ${MACHINE} == "amd64" || \
- ${MACHINE} == "i386"
+ ${MACHINE} == "i386" || \
+ ${MACHINE} == "sparc" || \
+ ${MACHINE} == "sparc64"
HAVE_GDB?= 830
.else
HAVE_GDB?= 801