b6267d7a4b
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.
10 lines
310 B
Text
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
|