svn commit: r356515 - head/share/mk

Ed Maste emaste at FreeBSD.org
Wed Jan 8 20:51:08 UTC 2020


Author: emaste
Date: Wed Jan  8 20:51:07 2020
New Revision: 356515
URL: https://svnweb.freebsd.org/changeset/base/356515

Log:
  src.opts.mk: Remove sparc64 LLVM_LIBUNWIND BROKEN_OPTIONS
  
  After r356513 it should build.

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

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Wed Jan  8 20:45:18 2020	(r356514)
+++ head/share/mk/src.opts.mk	Wed Jan  8 20:51:07 2020	(r356515)
@@ -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} && \


More information about the svn-src-head mailing list