Turn on MK_OPENMP for i386 by default, now that it can build.

Noticed by:	jbeich
PR:		236062, 236582
MFC after:	1 month
X-MFC-With:	r344779
This commit is contained in:
Dimitry Andric 2019-03-19 06:58:28 +00:00
parent c42e554dc9
commit 07302582b6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=345291

View File

@ -399,7 +399,7 @@ BROKEN_OPTIONS+=NVME
BROKEN_OPTIONS+=BSD_CRTBEGIN
.endif
.if ${COMPILER_FEATURES:Mc++11} && ${__T} == "amd64"
.if ${COMPILER_FEATURES:Mc++11} && (${__T} == "amd64" || ${__T} == "i386")
__DEFAULT_YES_OPTIONS+=OPENMP
.else
__DEFAULT_NO_OPTIONS+=OPENMP