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

For #2689, Refine the patches for loongarch

This commit is contained in:
winlin 2021-10-26 07:15:11 +08:00
parent 88cdba6965
commit 3c4b9be76b
4 changed files with 6 additions and 3300 deletions

View file

@ -1,12 +0,0 @@
#!/bin/bash
if [[ $OS_IS_LOONGARCH == YES ]]; then
echo "Apply config patches for loongarch"
rm -f config.guess config.sub &&
cp ../../../3rdparty/patches/loongson/config.* .
ret=$?; if [[ $ret -ne 0 ]]; then echo "apply failed, $ret"; exit $ret; fi
echo "Apply config patches for OS_IS_LOONGARCH:${OS_IS_LOONGARCH} OK"
fi

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff