mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-02 19:16:39 +00:00
More uClibc parrallel compilation cleanup.
This commit is contained in:
parent
f6e904567f
commit
8b99fa0955
@ -77,7 +77,7 @@ do_libc_headers() {
|
|||||||
CT_DoYes "" |make CROSS= PREFIX="${CT_SYSROOT_DIR}/" oldconfig 2>&1 |CT_DoLog ALL
|
CT_DoYes "" |make CROSS= PREFIX="${CT_SYSROOT_DIR}/" oldconfig 2>&1 |CT_DoLog ALL
|
||||||
|
|
||||||
CT_DoLog EXTRA "Building headers"
|
CT_DoLog EXTRA "Building headers"
|
||||||
make ${PARALLELMFLAGS} CROSS= PREFIX="${CT_SYSROOT_DIR}/" headers 2>&1 |CT_DoLog ALL
|
make CROSS= PREFIX="${CT_SYSROOT_DIR}/" headers 2>&1 |CT_DoLog ALL
|
||||||
|
|
||||||
CT_DoLog EXTRA "Installing headers"
|
CT_DoLog EXTRA "Installing headers"
|
||||||
make CROSS= PREFIX="${CT_SYSROOT_DIR}/" install_dev 2>&1 |CT_DoLog ALL
|
make CROSS= PREFIX="${CT_SYSROOT_DIR}/" install_dev 2>&1 |CT_DoLog ALL
|
||||||
@ -112,8 +112,7 @@ do_libc() {
|
|||||||
# to best fit the target. So it is useless and seems to be a bad thing to
|
# to best fit the target. So it is useless and seems to be a bad thing to
|
||||||
# use LIBC_EXTRA_CFLAGS here.
|
# use LIBC_EXTRA_CFLAGS here.
|
||||||
CT_DoLog EXTRA "Applying configuration"
|
CT_DoLog EXTRA "Applying configuration"
|
||||||
CT_DoYes "" |make ${PARALLELMFLAGS} \
|
CT_DoYes "" |make CROSS=${CT_TARGET}- \
|
||||||
CROSS=${CT_TARGET}- \
|
|
||||||
PREFIX="${CT_SYSROOT_DIR}/" \
|
PREFIX="${CT_SYSROOT_DIR}/" \
|
||||||
oldconfig 2>&1 |CT_DoLog ALL
|
oldconfig 2>&1 |CT_DoLog ALL
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user