After r364732, we can now enable MK_OPENMP for aarch64 by default.

PR:		248864
MFC after:	2 weeks
This commit is contained in:
Dimitry Andric
2020-08-24 20:40:26 +00:00
parent 16794618f7
commit 2a5220e12e
+2 -1
View File
@@ -359,7 +359,8 @@ BROKEN_OPTIONS+=HYPERV
BROKEN_OPTIONS+=NVME
.endif
.if ${__T} == "amd64" || ${__T} == "i386" || ${__T} == "powerpc64"
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
${__T} == "powerpc64"
__DEFAULT_YES_OPTIONS+=OPENMP
.else
__DEFAULT_NO_OPTIONS+=OPENMP