diff options
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cc/gcc.in b/config/cc/gcc.in index 1deb92d0..a11e8cdc 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). |