From c16a698b5ead8fbb250121485fd60bf87a19bf47 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Sun, 29 Oct 2017 01:21:46 +0000 Subject: [PATCH] xdev: Fix build for platforms needing LLD. MFC after: 2 weeks Sponsored by: Dell EMC Isilon --- Makefile.inc1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index 948a8144ea64..2d0d7a56950d 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2848,6 +2848,7 @@ _xb-build-tools: .PHONY _xb-cross-tools: .PHONY .for _tool in \ + ${_lld} \ ${_binutils} \ ${_elftctools} \ 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 @echo "_xi-cross-tools" .for _tool in \ + ${_lld} \ ${_binutils} \ ${_elftctools} \ usr.bin/ar \