From dd792b9c2ed1d4d6d98c4b6e18d1dde6a2e11a70 Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 7 Sep 2016 21:14:35 +0000 Subject: [PATCH] Add ld.lld to OptionalObsoleteFiles --- tools/build/mk/OptionalObsoleteFiles.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 93411800343..074597e6f48 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -4386,6 +4386,10 @@ OLD_DIRS+=usr/include/c++/v1 # to be filled in #.endif +.if ${MK_LLD} == no +OLD_FILES+=usr/bin/ld.lld +.endif + .if ${MK_LLDB} == no OLD_FILES+=usr/bin/lldb OLD_FILES+=usr/share/man/man1/lldb.1.gz