mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-13 04:48:17 +00:00
scripts: PARALLELMFLAGS is evil, rename
The reunification of the glibc/eglibc code paths exposed a nasty bug in the glibc build: use of PARALLELMFLAGS breaks the build. See the explanations in that bug report against FC6: https://bugzilla.redhat.com/show_bug.cgi?format=multiple&id=212111 Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
@ -80,7 +80,7 @@ do_binutils() {
|
||||
fi
|
||||
|
||||
CT_DoLog EXTRA "Building binutils"
|
||||
CT_DoExecLog ALL make "${extra_make_flags[@]}" ${PARALLELMFLAGS}
|
||||
CT_DoExecLog ALL make "${extra_make_flags[@]}" ${JOBSFLAGS}
|
||||
|
||||
CT_DoLog EXTRA "Installing binutils"
|
||||
CT_DoExecLog ALL make install
|
||||
@ -149,7 +149,7 @@ do_binutils_target() {
|
||||
${CT_BINUTILS_EXTRA_CONFIG}
|
||||
|
||||
CT_DoLog EXTRA "Building binutils' libraries (${targets[*]}) for target"
|
||||
CT_DoExecLog ALL make ${PARALLELMFLAGS} "${build_targets[@]}"
|
||||
CT_DoExecLog ALL make ${JOBSFLAGS} "${build_targets[@]}"
|
||||
CT_DoLog EXTRA "Installing binutils' libraries (${targets[*]}) for target"
|
||||
CT_DoExecLog ALL make DESTDIR="${CT_SYSROOT_DIR}" "${install_targets[@]}"
|
||||
|
||||
|
@ -52,7 +52,7 @@ do_elf2flt() {
|
||||
${CT_ELF2FLT_EXTRA_CONFIG}
|
||||
|
||||
CT_DoLog EXTRA "Building elf2flt"
|
||||
CT_DoExecLog ALL make ${PARALLELMFLAGS}
|
||||
CT_DoExecLog ALL make ${JOBSFLAGS}
|
||||
|
||||
CT_DoLog EXTRA "Installing elf2flt"
|
||||
CT_DoExecLog ALL make install
|
||||
|
Reference in New Issue
Block a user