mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #2689, Support loongarch, loongson CPU. v5.0.19
This commit is contained in:
parent
a86f3905b2
commit
5b44cc6a17
11 changed files with 3481 additions and 6 deletions
12
trunk/3rdparty/patches/loongarch/apply.sh
vendored
Executable file
12
trunk/3rdparty/patches/loongarch/apply.sh
vendored
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/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
Normal file
1483
trunk/3rdparty/patches/loongarch/config.guess
vendored
Normal file
File diff suppressed because it is too large
Load diff
1803
trunk/3rdparty/patches/loongarch/config.sub
vendored
Normal file
1803
trunk/3rdparty/patches/loongarch/config.sub
vendored
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue