summaryrefslogtreecommitdiff
path: root/config/cc
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-07-12 10:51:42 -0700
committerAlexey Neyman <stilor@att.net>2017-07-12 10:51:42 -0700
commitb32fcf7c1eea890a2bd3f88487f818ba241aabb1 (patch)
tree8fd1c8eaa2ef203009d72b6ca6348611dcc5ee1c /config/cc
parent1659d25e0f85e445ae7efc703bbdede0fdce801e (diff)
downloadcrosstool-ng-b32fcf7c1eea890a2bd3f88487f818ba241aabb1.tar.gz
crosstool-ng-b32fcf7c1eea890a2bd3f88487f818ba241aabb1.tar.bz2
crosstool-ng-b32fcf7c1eea890a2bd3f88487f818ba241aabb1.zip
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 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).