mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Add the BINUTILSDISTDIR hook here too.
This commit is contained in:
parent
19bf8ac856
commit
e60947e1ad
1 changed files with 12 additions and 0 deletions
|
|
@ -25,3 +25,15 @@ LDADD+= -L${RELTOP}/libopcodes -lopcodes
|
|||
DPADD+= ${RELTOP}/libbfd/libbfd.a
|
||||
DPADD+= ${RELTOP}/libiberty/libiberty.a
|
||||
DPADD+= ${RELTOP}/libopcodes/libopcodes.a
|
||||
|
||||
# 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}/gas ${BINUTILSDISTDIR}/gas/config
|
||||
CFLAGS+= -I${BINUTILSDISTDIR}/gas
|
||||
CFLAGS+= -I${BINUTILSDISTDIR}/gas/config
|
||||
CFLAGS+= -I${BINUTILSDISTDIR}/bfd
|
||||
CFLAGS+= -I${BINUTILSDISTDIR}/include
|
||||
CFLAGS+= -I${BINUTILSDISTDIR}
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue