Add a BINUTILSDISTDIR hook here too.

This commit is contained in:
jb 1999-11-06 22:36:40 +00:00
parent bd1e6db4e7
commit 2ae5556e27

View File

@ -20,6 +20,14 @@ DPADD+= ${RELTOP}/libiberty/libiberty.a
CLEANDIRS+= ldscripts
CLEANFILES+= ldemul-list.h
# If set, BINUTILSDISTDIR is the path to a directory containing the full GNU
# binutils release. FreeBSD only distributes the bits that are required to
# build native architectures. BINUTILSDISTDIR is needed to build cross tools.
.if defined(BINUTILSDISTDIR) && exists(${BINUTILSDISTDIR})
.PATH: ${BINUTILSDISTDIR}/ld
CFLAGS+= -I${BINUTILSDISTDIR}/ld
.endif
EMXFR=
EMLST=
.for _e in ${EMS}