mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
srtp-2-fit/config.guess: add riscv support
This commit is contained in:
parent
ec7123d54c
commit
ad2d7c3779
1 changed files with 6 additions and 0 deletions
6
trunk/3rdparty/libsrtp-2-fit/config.guess
vendored
6
trunk/3rdparty/libsrtp-2-fit/config.guess
vendored
|
@ -1032,6 +1032,12 @@ EOF
|
|||
ppcle:Linux:*:*)
|
||||
echo powerpcle-unknown-linux-${LIBC}
|
||||
exit ;;
|
||||
riscv:Linux:*:*)
|
||||
echo riscv-unknown-linux-${LIBC}
|
||||
exit ;;
|
||||
riscv64:Linux:*:*)
|
||||
echo riscv64-unknown-linux-${LIBC}
|
||||
exit ;;
|
||||
s390:Linux:*:* | s390x:Linux:*:*)
|
||||
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
||||
exit ;;
|
||||
|
|
Loading…
Reference in a new issue