mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-17 06:48:16 +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:
@ -227,14 +227,12 @@ do_libc() {
|
||||
RANLIB=${CT_TARGET}-ranlib \
|
||||
OBJDUMP_FOR_HOST="${CT_TARGET}-objdump" \
|
||||
ASFLAGS="${GLIBC_INITIAL_BUILD_ASFLAGS}" \
|
||||
PARALLELMFLAGS="${PARALLELMFLAGS}" \
|
||||
all
|
||||
|
||||
CT_DoLog EXTRA "Installing C library"
|
||||
CT_DoExecLog ALL make install_root="${CT_SYSROOT_DIR}" \
|
||||
${LIBC_SYSROOT_ARG} \
|
||||
OBJDUMP_FOR_HOST="${CT_TARGET}-objdump" \
|
||||
PARALLELMFLAGS="${PARALLELMFLAGS}" \
|
||||
install
|
||||
|
||||
# This doesn't seem to work when building a crosscompiler,
|
||||
|
Reference in New Issue
Block a user