GDB has moved up one level.

This commit is contained in:
David E. O'Brien 2004-06-25 07:34:56 +00:00
parent 9e104bcbfc
commit 88ef5f9abd

View File

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