提交 d9000c78 编写于 作者: Y yangming_ha 提交者: Gitee

support customed ld cmd

上级 f0c8cd53
......@@ -60,6 +60,10 @@ if (board_toolchain != "" && use_board_toolchain) {
ohos_current_strip_command = "$compile_prefix/llvm-objcopy$toolchain_cmd_suffix --strip-all"
default_target_configs = [ "//build/lite/config:clang_opt" ]
}
# Overwrite ld cmd by customed cmd.
if(defined(board_customed_ld_cmd)) {
ohos_current_ld_command = board_customed_ld_cmd
}
} else {
# OHOS default toolchain: ohos_clang
ohos_current_toolchain = "ohos_clang"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册