aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2017-01-27 21:14:42 +0000
committerEd Maste <emaste@FreeBSD.org>2017-01-27 21:14:42 +0000
commitca4fe588bb061779810c92fc5160f32a63e2990a (patch)
tree1556469211b2119324c372bfa61feaaf234742bb
parentd63b10f0900b2b3e589f93edba42593e0f475587 (diff)
Notes
-rw-r--r--lib/clang/libllvm/Makefile2
-rw-r--r--tools/build/mk/OptionalObsoleteFiles.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/clang/libllvm/Makefile b/lib/clang/libllvm/Makefile
index c3d54a6cf99a..1ec73bd8adbc 100644
--- a/lib/clang/libllvm/Makefile
+++ b/lib/clang/libllvm/Makefile
@@ -1146,7 +1146,7 @@ SRCS_MIN+= Transforms/Vectorize/SLPVectorizer.cpp
SRCS_EXT+= Transforms/Vectorize/Vectorize.cpp
SRCS_ALL+= ${SRCS_MIN}
-.if !defined(TOOLS_PREFIX) || ${MK_LLD_AS_LD} != "no"
+.if !defined(TOOLS_PREFIX) || ${MK_LLD_IS_LD} != "no"
SRCS_ALL+= ${SRCS_MIW}
.endif
.if ${MK_CLANG_EXTRAS} != "no"
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc
index 25583709b0be..63fe98cb7b3b 100644
--- a/tools/build/mk/OptionalObsoleteFiles.inc
+++ b/tools/build/mk/OptionalObsoleteFiles.inc
@@ -221,7 +221,7 @@ OLD_DIRS+=usr/share/examples/bhyve
.if ${MK_BINUTILS} == no
OLD_FILES+=usr/bin/as
-.if ${MK_LLD_AS_LD} == no
+.if ${MK_LLD_IS_LD} == no
OLD_FILES+=usr/bin/ld
.endif
OLD_FILES+=usr/bin/ld.bfd