freebsd-dev/gnu/usr.bin/binutils/Makefile
David E. O'Brien 98c20d02c0 Disable gdb from the build due to the impending binutils 2.15 import.
GDB 5.12 cannot consume the 2.15 bfd and libiberty.
2004-06-16 05:19:00 +00:00

15 lines
330 B
Makefile

# $FreeBSD$
SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
size strings strip doc
TARGET_ARCH?= ${MACHINE_ARCH}
.if (${TARGET_ARCH} == "alpha" \
|| ${TARGET_ARCH} == "i386" ) \
&& !defined(NO_GDB)
#SUBDIR+= gdb gdbreplay
.endif
.include <bsd.subdir.mk>