aboutsummaryrefslogtreecommitdiff
path: root/Makefile.inc1
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-01-27 20:49:43 +0000
committerEd Maste <emaste@FreeBSD.org>2017-01-27 20:49:43 +0000
commitd63b10f0900b2b3e589f93edba42593e0f475587 (patch)
tree4815bd027307d12f6eea9b043b6d94505a595b97 /Makefile.inc1
parent14f850f3df8ef009bc2d024ae290abfb52ccaa9b (diff)
downloadsrc-d63b10f0900b2b3e589f93edba42593e0f475587.tar.gz
src-d63b10f0900b2b3e589f93edba42593e0f475587.zip
Update clang400 branch for LD_AS_LLD -> LD_IS_LLD
Notes
Notes: svn path=/projects/clang400-import/; revision=312895
Diffstat (limited to 'Makefile.inc1')
-rw-r--r--Makefile.inc14
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.inc1 b/Makefile.inc1
index 56467da8a6cf..df826b850b17 100644
--- a/Makefile.inc1
+++ b/Makefile.inc1
@@ -516,7 +516,7 @@ TMAKE= MAKEOBJDIRPREFIX=${OBJTREE} \
# cross-tools stage
XMAKE= TOOLS_PREFIX=${WORLDTMP} ${BMAKE} \
TARGET=${TARGET} TARGET_ARCH=${TARGET_ARCH} \
- MK_GDB=no MK_TESTS=no MK_LLD_IS_LD=no
+ MK_GDB=no MK_TESTS=no
# kernel-tools stage
KTMAKEENV= INSTALL="sh ${.CURDIR}/tools/install.sh" \
@@ -1827,7 +1827,7 @@ _elftctools= lib/libelftc \
# cross-build on a FreeBSD 10 host:
_elftctools+= usr.bin/addr2line
.endif
-.if ${MK_LLD_AS_LD} != "no"
+.if ${MK_LLD_IS_LD} != "no"
_lld= usr.bin/clang/lld
.endif
.elif ${TARGET_ARCH} != ${MACHINE_ARCH} && ${MK_ELFTOOLCHAIN_BOOTSTRAP} != "no"