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