Do not build fbsd-threads.c if we're building a cross-debugger.
MFC after: 3 days
This commit is contained in:
parent
1fb93c87ad
commit
ae19dcc9d4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user