Date: Tue, 31 Oct 2017 23:48:57 +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: r325253 - head Message-ID: <201710312348.v9VNmvjR081363@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Tue Oct 31 23:48:57 2017 New Revision: 325253 URL: https://svnweb.freebsd.org/changeset/base/325253 Log: xdev: Follow-up r325087: Need to build lib/clang before lld. LLD needs headers generated by the full libllvm. X-MFC-With: r325087 MFC after: 2 weeks Sponsored by: Dell EMC Isilon Modified: head/Makefile.inc1 Modified: head/Makefile.inc1 ============================================================================== --- head/Makefile.inc1 Tue Oct 31 23:33:24 2017 (r325252) +++ head/Makefile.inc1 Tue Oct 31 23:48:57 2017 (r325253) @@ -2853,11 +2853,11 @@ _xb-build-tools: .PHONY ${CDBENV} ${MAKE} -f Makefile.inc1 ${NOFUN} build-tools XDEVDIRS= \ + ${_clang_libs} \ ${_lld} \ ${_binutils} \ ${_elftctools} \ usr.bin/ar \ - ${_clang_libs} \ ${_clang} \ ${_gcc}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201710312348.v9VNmvjR081363>