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 --- config/libc/mingw.in | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'config/libc') diff --git a/config/libc/mingw.in b/config/libc/mingw.in index 936fd67c..0f058450 100644 --- a/config/libc/mingw.in +++ b/config/libc/mingw.in @@ -129,16 +129,20 @@ config WINAPI_VERSION Enter the version number of the Windows API files to use config MINGW_DIRECTX - bool - prompt "Include DirectX development files" + bool "Include DirectX development files" config MINGW_DDK - bool - prompt "Include DDK development files" + bool "Include DDK development files" config MINGW_TOOLS - bool - prompt "Include the companion tools" + bool "Include the companion tools" + default y + help + Build the companion tools with mingw such as widl, gendef, + and genpeimg. + +config MINGW_TOOL_LIST_ARRAY + string "List of mingw-w64 tools to build" + default "gendef genidl genlib genpeimg widl" help - build the companion tools with mingw such as widl, gendef, - and genpeimg + List of mingw-w64 tools to build. -- cgit v1.2.3