From b32fcf7c1eea890a2bd3f88487f818ba241aabb1 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 12 Jul 2017 10:51:42 -0700 Subject: Fix the test for mingw-w64 Signed-off-by: Alexey Neyman --- config/cc/gcc.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/cc') 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). -- cgit v1.2.3