DIRDEPS_BUILD: Connect lld.
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
dc3af96dec
commit
08e3200cd3
@ -46,4 +46,8 @@ DIRDEPS+= \
|
||||
|
||||
.endif
|
||||
|
||||
.if ${MK_LLD} == "yes"
|
||||
DIRDEPS+= usr.bin/clang/lld
|
||||
.endif
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
26
usr.bin/clang/lld/Makefile.depend
Normal file
26
usr.bin/clang/lld/Makefile.depend
Normal file
@ -0,0 +1,26 @@
|
||||
# $FreeBSD$
|
||||
# Autogenerated - do NOT edit!
|
||||
|
||||
DIRDEPS = \
|
||||
gnu/lib/csu \
|
||||
gnu/lib/libgcc \
|
||||
include \
|
||||
include/xlocale \
|
||||
lib/${CSU_DIR} \
|
||||
lib/clang/libllvm \
|
||||
lib/libc \
|
||||
lib/libc++ \
|
||||
lib/libcompiler_rt \
|
||||
lib/libcxxrt \
|
||||
lib/libthr \
|
||||
lib/libz \
|
||||
lib/msun \
|
||||
lib/ncurses/ncursesw \
|
||||
usr.bin/clang/llvm-tblgen.host \
|
||||
|
||||
|
||||
.include <dirdeps.mk>
|
||||
|
||||
.if ${DEP_RELDIR} == ${_DEP_RELDIR}
|
||||
# local dependencies - needed for -jN in clean tree
|
||||
.endif
|
Loading…
Reference in New Issue
Block a user