Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-05-04 18:54:57 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c121f1c9b5a892241084f69f4406b954b674bfe
0c121f1c
1 parent
97f4d811
fix bug of mips
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/auto/depends.sh
trunk/auto/depends.sh
查看文件 @
0c121f1
...
...
@@ -107,7 +107,7 @@ function Ubuntu_prepare()
# for arm, install the cross build tool chain.
if
[
$SRS_ARM_UBUNTU12
=
YES
]
;
then
`
$SrsArmCC
--help
`
>/dev/null 2>&1;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
$SrsArmCC
--help
>/dev/null 2>&1;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
echo
"install gcc-arm-linux-gnueabi g++-arm-linux-gnueabi"
require_sudoer
"sudo apt-get install -y --force-yes gcc-arm-linux-gnueabi g++-arm-linux-gnueabi"
sudo apt-get install -y --force-yes gcc-arm-linux-gnueabi g++-arm-linux-gnueabi;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then return
$ret
;
fi
...
...
@@ -117,7 +117,7 @@ function Ubuntu_prepare()
# for mips, user must installed the tool chain.
if
[
$SRS_MIPS_UBUNTU12
=
YES
]
;
then
`
$SrsArmCC
--help
`
>/dev/null 2>&1;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
$SrsArmCC
--help
>/dev/null 2>&1;
ret
=
$?
;
if
[[
0 -ne
$ret
]]
;
then
echo
"user must install the tool chain:
$SrsArmCC
"
return
2
fi
...
...
请
注册
或
登录
后发表评论