Branch: refs/heads/master Home: https://github.com/crosstool-ng/crosstool-ng Commit: 7111f95dc3513e52ea0c69776432102fb6967498 https://github.com/crosstool-ng/crosstool-ng/commit/7111f95dc3513e52ea0c69776432102fb6967498 Author: Alexey Neyman Date: 2017-03-30 (Thu, 30 Mar 2017) Changed paths: M config/libc/mingw.in M samples/x86_64-w64-mingw32/crosstool.config M scripts/build/libc/glibc.sh M scripts/build/libc/mingw.sh Log Message: ----------- 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 Commit: 88d28e6eed547e9992c44c6894764dd7b000b980 https://github.com/crosstool-ng/crosstool-ng/commit/88d28e6eed547e9992c44c6894764dd7b000b980 Author: Alexey Neyman Date: 2017-03-31 (Fri, 31 Mar 2017) Changed paths: M config/libc/mingw.in M samples/x86_64-w64-mingw32/crosstool.config M scripts/build/libc/glibc.sh M scripts/build/libc/mingw.sh Log Message: ----------- Merge pull request #669 from stilor/mingw-pthread-multilib MinGW-W64 fixes Compare: https://github.com/crosstool-ng/crosstool-ng/compare/a7edff1820d8...88d28e6eed54