mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 11:51:57 +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:*:*)
|
ppcle:Linux:*:*)
|
||||||
echo powerpcle-unknown-linux-${LIBC}
|
echo powerpcle-unknown-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
riscv:Linux:*:*)
|
||||||
|
echo riscv-unknown-linux-${LIBC}
|
||||||
|
exit ;;
|
||||||
|
riscv64:Linux:*:*)
|
||||||
|
echo riscv64-unknown-linux-${LIBC}
|
||||||
|
exit ;;
|
||||||
s390:Linux:*:* | s390x:Linux:*:*)
|
s390:Linux:*:* | s390x:Linux:*:*)
|
||||||
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
echo ${UNAME_MACHINE}-ibm-linux-${LIBC}
|
||||||
exit ;;
|
exit ;;
|
||||||
|
|
Loading…
Reference in a new issue