1999-08-27 23:37:10 +00:00
|
|
|
# $FreeBSD$
|
2001-03-15 23:20:13 +00:00
|
|
|
|
|
|
|
# In my absence, bde and jdp have pre-approval for any commit they feel
|
|
|
|
# necessary.
|
|
|
|
MAINTAINER= obrien@FreeBSD.org
|
1998-03-01 23:41:17 +00:00
|
|
|
|
|
|
|
SUBDIR= libiberty libbfd libopcodes libbinutils \
|
2000-11-13 09:47:31 +00:00
|
|
|
addr2line ar as gasp 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)
|
2002-06-29 03:19:35 +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>
|