Enable OPENMP on riscv64* by default.

Differential revision:	https://reviews.freebsd.org/D30862
Approved by:	mhorne
This commit is contained in:
Piotr Kubaj 2021-06-25 16:22:50 +02:00
parent 9e4d9e4c4d
commit aa033e0b14
1 changed files with 1 additions and 1 deletions

View File

@ -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