Current Path : /usr/src/gnu/usr.bin/gdb/arch/arm/ |
FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64 |
Current File : //usr/src/gnu/usr.bin/gdb/arch/arm/Makefile |
# $FreeBSD: release/9.1.0/gnu/usr.bin/gdb/arch/arm/Makefile 181167 2008-08-02 12:33:39Z cognet $ GENSRCS+= xm.h LIBSRCS+= armfbsd-nat.c LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c .if !defined(GDB_CROSS_DEBUGGER) LIBSRCS+= 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 echo '#include "nm-fbsd.h"' > ${.TARGET} tm.h: #XXX this should be arm/tm-fbsd.h echo '#include "tm-fbsd.h"' > ${.TARGET} xm.h: #XXX this should be arm/xm-fbsd.h echo '#include "xm-fbsd.h"' > ${.TARGET}