Unbreak INDEX
This commit is contained in:
parent
8ed1c1da6c
commit
e0747fc5c9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514180
1 changed files with 1 additions and 1 deletions
|
@ -210,7 +210,7 @@ MAN1SRCS+= bugpoint.1 dsymutil.1 llc.1 lli.1 llvm-ar.1 llvm-as.1 \
|
|||
|
||||
# Use lld for armv6 on clang 7 and up to avoid binutils ld issues
|
||||
# PR: 235282
|
||||
if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 70
|
||||
.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 70
|
||||
LDFLAGS_armv6=-fuse-ld=lld
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue