summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2016-11-08 00:38:02 (GMT)
committerGitHub <noreply@github.com>2016-11-08 00:38:02 (GMT)
commit23e9a03a3f4a5eaded6cadbe4d808997879450d1 (patch)
tree280cebcd23a2ea54c9c478652ace7fead592ba44 /config
parentdf5a341e592fe162999ed9be6da3fb67eb885f12 (diff)
parent91575d02c47e384e381a8a9c83e33814d26799b3 (diff)
Merge pull request #461 from stilor/static-libgcc-more-fixes
Making libmpx configurable & moving gcc libs: more fixes
Diffstat (limited to 'config')
-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).