mirror of
https://github.com/nigels-com/glew.git
synced 2025-03-09 03:03:07 +00:00
add loongarch support
This commit is contained in:
parent
4a757ac7c0
commit
d3d539a9a2
3
config/config.guess
vendored
3
config/config.guess
vendored
@ -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 ;;
|
||||
|
Loading…
Reference in New Issue
Block a user