aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorBryan Drewery <bdrewery@FreeBSD.org>2018-06-20 16:10:02 +0000
committerBryan Drewery <bdrewery@FreeBSD.org>2018-06-20 16:10:02 +0000
commitd74021d65b104beb34c3a0d4c65f149dd6882876 (patch)
tree85ba6efe7c960ff7bb738728541c38f121e8294f /Makefile.inc1
parent78442297f501090c728fb0c4f9f2ab556ef1296c (diff)
downloadsrc-d74021d65b104beb34c3a0d4c65f149dd6882876.tar.gz
src-d74021d65b104beb34c3a0d4c65f149dd6882876.zip
Rework how the ld link is handled in WORLDTMP from r322811.
LLD_BOOTSTRAP (build) is independent of LLD_IS_LD (installed) so they should not be based on each other. This is related to upcoming WITH_SYSTEM_LINKER work. Reviewed by: emaste Sponsored by: Dell EMC Differential Revision: https://reviews.freebsd.org/D15836
Notes
Notes: svn path=/head/; revision=335447
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc12
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 907faea94b75..4776f7a176ab 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -586,7 +586,7 @@ TMAKE= \
# TOOLS_PREFIX set in BMAKE
XMAKE= ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
- MK_GDB=no MK_LLD_IS_LD=${MK_LLD_BOOTSTRAP} MK_TESTS=no
+ MK_GDB=no MK_TESTS=no
# kernel-tools stage
KTMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \