Revert r356515 - add LLVM_LIBUNWIND back to sparc64 BROKEN_OPTIONS

r356552 reverted the untested build fix for LLVM libunwind on sparc64,
so mark it broken again.
This commit is contained in:
Ed Maste 2020-01-09 14:12:57 +00:00
parent 8e4aef429a
commit f8c319da66
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356553

View File

@ -392,6 +392,8 @@ BROKEN_OPTIONS+=NVME
.if ${__T:Msparc64}
# Sparc64 need extra crt*.o files - PR 239851
BROKEN_OPTIONS+=BSD_CRTBEGIN
# PR 233405
BROKEN_OPTIONS+=LLVM_LIBUNWIND
.endif
.if ${COMPILER_FEATURES:Mc++11} && \