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:
parent
c42e554dc9
commit
07302582b6
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user