diff options
author | Alexey Neyman <stilor@att.net> | 2016-10-05 13:05:44 -0700 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2016-10-07 10:35:57 -0700 |
commit | 339b83c3939296e54f5366439a19861372bad9b9 (patch) | |
tree | 66a548de047982c8f1dfc3b81755aea38de11322 /config/cc | |
parent | 3330ad719720905ed2a901ec26a90bcad9d32748 (diff) | |
download | crosstool-ng-339b83c3939296e54f5366439a19861372bad9b9.tar.gz crosstool-ng-339b83c3939296e54f5366439a19861372bad9b9.tar.bz2 crosstool-ng-339b83c3939296e54f5366439a19861372bad9b9.zip |
MINGW doesn't like libmpx either.
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'config/cc')
-rw-r--r-- | config/cc/gcc.in.2 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/cc/gcc.in.2 b/config/cc/gcc.in.2 index b7353dfa..2c5d45e6 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). |