mark LLVM_LIBUNWIND as broken on sparc64, with PR reference

PR:		233405
This commit is contained in:
Ed Maste 2019-11-08 15:20:19 +00:00
parent 4133f23624
commit a3b299f0cf

View File

@ -411,9 +411,11 @@ BROKEN_OPTIONS+=HYPERV
BROKEN_OPTIONS+=NVME
.endif
# Sparc64 need extra crt*.o files - PR 239851
.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} && \