Fix the test for mingw-w64

Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
Alexey Neyman 2017-07-12 10:51:42 -07:00
parent 1659d25e0f
commit b32fcf7c1e

View File

@ -260,7 +260,7 @@ config CC_GCC_LIBMPX
depends on CC_GCC_HAS_LIBMPX
depends on ARCH_X86
# MUSL does not define libc types that GCC requires. Mingw lacks certain headers.
depends on !LIBC_MUSL && !LIBC_MINGW
depends on !LIBC_MUSL && !LIBC_MINGW_W64
help
Enable GCC support for Intel Memory Protection Extensions (MPX).