Author: br
Date: Thu Jul 26 14:15:04 2018
New Revision: 336738
URL: https://svnweb.freebsd.org/changeset/base/336738

Log:
  Disable OFED for RISC-V: it does not build.
  
  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 26 13:53:22 2018        (r336737)
+++ head/share/mk/src.opts.mk   Thu Jul 26 14:15:04 2018        (r336738)
@@ -300,6 +300,9 @@ __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+=OFED
+.endif
 .if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
     ${__T:Mriscv*} != "" || ${__TT} == "mips"
 __DEFAULT_YES_OPTIONS+=LLVM_LIBUNWIND
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to