更新 toolchain/build.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
6326c959e7
commit
a0cc9813a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user