From 9f8aaa8874d4dac09d15faf417d052042cd6687b Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Fri, 1 Sep 2023 15:13:03 +0800 Subject: [PATCH] sw64 build.sh --- build.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/build.sh b/build.sh index 5b8e0a8..7c3117b 100755 --- a/build.sh +++ b/build.sh @@ -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]