更新 toolchain/build.sh
Signed-off-by: zhao <zhao@noreply.localhost>
This commit is contained in:
parent
c9ae917d72
commit
497f703fd4
@ -164,6 +164,12 @@ elif [ "$model" = "OpenWrt_X86_64_v24.10" ]; then
|
|||||||
curl -s https://git.kejizero.online/zhao/files/raw/branch/main/toolchain/Configs/immortalwrt_x86_64.config > .config
|
curl -s https://git.kejizero.online/zhao/files/raw/branch/main/toolchain/Configs/immortalwrt_x86_64.config > .config
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# LTO
|
||||||
|
curl -s $mirror/generic/config-lto >> .config
|
||||||
|
|
||||||
|
# mold
|
||||||
|
echo 'CONFIG_USE_MOLD=y' >> .config
|
||||||
|
|
||||||
# gcc14 & 15
|
# gcc14 & 15
|
||||||
if [ "$USE_GCC13" = y ]; then
|
if [ "$USE_GCC13" = y ]; then
|
||||||
export USE_GCC13=y gcc_version=13
|
export USE_GCC13=y gcc_version=13
|
||||||
|
Loading…
Reference in New Issue
Block a user