[New] install: add support for loongarch64 architecture

This commit is contained in:
Yinan Qin
2025-10-25 19:19:05 +08:00
committed by Jordan Harband
parent 0c1243a7ea
commit ab77712867
3 changed files with 8 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
if [ "_$1" = "_-m" ]; then
echo "loongarch64"
else
echo "Linux foo 6.12.54-16k #0 SMP PREEMPT_DYNAMIC Fri Dec 5 12:35:43 UTC loongarch64 GNU/Linux"
fi