1998-03-01 18:41:17 -05:00
|
|
|
#
|
1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
1998-03-01 18:41:17 -05:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
1999-12-07 12:01:27 -05:00
|
|
|
addr2line ar as gasp ld nm objcopy objdump ranlib \
|
1998-10-02 23:59:47 -04:00
|
|
|
size strings strip doc
|
1998-03-01 18:41:17 -05:00
|
|
|
|
1999-12-09 11:40:27 -05:00
|
|
|
.if !defined(NO_GDB)
|
1999-05-02 12:11:43 -04:00
|
|
|
# Maybe should be unconditional but I don't want to get in the
|
|
|
|
|
# way of the mips port.
|
|
|
|
|
.if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "alpha"
|
1999-05-02 15:50:18 -04:00
|
|
|
SUBDIR+= gdb gdbserver gdbreplay
|
1999-05-02 07:38:12 -04:00
|
|
|
.endif
|
1999-12-09 11:40:27 -05:00
|
|
|
.endif
|
1999-05-02 07:38:12 -04:00
|
|
|
|
1998-03-01 18:41:17 -05:00
|
|
|
.include <bsd.subdir.mk>
|