src.opts.mk: Remove sparc64 LLVM_LIBUNWIND BROKEN_OPTIONS

After r356513 it should build.
This commit is contained in:
Ed Maste 2020-01-08 20:51:07 +00:00
parent b05bd0b93b
commit 3b957e38ef
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=356515

View File

@ -392,8 +392,6 @@ 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} && \