1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-17 15:27:36 +00:00

We don't support GDB for IA-64, PowerPC, or sparc64 yet.

This commit is contained in:
David E. O'Brien 2001-10-15 01:57:13 +00:00
parent edb338ea02
commit 7a54260771
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=84951

View File

@ -8,7 +8,9 @@ SUBDIR= libiberty libbfd libopcodes libbinutils \
addr2line ar as gasp ld nm objcopy objdump ranlib readelf \
size strings strip doc
.if !defined(NO_GDB)
TARGET_ARCH?= ${MACHINE_ARCH}
.if ${TARGET_ARCH} == "alpha" || ${TARGET_ARCH} == "i386" \
&& !defined(NO_GDB)
SUBDIR+= gdb gdbserver gdbreplay
.endif