mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
Fix the test for mingw-w64
Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
1659d25e0f
commit
b32fcf7c1e
@ -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).
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user