Parrallel compilation is broken for uClibc (I don't know if any of my patches is doing it, or if mainline is already broken).

This commit is contained in:
Yann E. MORIN" 2007-07-07 16:11:17 +00:00
parent 674ee531e6
commit f6e904567f

View File

@ -120,8 +120,7 @@ do_libc() {
# We do _not_ want to strip anything for now, in case we specifically
# asked for a debug toolchain, thus the STRIPTOOL= assignment
CT_DoLog EXTRA "Building C library"
make ${PARALLELMFLAGS} \
CROSS=${CT_TARGET}- \
make CROSS=${CT_TARGET}- \
PREFIX="${CT_SYSROOT_DIR}/" \
STRIPTOOL=true \
all 2>&1 |CT_DoLog ALL