svn commit: r316684 - head/share/mk

Ed Maste emaste at FreeBSD.org
Mon Apr 10 18:21:32 UTC 2017


Author: emaste
Date: Mon Apr 10 18:21:30 2017
New Revision: 316684
URL: https://svnweb.freebsd.org/changeset/base/316684

Log:
  Make WITHOUT_TOOLCHAIN imply WITHOUT_LLD.
  
  LLD is a toolchain component.

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Mon Apr 10 17:59:29 2017	(r316683)
+++ head/share/mk/src.opts.mk	Mon Apr 10 18:21:30 2017	(r316684)
@@ -408,6 +408,7 @@ MK_CLANG:=	no
 MK_GCC:=	no
 MK_GDB:=	no
 MK_INCLUDES:=	no
+MK_LLD:=	no
 MK_LLDB:=	no
 .endif
 


More information about the svn-src-head mailing list