freebsd-ports/devel/gdb6/files/patch-config_i386_fbsd.mh
David E. O'Brien b6267d7a4b Update to the 2004-05-11 snapshot.
Also enable kgdb and thread support!
This is missing IA64 support, and the AMD64 kgdb support is hokey and needs
a few more bits filled in.
2004-05-13 04:28:38 +00:00

10 lines
310 B
Text

--- gdb/config/i386/fbsd.mh.orig Sun Feb 22 08:20:22 2004
+++ gdb/config/i386/fbsd.mh Sat Apr 10 01:00:26 2004
@@ -3,3 +3,7 @@
i386-nat.o i386bsd-nat.o i386fbsd-nat.o gcore.o fbsd-proc.o
NAT_FILE= nm-fbsd.h
XM_FILE= xm-i386.h
+
+# kgdb support
+NATDEPFILES+= kvm-fbsd.o freebsd-uthread.o
+NAT_CLIBS= -lkvm