diff options
author | cognet <cognet@FreeBSD.org> | 2007-11-17 21:30:03 +0000 |
---|---|---|
committer | cognet <cognet@FreeBSD.org> | 2007-11-17 21:30:03 +0000 |
commit | 6ebbe5e1f801ebbb225bda3c1a4ad0e363590a28 (patch) | |
tree | b6d5b1ffff47c43d5e92bec952022089905ba98a /gnu/usr.bin/gdb/arch/arm/Makefile | |
parent | 13be848a1345db206d1468c11eb68790d03a1e3c (diff) | |
download | FreeBSD-src-6ebbe5e1f801ebbb225bda3c1a4ad0e363590a28.zip FreeBSD-src-6ebbe5e1f801ebbb225bda3c1a4ad0e363590a28.tar.gz |
Add thread support for arm.
MFC After: 1 week
Diffstat (limited to 'gnu/usr.bin/gdb/arch/arm/Makefile')
-rw-r--r-- | gnu/usr.bin/gdb/arch/arm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/gdb/arch/arm/Makefile b/gnu/usr.bin/gdb/arch/arm/Makefile index 3638a6c..50ff34b 100644 --- a/gnu/usr.bin/gdb/arch/arm/Makefile +++ b/gnu/usr.bin/gdb/arch/arm/Makefile @@ -2,7 +2,7 @@ GENSRCS+= xm.h LIBSRCS+= armfbsd-nat.c -LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c +LIBSRCS+= arm-tdep.c armfbsd-tdep.c solib.c solib-svr4.c fbsd-threads.c nm.h: #XXX this should be arm/nm-fbsd.h but won't until it's merged into the gdb repo |