Deleted Added
full compact
Makefile (173705) Makefile (181148)
1# $FreeBSD: head/gnu/usr.bin/gdb/arch/arm/Makefile 173705 2007-11-17 21:30:03Z cognet $
1# $FreeBSD: head/gnu/usr.bin/gdb/arch/arm/Makefile 181148 2008-08-02 01:21:04Z cognet $
2
3GENSRCS+= xm.h
4LIBSRCS+= armfbsd-nat.c
2
3GENSRCS+= xm.h
4LIBSRCS+= armfbsd-nat.c
5LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c fbsd-threads.c
5LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c
6.if !defined(GDB_CROSS_DEBUGGER)
7LIBSRC+= fbsd-threads.c
8.endif
6
7nm.h:
8#XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo
9 echo '#include "nm-fbsd.h"' > ${.TARGET}
10
11tm.h:
12#XXX this should be arm/tm-fbsd.h
13 echo '#include "tm-fbsd.h"' > ${.TARGET}
14
15xm.h:
16#XXX this should be arm/xm-fbsd.h
17 echo '#include "xm-fbsd.h"' > ${.TARGET}
9
10nm.h:
11#XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo
12 echo '#include "nm-fbsd.h"' > ${.TARGET}
13
14tm.h:
15#XXX this should be arm/tm-fbsd.h
16 echo '#include "tm-fbsd.h"' > ${.TARGET}
17
18xm.h:
19#XXX this should be arm/xm-fbsd.h
20 echo '#include "xm-fbsd.h"' > ${.TARGET}