Link threads support to the build
This commit is contained in:
parent
da6dbae49c
commit
a815718baf
@ -1,7 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.if !defined(GDB_CROSS_DEBUGGER)
|
||||
LIBSRCS+= mipsfbsd-nat.c
|
||||
LIBSRCS+= mipsfbsd-nat.c fbsd-threads.c
|
||||
.endif
|
||||
LIBSRCS+= solib.c solib-svr4.c
|
||||
LIBSRCS+= mips-tdep.c mipsfbsd-tdep.c fbsd-proc.c
|
||||
|
@ -131,6 +131,7 @@ initialize_all_files (void)
|
||||
_initialize_infptrace ();
|
||||
_initialize_inftarg ();
|
||||
_initialize_solib ();
|
||||
_initialize_thread_db ();
|
||||
_initialize_svr4_solib ();
|
||||
#if 0
|
||||
_initialize_svr4_lm ();
|
||||
|
Loading…
x
Reference in New Issue
Block a user