summaryrefslogtreecommitdiff
path: root/config/cc/gcc.in.2
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-10-05 20:05:44 (GMT)
committerAlexey Neyman <stilor@att.net>2016-10-07 17:35:57 (GMT)
commit339b83c3939296e54f5366439a19861372bad9b9 (patch)
tree66a548de047982c8f1dfc3b81755aea38de11322 /config/cc/gcc.in.2
parent3330ad719720905ed2a901ec26a90bcad9d32748 (diff)
MINGW doesn't like libmpx either.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc/gcc.in.2')
-rw-r--r--config/cc/gcc.in.23
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2
index b7353df..2c5d45e 100644
--- a/config/cc/gcc.in.2
+++ b/config/cc/gcc.in.2
@@ -188,7 +188,8 @@ config CC_GCC_LIBMPX
prompt "Compile libmpx"
depends on CC_GCC_HAS_LIBMPX
depends on ARCH_x86
- depends on !LIBC_musl # MUSL does not define libc types that GCC requires
+ # MUSL does not define libc types that GCC requires. Mingw lacks certain headers.
+ depends on !LIBC_musl && ! LIBC_mingw
help
Enable GCC support for Intel Memory Protection Extensions (MPX).