1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +00:00
This commit is contained in:
winlin 2014-05-04 18:38:42 +08:00
parent 1e9561150a
commit a88e95d558

1
trunk/configure vendored
View file

@ -55,6 +55,7 @@ if [ $SRS_ARM_UBUNTU12 = YES ]; then
__SrsArmLD="arm-linux-gnueabi-ld";
__SrsArmRANDLIB="arm-linux-gnueabi-ranlib";
fi
if [ $SRS_MIPS_UBUNTU12 = YES ]; then
__SrsArmCC="mipsel-openwrt-linux-gcc";
__SrsArmGCC="mipsel-openwrt-linux-gcc";
__SrsArmCXX="mipsel-openwrt-linux-g++";