summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-10-14 02:07:26 +0000
committerobrien <obrien@FreeBSD.org>2001-10-14 02:07:26 +0000
commitd401052f83f2f1a28d134f154b3017ef5de146db (patch)
tree65e9de5d067968b54ae99b79aefb85f49248ae06 /gnu
parenta28a8cb8f0fc0a3d8ad950a6f30a9d6e19001375 (diff)
downloadFreeBSD-src-d401052f83f2f1a28d134f154b3017ef5de146db.zip
FreeBSD-src-d401052f83f2f1a28d134f154b3017ef5de146db.tar.gz
Need to look in additional places for BFD's config.h now.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/binutils/gdbserver/Makefile1
-rw-r--r--gnu/usr.bin/binutils/gdbserver5/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/gnu/usr.bin/binutils/gdbserver/Makefile b/gnu/usr.bin/binutils/gdbserver/Makefile
index 757f0f6..bb620a9 100644
--- a/gnu/usr.bin/binutils/gdbserver/Makefile
+++ b/gnu/usr.bin/binutils/gdbserver/Makefile
@@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+= -I${GDBDIR}/gdb
CFLAGS+= -I${GDBDIR}/gdb/config
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
+CFLAGS+= -I../libbfd # for BFD's config.h
CFLAGS+= -DNO_MMALLOC
.include <bsd.prog.mk>
diff --git a/gnu/usr.bin/binutils/gdbserver5/Makefile b/gnu/usr.bin/binutils/gdbserver5/Makefile
index c31ba6d..45aa3a4 100644
--- a/gnu/usr.bin/binutils/gdbserver5/Makefile
+++ b/gnu/usr.bin/binutils/gdbserver5/Makefile
@@ -18,6 +18,7 @@ CFLAGS+= -I${.CURDIR}/../gdb/${MACHINE_ARCH}
CFLAGS+= -I${GDBDIR}/gdb
CFLAGS+= -I${GDBDIR}/gdb/config
CFLAGS+= -I${GDBDIR}/gdb/gdbserver
+CFLAGS+= -I../libbfd # for BFD's config.h
CFLAGS+= -DNO_MMALLOC
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud