1999-08-27 19:37:10 -04:00
|
|
|
# $FreeBSD$
|
2001-03-15 18:20:13 -05:00
|
|
|
|
1998-03-01 18:41:17 -05:00
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
2000-11-13 04:47:31 -05:00
|
|
|
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
|
2002-06-22 13:10:53 -04:00
|
|
|
size strings strip doc
|
1998-03-01 18:41:17 -05:00
|
|
|
|
2001-10-14 21:57:13 -04:00
|
|
|
TARGET_ARCH?= ${MACHINE_ARCH}
|
2002-09-19 13:08:32 -04:00
|
|
|
.if (${TARGET_ARCH} == "alpha" \
|
2002-10-20 17:42:55 -04:00
|
|
|
|| ${TARGET_ARCH} == "i386" ) \
|
2001-10-14 21:57:13 -04:00
|
|
|
&& !defined(NO_GDB)
|
2002-06-28 23:19:35 -04:00
|
|
|
SUBDIR+= gdb gdbreplay
|
1999-05-02 07:38:12 -04:00
|
|
|
.endif
|
|
|
|
|
|
1998-03-01 18:41:17 -05:00
|
|
|
.include <bsd.subdir.mk>
|