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

MFC after:	3 days
This commit is contained in:
cognet 2008-08-02 01:21:04 +00:00
parent 1fb93c87ad
commit ae19dcc9d4

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