svn commit: r356553 - head/share/mk

Ed Maste emaste at FreeBSD.org
Thu Jan 9 14:12:57 UTC 2020


Author: emaste
Date: Thu Jan  9 14:12:57 2020
New Revision: 356553
URL: https://svnweb.freebsd.org/changeset/base/356553

Log:
  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.

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Thu Jan  9 14:10:11 2020	(r356552)
+++ head/share/mk/src.opts.mk	Thu Jan  9 14:12:57 2020	(r356553)
@@ -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} && \


More information about the svn-src-head mailing list