提交 8f96db4a 编写于 作者: O openharmony_ci 提交者: Gitee

!104 更新基于clang编译linux内核时使用的triple

Merge pull request !104 from pengzhuoli/master
...@@ -122,7 +122,7 @@ if(ohos_current_toolchain == "ohos_clang") { ...@@ -122,7 +122,7 @@ if(ohos_current_toolchain == "ohos_clang") {
if (ohos_kernel_type == "liteos_a") { if (ohos_kernel_type == "liteos_a") {
target_kernel = "arm-liteos" target_kernel = "arm-liteos"
} else if (ohos_kernel_type == "linux") { } else if (ohos_kernel_type == "linux") {
target_kernel = "arm-linux-musl" target_kernel = "arm-linux-ohosmusl"
} }
copy("ohos_clang_runtime") { copy("ohos_clang_runtime") {
sources = [ sources = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册