From a0cc9813a050588047032a1a4d51d22e94c76e5e Mon Sep 17 00:00:00 2001 From: zhao Date: Sun, 23 Mar 2025 09:53:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20toolchain/build.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhao --- toolchain/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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