On 25 Jun 2021, at 15:23, Piotr Kubaj <pku...@freebsd.org> wrote: > > The branch main has been updated by pkubaj (ports committer): > > URL: > https://cgit.FreeBSD.org/src/commit/?id=aa033e0b14f20b39991a8aea9418fa712a4df1bf > > commit aa033e0b14f20b39991a8aea9418fa712a4df1bf > Author: Piotr Kubaj <pku...@freebsd.org> > AuthorDate: 2021-06-25 14:22:50 +0000 > Commit: Piotr Kubaj <pku...@freebsd.org> > CommitDate: 2021-06-25 14:22:50 +0000 > > Enable OPENMP on riscv64* by default. > > Differential revision: https://reviews.freebsd.org/D30862 > Approved by: mhorne > --- > share/mk/src.opts.mk | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk > index 5cdc8d63f954..db2625a80c52 100644 > --- a/share/mk/src.opts.mk > +++ b/share/mk/src.opts.mk > @@ -355,7 +355,7 @@ BROKEN_OPTIONS+=NVME > .endif > > .if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \ > - ${__T:Mpowerpc64*} != "" > + ${__T:Mpowerpc64*} != "" || ${__T:Mriscv64*} != ""
At this point should the default just be flipped so it’s opt-out? Then it’d just be mips*, powerpc and arm. Jess _______________________________________________ dev-commits-src-main@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"