diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index b846d1e31b27..838447f99714 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -300,6 +300,9 @@ __DEFAULT_NO_OPTIONS+=CLANG CLANG_BOOTSTRAP CLANG_IS_CC LLD .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