未验证 提交 ebb7d605 编写于 作者: O openharmony_ci 提交者: Gitee

!729 add mips arch support

Merge pull request !729 from wicom/master
......@@ -10,6 +10,8 @@ declare_args() {
musl_arch = "aarch64"
} else if (current_cpu == "x86_64" || current_cpu == "x64") {
musl_arch = "x86_64"
} else if (current_cpu == "mipsel") {
musl_arch = "mipsel"
}
# musl_root = "$root_out_dir/obj/third_party/musl"
# musl_sub_arch = ""
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册