git: 2b978245733a - stable/13 - riscv64*: enable OFED
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 21 Dec 2021 19:01:05 UTC
The branch stable/13 has been updated by pkubaj (ports committer): URL: https://cgit.FreeBSD.org/src/commit/?id=2b978245733a4d3659df4fc17b0a00512f15d752 commit 2b978245733a4d3659df4fc17b0a00512f15d752 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:46:04 +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 (cherry picked from commit 40218ffe8c85118a2bab0eb8c7bc3525d4ad639e) --- 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 8522edca15df..e594e90192ad 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -284,9 +284,6 @@ __DEFAULT_NO_OPTIONS+=LLVM_TARGET_BPF .include <bsd.compiler.mk> -.if ${__T:Mriscv*} != "" -BROKEN_OPTIONS+=OFED -.endif .if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" __DEFAULT_YES_OPTIONS+=LLDB .else