mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 08:25:32 +00:00
In some cases, dmalloc fails to build when building in parallel. Do not use -j# for dmalloc.
This commit is contained in:
parent
307b330501
commit
ec13f54483
@ -47,7 +47,7 @@ do_debug_dmalloc_build() {
|
||||
${extra_config} 2>&1 |CT_DoLog ALL
|
||||
|
||||
CT_DoLog EXTRA "Building dmalloc"
|
||||
make ${PARALLELMFLAGS} 2>&1 |CT_DoLog ALL
|
||||
make 2>&1 |CT_DoLog ALL
|
||||
|
||||
CT_DoLog EXTRA "Installing dmalloc"
|
||||
make DESTDIR="${CT_SYSROOT_DIR}" installincs \
|
||||
|
Loading…
x
Reference in New Issue
Block a user