From 9f68573426cb29ff701ae0ef0bc64ae3124e5320 Mon Sep 17 00:00:00 2001 From: Bryan Drewery Date: Fri, 2 Jun 2017 00:57:59 +0000 Subject: [PATCH] native-xtools: Connect lld. This will ensure that aarch64 gets a working native /usr/bin/ld rather than requiring the aarch64-binutils hack in Poudriere, or emulating the aarch64 lld. PR: 217189 Reported by: swills, jbeich --- Makefile.inc1 | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.inc1 b/Makefile.inc1 index e3b778d40dda..bde0d7b0f342 100644 --- a/Makefile.inc1 +++ b/Makefile.inc1 @@ -2019,6 +2019,7 @@ native-xtools: .PHONY ${_gcc_tools} \ ${_clang_libs} \ ${_clang} \ + ${_lld} \ sbin/md5 \ sbin/sysctl \ usr.bin/diff \