Sun Aug 16 09:14:53 2015 UTC ()
handle gdb-7.9.1


(christos)
diff -r1.23 -r1.24 src/tools/gdb/Makefile

cvs diff -r1.23 -r1.24 src/tools/gdb/Makefile (expand / switch to unified diff)

--- src/tools/gdb/Makefile 2015/08/15 21:12:28 1.23
+++ src/tools/gdb/Makefile 2015/08/16 09:14:53 1.24
@@ -1,19 +1,23 @@ @@ -1,19 +1,23 @@
1# $NetBSD: Makefile,v 1.23 2015/08/15 21:12:28 mrg Exp $ 1# $NetBSD: Makefile,v 1.24 2015/08/16 09:14:53 christos Exp $
2 2
3.include <bsd.own.mk> 3.include <bsd.own.mk>
4 4
5MODULE= gdb 5MODULE= gdb
 6.if ${HAVE_GDB} == 79
 7GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/gdb/dist
 8.else
6GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/gdb.old/dist 9GNUHOSTDIST= ${.CURDIR}/../../external/gpl3/gdb.old/dist
 10.endif
7 11
8FIND_ARGS= \! \( -type d -name sim -prune \) 12FIND_ARGS= \! \( -type d -name sim -prune \)
9 13
10CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \ 14CONFIGURE_ARGS= --target=${MACHINE_GNU_PLATFORM} --disable-nls \
11 --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-," 15 --program-transform-name="s,^,${MACHINE_GNU_PLATFORM}-,"
12 16
13MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q} 17MAKE_ARGS= MACHINE= MAKEINFO=${TOOL_MAKEINFO:Q}
14 18
15ALL_TARGET= all-gdb 19ALL_TARGET= all-gdb
16INSTALL_TARGET= install-gdb 20INSTALL_TARGET= install-gdb
17 21
18.include "${.CURDIR}/../Makefile.gmakehost" 22.include "${.CURDIR}/../Makefile.gmakehost"
19 23