1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-03 09:00:21 +00:00

Turn back on GDB.

gdbserver does not build, but I've gone about as far with GDB as I'm going
to right now.
This commit is contained in:
David E. O'Brien 2002-06-29 03:19:35 +00:00
parent b73f3861c3
commit 11acfa572a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=99016

View File

@ -8,11 +8,10 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as gasp 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 gdbserver gdbreplay
SUBDIR+= gdb gdbreplay
.endif
.include <bsd.subdir.mk>