Do not build fbsd-threads.c if we're building a cross-debugger.

MFC after:	3 days
This commit is contained in:
Olivier Houchard 2008-08-02 01:21:04 +00:00
parent 2f6a79342a
commit 21fb986f16
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181148

View File

@ -2,7 +2,10 @@
GENSRCS+= xm.h
LIBSRCS+= armfbsd-nat.c
LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c fbsd-threads.c
LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c
.if !defined(GDB_CROSS_DEBUGGER)
LIBSRC+= fbsd-threads.c
.endif
nm.h:
#XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo