git: aaf56e355699 - stable/13 - Enable OPENMP on riscv64* by default.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 19 Dec 2021 22:42:06 UTC
The branch stable/13 has been updated by pkubaj (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=aaf56e355699d417e618276531d9645d89ff284f
commit aaf56e355699d417e618276531d9645d89ff284f
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-06-25 14:22:50 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-12-19 22:41:59 +0000
Enable OPENMP on riscv64* by default.
Differential revision: https://reviews.freebsd.org/D30862
Approved by: mhorne
(cherry picked from commit aa033e0b14f20b39991a8aea9418fa712a4df1bf)
---
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 467f1f445fa8..8522edca15df 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -359,7 +359,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