add loongarch support

This commit is contained in:
马威 2021-12-21 14:29:08 +08:00
parent 4a757ac7c0
commit d3d539a9a2

3
config/config.guess vendored
View File

@ -970,6 +970,9 @@ EOF
ia64:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
loongarch32:Linux:*:* | loongarch64:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;
k1om:Linux:*:*)
echo "$UNAME_MACHINE"-unknown-linux-"$LIBC"
exit ;;