diff --git a/toolchain/build.sh b/toolchain/build.sh index f68dc18..2a8dd6f 100644 --- a/toolchain/build.sh +++ b/toolchain/build.sh @@ -163,7 +163,7 @@ echo -e "CONFIG_GCC_USE_VERSION_${gcc_version}=y\n" >> .config # Compile make defconfig -make -j$(nproc) +make -j$cores toolchain/compile || make -j$cores toolchain/compile V=s || exit 1 # Organize files if [ "$model" = "Padavanonly_MT798X_v24.10" ] || [ "$model" = "Hanwckf_MT798X_v21.02" ]; then