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:
parent
88cdba6965
commit
3c4b9be76b
4 changed files with 6 additions and 3300 deletions
12
trunk/3rdparty/patches/loongarch/apply.sh
vendored
12
trunk/3rdparty/patches/loongarch/apply.sh
vendored
|
@ -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
|
||||
|
1483
trunk/3rdparty/patches/loongarch/config.guess
vendored
1483
trunk/3rdparty/patches/loongarch/config.guess
vendored
File diff suppressed because it is too large
Load diff
1803
trunk/3rdparty/patches/loongarch/config.sub
vendored
1803
trunk/3rdparty/patches/loongarch/config.sub
vendored
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue