Skip to content

Commit

Permalink
Disable parallel build of mingw-w64-crt.
Browse files Browse the repository at this point in the history
Unfortunately, parallel build issue is not yet fixed in current
mingw-w64 sources.

Signed-off-by: Alexey Neyman <stilor@att.net>
  • Loading branch information
stilor committed Nov 11, 2015
1 parent bea0cde commit f3e62e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/build/libc/mingw.sh
Expand Up @@ -104,8 +104,11 @@ do_libc() {
--build=${CT_BUILD} \
--host=${CT_TARGET} \

# mingw-w64-crt has a missing dependency occasionally breaking the
# parallel build. See https://github.com/crosstool-ng/crosstool-ng/issues/246
# Do not pass ${JOBSFLAGS} - build serially.
CT_DoLog EXTRA "Building mingw-w64-crt"
CT_DoExecLog ALL make ${JOBSFLAGS}
CT_DoExecLog ALL make

CT_DoLog EXTRA "Installing mingw-w64-crt"
CT_DoExecLog ALL make install DESTDIR=${CT_SYSROOT_DIR}
Expand Down

0 comments on commit f3e62e0

Please sign in to comment.