Parrallel compilation is broken for uClibc (I don't know if any of my patches is doing it, or if mainline is already broken).
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 07 16:11:17 2007 +0000 (2007-07-07)
changeset 21127d24ec8273a
parent 210 98baeb928964
child 212 bdd97239e6b1
Parrallel compilation is broken for uClibc (I don't know if any of my patches is doing it, or if mainline is already broken).
scripts/build/libc_uClibc.sh
     1.1 --- a/scripts/build/libc_uClibc.sh	Sat Jul 07 09:58:14 2007 +0000
     1.2 +++ b/scripts/build/libc_uClibc.sh	Sat Jul 07 16:11:17 2007 +0000
     1.3 @@ -120,8 +120,7 @@
     1.4      # We do _not_ want to strip anything for now, in case we specifically
     1.5      # asked for a debug toolchain, thus the STRIPTOOL= assignment
     1.6      CT_DoLog EXTRA "Building C library"
     1.7 -    make ${PARALLELMFLAGS}              \
     1.8 -         CROSS=${CT_TARGET}-            \
     1.9 +    make CROSS=${CT_TARGET}-            \
    1.10           PREFIX="${CT_SYSROOT_DIR}/"    \
    1.11           STRIPTOOL=true                 \
    1.12           all                            2>&1 |CT_DoLog ALL