Unbreak INDEX

This commit is contained in:
Antoine Brodin 2019-10-09 18:12:31 +00:00
parent 8ed1c1da6c
commit e0747fc5c9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514180

View file

@ -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