Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/gpl3/gdb/bin Enable thread debugging support (not c...
details: https://anonhg.NetBSD.org/src/rev/31f81dd358ff
branches: trunk
changeset: 770063:31f81dd358ff
user: christos <christos%NetBSD.org@localhost>
date: Sun Oct 02 18:15:23 2011 +0000
description:
Enable thread debugging support (not completely working yet).
diffstat:
external/gpl3/gdb/bin/gdb/Makefile | 4 +---
external/gpl3/gdb/bin/gdbtui/Makefile | 4 +---
2 files changed, 2 insertions(+), 6 deletions(-)
diffs (38 lines):
diff -r cc601533c281 -r 31f81dd358ff external/gpl3/gdb/bin/gdb/Makefile
--- a/external/gpl3/gdb/bin/gdb/Makefile Sun Oct 02 18:14:24 2011 +0000
+++ b/external/gpl3/gdb/bin/gdb/Makefile Sun Oct 02 18:15:23 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/09/26 03:02:44 christos Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/02 18:15:23 christos Exp $
.include "../Makefile.inc"
@@ -73,9 +73,7 @@
LDADD+= -lz -lcurses -lintl -lm -lkvm
DPADD+= ${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM}
-.if ${SRCS:Mnbsd-thread.c} != ""
LDADD+= -lpthread_dbg
-.endif
.include <bsd.prog.mk>
diff -r cc601533c281 -r 31f81dd358ff external/gpl3/gdb/bin/gdbtui/Makefile
--- a/external/gpl3/gdb/bin/gdbtui/Makefile Sun Oct 02 18:14:24 2011 +0000
+++ b/external/gpl3/gdb/bin/gdbtui/Makefile Sun Oct 02 18:15:23 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2011/09/26 03:02:44 christos Exp $
+# $NetBSD: Makefile,v 1.2 2011/10/02 18:15:23 christos Exp $
.include "../Makefile.inc"
@@ -69,9 +69,7 @@
LDADD+= -lz -lcurses -lintl -lm -lkvm
DPADD+= ${LIBZ} ${LIBCURSES} ${LIBINTL} ${LIBM} ${LIBKVM}
-.if ${SRCS:Mnbsd-thread.c} != ""
LDADD+= -lpthread_dbg
-.endif
.PATH: ${DIST}/gdb ${DIST}/gdb/mi ${DIST}/gdb/cli ${DIST}/gdb/tui \
${DIST}/gdb/signals ${DIST}/gdb/doc ${.CURDIR}/../arch/${MACHINE_ARCH}
Home |
Main Index |
Thread Index |
Old Index