svn commit: r312895 - projects/clang400-import
Ed Maste
emaste at FreeBSD.org
Fri Jan 27 20:49:45 UTC 2017
Author: emaste
Date: Fri Jan 27 20:49:43 2017
New Revision: 312895
URL: https://svnweb.freebsd.org/changeset/base/312895
Log:
Update clang400 branch for LD_AS_LLD -> LD_IS_LLD
Modified:
projects/clang400-import/Makefile.inc1
Modified: projects/clang400-import/Makefile.inc1
==============================================================================
--- projects/clang400-import/Makefile.inc1 Fri Jan 27 20:01:46 2017 (r312894)
+++ projects/clang400-import/Makefile.inc1 Fri Jan 27 20:49:43 2017 (r312895)
@@ -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"
More information about the svn-src-projects
mailing list