Merge pull request #1 from movie0125/master

add loongarch support
This commit is contained in:
马威 2021-12-21 14:32:28 +08:00 committed by GitHub
commit 3a71499e63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ;;