mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-11 15:04:19 +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 CC_GCC_HAS_LIBMPX
|
||||||
depends on ARCH_X86
|
depends on ARCH_X86
|
||||||
# MUSL does not define libc types that GCC requires. Mingw lacks certain headers.
|
# 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
|
help
|
||||||
Enable GCC support for Intel Memory Protection Extensions (MPX).
|
Enable GCC support for Intel Memory Protection Extensions (MPX).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user