summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
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).