summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-12 17:51:42 (GMT)
committerAlexey Neyman <stilor@att.net>2017-07-12 17:51:42 (GMT)
commitb32fcf7c1eea890a2bd3f88487f818ba241aabb1 (patch)
tree8fd1c8eaa2ef203009d72b6ca6348611dcc5ee1c /config/cc
parent1659d25e0f85e445ae7efc703bbdede0fdce801e (diff)
Fix the test for mingw-w64
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc')
-rw-r--r--config/cc/gcc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in
index 1deb92d..a11e8cd 100644
--- a/config/cc/gcc.in
+++ b/config/cc/gcc.in
@@ -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).