summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-06-21 18:09:20 +0000
committerobrien <obrien@FreeBSD.org>2004-06-21 18:09:20 +0000
commit3f13a9e27f69f97eb7ec0357b95507340f468056 (patch)
treea72b282d113f1ad50ff0f9dc6f304e38153e9363 /gnu/usr.bin
parent459a8e39502ad10e9c00b32f8383a460722c4a7d (diff)
downloadFreeBSD-src-3f13a9e27f69f97eb7ec0357b95507340f468056.zip
FreeBSD-src-3f13a9e27f69f97eb7ec0357b95507340f468056.tar.gz
Disable building of GDB info files until the gdb6 upgrade is finished.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/binutils/Makefile3
-rw-r--r--gnu/usr.bin/binutils/doc/Makefile7
2 files changed, 8 insertions, 2 deletions
diff --git a/gnu/usr.bin/binutils/Makefile b/gnu/usr.bin/binutils/Makefile
index a055db2..70682e7 100644
--- a/gnu/usr.bin/binutils/Makefile
+++ b/gnu/usr.bin/binutils/Makefile
@@ -4,11 +4,12 @@ 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
+SUBDIR+= gdb gdbreplay
.endif
.include <bsd.subdir.mk>
diff --git a/gnu/usr.bin/binutils/doc/Makefile b/gnu/usr.bin/binutils/doc/Makefile
index da0a662..20fc277 100644
--- a/gnu/usr.bin/binutils/doc/Makefile
+++ b/gnu/usr.bin/binutils/doc/Makefile
@@ -1,5 +1,7 @@
# $FreeBSD$
+NO_GDB= yes
+
.include "../Makefile.inc0"
GDBDIR= ${.CURDIR}/../../../../contrib/gdb
@@ -7,7 +9,10 @@ CONTRIBDIR= ${.CURDIR}/../../../../contrib
.PATH: ${SRCDIR}/gas/doc ${SRCDIR}/ld ${SRCDIR}/bfd/doc ${GDBDIR}/gdb/doc ${GDBDIR}/gdb/mi
-INFO = as ld gasp gdb gdbint stabs binutils
+INFO= as ld gasp stabs binutils
+.if !defined(NO_GDB)
+INFO+= gdb gdbint
+.endif
INFOSECTION= "Programming & development tools."
INFOENTRY_as= "* As: (as). The GNU assembler."
INFOENTRY_gasp= "* Gasp: (gasp). The GNU Assembler Macro Preprocessor."
OpenPOWER on IntegriCloud