summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/binutils/Makefile.inc0
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2004-07-08 17:05:34 +0000
committerobrien <obrien@FreeBSD.org>2004-07-08 17:05:34 +0000
commit459a3b439e3c1703207eedea8c7176ab33b36fc9 (patch)
tree1c11a95e47b818a1dbb2c36dbf6fb0c929474353 /gnu/usr.bin/binutils/Makefile.inc0
parent344e054ea370e99df8482bf6239c882720887f64 (diff)
downloadFreeBSD-src-459a3b439e3c1703207eedea8c7176ab33b36fc9.zip
FreeBSD-src-459a3b439e3c1703207eedea8c7176ab33b36fc9.tar.gz
MAJOR cleanup of the Bmake framework.
This includes removing all vestiges of the old not-really supported ability to build cross tools targeting non-FreeBSD systems, such as m68k Lynx and NetBSD. Move as much duplicated code from platform Makefiles into the shared Makefiles. Add a simple mechanism for specifying ELF 'ldscripts'. Also share as many .h files as possible (now a single bfd.h vs. one per platform).
Diffstat (limited to 'gnu/usr.bin/binutils/Makefile.inc0')
-rw-r--r--gnu/usr.bin/binutils/Makefile.inc02
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/binutils/Makefile.inc0 b/gnu/usr.bin/binutils/Makefile.inc0
index 72de2b0..bda5ebf 100644
--- a/gnu/usr.bin/binutils/Makefile.inc0
+++ b/gnu/usr.bin/binutils/Makefile.inc0
@@ -27,7 +27,7 @@ CFLAGS+= -I.
CFLAGS+= -I${.CURDIR}/${TARGET_ARCH}
.endif
CFLAGS+= -I${.CURDIR}
-CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd/${TARGET_ARCH}
+CFLAGS+= -I${.CURDIR}/${RELTOP}/libbfd
CFLAGS+= -I${.OBJDIR}/${RELTOP}/libbfd
CFLAGS+= -I${SRCDIR}/include
OpenPOWER on IntegriCloud