git: 40218ffe8c85 - main - riscv64*: enable OFED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 17:42:05 UTC
The branch main has been updated by pkubaj (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=40218ffe8c85118a2bab0eb8c7bc3525d4ad639e commit 40218ffe8c85118a2bab0eb8c7bc3525d4ad639e Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2021-12-21 16:24:20 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2021-12-21 17:41:57 +0000 riscv64*: enable OFED Summary: OFED on riscv64 builds fine, so it's ok to enable it. Also MFC to stable/13. Test Plan: make buildworld Reviewers: mhorne Subscribers: bdrewery, imp, emaste Differential Revision: https://reviews.freebsd.org/D33602 --- share/mk/src.opts.mk | 3 --- 1 file changed, 3 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 3d59776973a1..61c41068aacd 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -280,9 +280,6 @@ __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF LLVM_TARGET_MIPS .include <bsd.compiler.mk> -.if ${__T:Mriscv*} != "" -BROKEN_OPTIONS+=OFED -.endif .if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" __DEFAULT_YES_OPTIONS+=LLDB .else