summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2018-03-14 01:38:47 +0000
committeremaste <emaste@FreeBSD.org>2018-03-14 01:38:47 +0000
commit560015653b38d3e0a3009180cc5f6a509995958c (patch)
tree97324bbaf494cf5885b15b14f4972aaf32ef2674 /share
parent0f1e23bf7123a1783de5fc6415a70c32875c4d11 (diff)
downloadFreeBSD-src-560015653b38d3e0a3009180cc5f6a509995958c.zip
FreeBSD-src-560015653b38d3e0a3009180cc5f6a509995958c.tar.gz
MFC r330613: Disable LLD_BOOTSTRAP under WITHOUT_CROSS_COMPILER
LLD is a cross toolchain component. It shouldn't be built when requesting a build without building a cross compiler. (CROSS_COMPILER is somewhat unfortunately named; in any case, lld should be treated as GNU binutils here.) Submitted by: Dan McGregor <dan.mcgregor at usask.ca>
Diffstat (limited to 'share')
-rw-r--r--share/mk/src.opts.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index c373034..9e277c3 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -397,6 +397,7 @@ MK_BINUTILS_BOOTSTRAP:= no
MK_CLANG_BOOTSTRAP:= no
MK_ELFTOOLCHAIN_BOOTSTRAP:= no
MK_GCC_BOOTSTRAP:= no
+MK_LLD_BOOTSTRAP:= no
.endif
.if ${MK_META_MODE} == "yes"
OpenPOWER on IntegriCloud