svn commit: r336482 - head/share/mk

Ruslan Bukin br at FreeBSD.org
Thu Jul 19 13:02:31 UTC 2018


Author: br
Date: Thu Jul 19 13:02:29 2018
New Revision: 336482
URL: https://svnweb.freebsd.org/changeset/base/336482

Log:
  PROFILE, TESTS and CXX build options are no longer broken for RISC-V.
  
  Sponsored by:	DARPA, AFRL

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

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Thu Jul 19 12:58:10 2018	(r336481)
+++ head/share/mk/src.opts.mk	Thu Jul 19 13:02:29 2018	(r336482)
@@ -299,11 +299,6 @@ __DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_IS_C
 .if ${__T} == "aarch64" || ${__T:Mriscv*} != ""
 BROKEN_OPTIONS+=BINUTILS BINUTILS_BOOTSTRAP GCC GCC_BOOTSTRAP GDB
 .endif
-.if ${__T:Mriscv*} != ""
-BROKEN_OPTIONS+=PROFILE # "sorry, unimplemented: profiler support for RISC-V"
-BROKEN_OPTIONS+=TESTS   # "undefined reference to `_Unwind_Resume'"
-BROKEN_OPTIONS+=CXX     # "libcxxrt.so: undefined reference to `_Unwind_Resume_or_Rethrow'"
-.endif
 .if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
     ${__T:Mriscv*} != "" || ${__TT} == "mips"
 __DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND


More information about the svn-src-all mailing list