sw64 build.sh

This commit is contained in:
luoliangyi 2023-09-01 15:13:03 +08:00
parent e91e96990e
commit 9f8aaa8874
1 changed files with 3 additions and 0 deletions

View File

@ -119,6 +119,9 @@ elif [ "$cpu" == "mips64" ]; then
ver3=$[$ver3 + 3]
elif [ "$cpu" == "loongarch64" ]; then
ver3=$[$ver3 + 4]
elif [ "$cpu" == "sw_64" ];
then
ver3=$[$ver3 + 7]
fi
ver3=$[$ver3 * 100]