From f6e904567f01a28bc6d1b706d0a944f93cb36874 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 7 Jul 2007 16:11:17 +0000 Subject: Parrallel compilation is broken for uClibc (I don't know if any of my patches is doing it, or if mainline is already broken). diff --git a/scripts/build/libc_uClibc.sh b/scripts/build/libc_uClibc.sh index 0f0bf5c..7449818 100644 --- a/scripts/build/libc_uClibc.sh +++ b/scripts/build/libc_uClibc.sh @@ -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 -- cgit v0.10.2-6-g49f6