Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Oct 2017 01:21:46 +0000 (UTC)
From:      Bryan Drewery <bdrewery@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r325087 - head
Message-ID:  <201710290121.v9T1LkZc068627@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bdrewery
Date: Sun Oct 29 01:21:46 2017
New Revision: 325087
URL: https://svnweb.freebsd.org/changeset/base/325087

Log:
  xdev: Fix build for platforms needing LLD.
  
  MFC after:	2 weeks
  Sponsored by:	Dell EMC Isilon

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Sun Oct 29 01:21:42 2017	(r325086)
+++ head/Makefile.inc1	Sun Oct 29 01:21:46 2017	(r325087)
@@ -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
 _xi-cross-tools: .PHONY
 	@echo "_xi-cross-tools"
 .for _tool in \
+    ${_lld} \
     ${_binutils} \
     ${_elftctools} \
     usr.bin/ar \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710290121.v9T1LkZc068627>