scripts: Build crossgcc with multiple cores
Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
@@ -122,8 +122,8 @@ popd
|
|||||||
|
|
||||||
msg "Building coreboot toolchains"
|
msg "Building coreboot toolchains"
|
||||||
pushd coreboot
|
pushd coreboot
|
||||||
make crossgcc-i386
|
make CPUS="$(nproc)" crossgcc-i386
|
||||||
make crossgcc-x64
|
make CPUS="$(nproc)" crossgcc-x64
|
||||||
popd
|
popd
|
||||||
|
|
||||||
if [[ $RUSTUP_NEW_INSTALL = 1 ]]; then
|
if [[ $RUSTUP_NEW_INSTALL = 1 ]]; then
|
||||||
|
Reference in New Issue
Block a user