Module Name: src
Committed By: christos
Date: Sun May 26 20:26:43 UTC 2019
Modified Files:
src/share/mk: bsd.own.mk
Log Message:
build gdb from gdb.old
To generate a diff of this commit:
cvs rdiff -u -r1.1137 -r1.1138 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.1137 src/share/mk/bsd.own.mk:1.1138
--- src/share/mk/bsd.own.mk:1.1137 Fri May 17 09:51:36 2019
+++ src/share/mk/bsd.own.mk Sun May 26 16:26:43 2019
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.own.mk,v 1.1137 2019/05/17 13:51:36 nakayama Exp $
+# $NetBSD: bsd.own.mk,v 1.1138 2019/05/26 20:26:43 christos Exp $
# This needs to be before bsd.init.mk
.if defined(BSD_MK_COMPAT_FILE)
@@ -140,9 +140,9 @@ USE_SSP?= yes
#
HAVE_GDB?= 801
-.if ${HAVE_GDB} == 801
+.if ${HAVE_GDB} == 830
EXTERNAL_GDB_SUBDIR= gdb
-.elif ${HAVE_GDB} == 712
+.elif ${HAVE_GDB} == 801
EXTERNAL_GDB_SUBDIR= gdb.old
.else
EXTERNAL_GDB_SUBDIR= /does/not/exist