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

Piotr Kubaj pkubaj at FreeBSD.org
Fri Jun 25 14:23:51 UTC 2021


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*} != ""
 __DEFAULT_YES_OPTIONS+=OPENMP
 .else
 __DEFAULT_NO_OPTIONS+=OPENMP


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