Link threads support to the build

This commit is contained in:
Oleksandr Tymoshenko 2010-11-07 20:53:19 +00:00
parent da6dbae49c
commit a815718baf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214951
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 ();