1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RISCV: Patch ST and libsrtp. #3115

This commit is contained in:
Steven Liu 2022-07-20 21:53:39 +08:00 committed by winlin
parent 8a6fa30992
commit 08c4b25030
6 changed files with 187 additions and 38 deletions

View file

@ -1032,12 +1032,6 @@ 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 ;;