Disable OFED for RISC-V: it does not build.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Ruslan Bukin 2018-07-26 14:15:04 +00:00
parent cfb27362b1
commit 7ddf05ed5b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336738

View File

@ -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