mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-31 16:36:14 +00:00
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:
parent
674ee531e6
commit
f6e904567f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user