scripts: Build crossgcc with multiple cores

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2022-09-01 16:22:42 -06:00
parent 161895da77
commit 87b0a4903c

View File

@@ -122,8 +122,8 @@ popd
msg "Building coreboot toolchains"
pushd coreboot
make crossgcc-i386
make crossgcc-x64
make CPUS="$(nproc)" crossgcc-i386
make CPUS="$(nproc)" crossgcc-x64
popd
if [[ $RUSTUP_NEW_INSTALL = 1 ]]; then