mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 19:30: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
|
# We do _not_ want to strip anything for now, in case we specifically
|
||||||
# asked for a debug toolchain, thus the STRIPTOOL= assignment
|
# asked for a debug toolchain, thus the STRIPTOOL= assignment
|
||||||
CT_DoLog EXTRA "Building C library"
|
CT_DoLog EXTRA "Building C library"
|
||||||
make ${PARALLELMFLAGS} \
|
make CROSS=${CT_TARGET}- \
|
||||||
CROSS=${CT_TARGET}- \
|
|
||||||
PREFIX="${CT_SYSROOT_DIR}/" \
|
PREFIX="${CT_SYSROOT_DIR}/" \
|
||||||
STRIPTOOL=true \
|
STRIPTOOL=true \
|
||||||
all 2>&1 |CT_DoLog ALL
|
all 2>&1 |CT_DoLog ALL
|
||||||
|
Loading…
x
Reference in New Issue
Block a user