Additional LD_AS_LLD -> LD_IS_LLD missed in r312894/r312895
This commit is contained in:
parent
d63b10f090
commit
ca4fe588bb
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user