svn commit: r319485 - head

Bryan Drewery bdrewery at FreeBSD.org
Fri Jun 2 00:58:01 UTC 2017


Author: bdrewery
Date: Fri Jun  2 00:57:59 2017
New Revision: 319485
URL: https://svnweb.freebsd.org/changeset/base/319485

Log:
  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

Modified:
  head/Makefile.inc1

Modified: head/Makefile.inc1
==============================================================================
--- head/Makefile.inc1	Fri Jun  2 00:29:23 2017	(r319484)
+++ head/Makefile.inc1	Fri Jun  2 00:57:59 2017	(r319485)
@@ -2019,6 +2019,7 @@ native-xtools: .PHONY
     ${_gcc_tools} \
     ${_clang_libs} \
     ${_clang} \
+    ${_lld} \
     sbin/md5 \
     sbin/sysctl \
     usr.bin/diff \


More information about the svn-src-all mailing list