xdev: Fix build for platforms needing LLD.
MFC after: 2 weeks Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
57820ca8df
commit
c16a698b5e
@ -2848,6 +2848,7 @@ _xb-build-tools: .PHONY
|
|||||||
|
|
||||||
_xb-cross-tools: .PHONY
|
_xb-cross-tools: .PHONY
|
||||||
.for _tool in \
|
.for _tool in \
|
||||||
|
${_lld} \
|
||||||
${_binutils} \
|
${_binutils} \
|
||||||
${_elftctools} \
|
${_elftctools} \
|
||||||
usr.bin/ar \
|
usr.bin/ar \
|
||||||
@ -2885,6 +2886,7 @@ xdev-install: xdev-build _xi-mtree _xi-cross-tools _xi-includes _xi-libraries .P
|
|||||||
_xi-cross-tools: .PHONY
|
_xi-cross-tools: .PHONY
|
||||||
@echo "_xi-cross-tools"
|
@echo "_xi-cross-tools"
|
||||||
.for _tool in \
|
.for _tool in \
|
||||||
|
${_lld} \
|
||||||
${_binutils} \
|
${_binutils} \
|
||||||
${_elftctools} \
|
${_elftctools} \
|
||||||
usr.bin/ar \
|
usr.bin/ar \
|
||||||
|
Loading…
Reference in New Issue
Block a user