gdb.old is no more.

This commit is contained in:
skrll 2015-09-17 09:34:20 +00:00
parent 511b4bba45
commit a9a1ce9deb
2 changed files with 2 additions and 10 deletions

View File

@ -1,4 +1,4 @@
# $NetBSD: Makefile,v 1.14 2015/08/17 07:30:39 christos Exp $
# $NetBSD: Makefile,v 1.15 2015/09/17 09:34:20 skrll Exp $
.include <bsd.own.mk>
@ -11,11 +11,7 @@ SUBDIR+= ${EXTERNAL_GCC_SUBDIR}
.endif
.if ${MKGDB} != "no"
. if ${HAVE_GDB} == "79"
SUBDIR+= gdb
. elif ${HAVE_GDB} == "7"
SUBDIR+= gdb.old
. endif
.endif
.include <bsd.subdir.mk>

View File

@ -1,13 +1,9 @@
# $NetBSD: Makefile,v 1.25 2015/08/16 09:17:49 christos Exp $
# $NetBSD: Makefile,v 1.26 2015/09/17 09:34:20 skrll Exp $
.include <bsd.own.mk>
MODULE= gdb
.if ${HAVE_GDB} == "79"
GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/gdb/dist
.else
GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/gdb.old/dist
.endif
FIND_ARGS= \! \( -type d -name sim -prune \)