From 7111f95dc3513e52ea0c69776432102fb6967498 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Wed, 29 Mar 2017 13:26:13 -0700 Subject: MinGW-W64 fixes - libpthread requires iteration over multilibs, unlike the core, it does not detect and build multilibs by itself. - Disable parallel builds for mingw-w64 components; until mingw-w64 core builds clean, I am not trusting it. - Make the list of tools to build configurable - Turn on multilib in x86_64 sample. - Make warnings about tuple less redundant. As in, "one WARN is enough, no need to shout it three times". - Messages about various steps/substeps are more aligned with the rest of the components. - Use 'make' instead of ${make} to invoke the companion make just built, if applicable. Signed-off-by: Alexey Neyman --- samples/x86_64-w64-mingw32/crosstool.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/x86_64-w64-mingw32') diff --git a/samples/x86_64-w64-mingw32/crosstool.config b/samples/x86_64-w64-mingw32/crosstool.config index 1e92289a..253cb1c9 100644 --- a/samples/x86_64-w64-mingw32/crosstool.config +++ b/samples/x86_64-w64-mingw32/crosstool.config @@ -1,12 +1,12 @@ CT_EXPERIMENTAL=y CT_ARCH_x86=y +CT_MULTILIB=y CT_ARCH_64=y CT_TARGET_VENDOR="w64" CT_KERNEL_windows=y CT_BINUTILS_PLUGINS=y CT_MINGW_DIRECTX=y CT_MINGW_DDK=y -CT_MINGW_TOOLS=y CT_THREADS_POSIX=y CT_CC_LANG_CXX=y CT_CC_LANG_FORTRAN=y -- cgit v1.2.3