git: aa033e0b14f2 - main - Enable OPENMP on riscv64* by default.
Piotr Kubaj
pkubaj at anongoth.pl
Fri Jun 25 18:40:30 UTC 2021
On 21-06-25 18:35:45, Jessica Clarke wrote:
> On 25 Jun 2021, at 15:23, Piotr Kubaj <pkubaj at 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 <pkubaj at FreeBSD.org>
> > AuthorDate: 2021-06-25 14:22:50 +0000
> > Commit: Piotr Kubaj <pkubaj at 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
>
And probably powerpcspe as well.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/dev-commits-src-all/attachments/20210625/f9d57b87/attachment.sig>
More information about the dev-commits-src-all
mailing list