mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
add mips
This commit is contained in:
parent
1e9561150a
commit
a88e95d558
1 changed files with 1 additions and 0 deletions
1
trunk/configure
vendored
1
trunk/configure
vendored
|
@ -55,6 +55,7 @@ if [ $SRS_ARM_UBUNTU12 = YES ]; then
|
||||||
__SrsArmLD="arm-linux-gnueabi-ld";
|
__SrsArmLD="arm-linux-gnueabi-ld";
|
||||||
__SrsArmRANDLIB="arm-linux-gnueabi-ranlib";
|
__SrsArmRANDLIB="arm-linux-gnueabi-ranlib";
|
||||||
fi
|
fi
|
||||||
|
if [ $SRS_MIPS_UBUNTU12 = YES ]; then
|
||||||
__SrsArmCC="mipsel-openwrt-linux-gcc";
|
__SrsArmCC="mipsel-openwrt-linux-gcc";
|
||||||
__SrsArmGCC="mipsel-openwrt-linux-gcc";
|
__SrsArmGCC="mipsel-openwrt-linux-gcc";
|
||||||
__SrsArmCXX="mipsel-openwrt-linux-g++";
|
__SrsArmCXX="mipsel-openwrt-linux-g++";
|
||||||
|
|
Loading…
Reference in a new issue