git: aa033e0b14f2 - main - Enable OPENMP on riscv64* by default.

Jessica Clarke jrtc27 at freebsd.org
Fri Jun 25 17:35:48 UTC 2021


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



More information about the dev-commits-src-all mailing list