Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Build Lite
提交
7509a345
B
Build Lite
项目概览
OpenHarmony
/
Build Lite
大约 1 年 前同步成功
通知
22
Star
24
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
1
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
B
Build Lite
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
1
Issue
1
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
7509a345
编写于
3月 30, 2021
作者:
O
openharmony_ci
提交者:
Gitee
3月 30, 2021
浏览文件
操作
浏览文件
下载
差异文件
!66 【轻量级 PR】:correct ohos clang config label.
Merge pull request !66 from yangming_ha/N/A
上级
e7a8a834
f53cb693
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
3 addition
and
4 deletion
+3
-4
config/BUILD.gn
config/BUILD.gn
+1
-1
config/BUILDCONFIG.gn
config/BUILDCONFIG.gn
+2
-3
未找到文件。
config/BUILD.gn
浏览文件 @
7509a345
...
...
@@ -109,7 +109,7 @@ config("pie_executable_config") {
ldflags = [ "-pie" ]
}
config("clang") {
config("
ohos_
clang") {
clang_dir = ""
if (ohos_build_compiler_dir != "") {
clang_dir = rebase_path("${ohos_build_compiler_dir}")
...
...
config/BUILDCONFIG.gn
浏览文件 @
7509a345
...
...
@@ -31,7 +31,6 @@ if (board_toolchain != "" && use_board_toolchain) {
ohos_current_toolchain = board_toolchain
ohos_current_toolchain_type = board_toolchain_type
ohos_build_compiler = ohos_current_toolchain_type
hos_build_compiler = ohos_current_toolchain_type
if (board_toolchain_path != "") {
compile_prefix = "${board_toolchain_path}/${board_toolchain_prefix}"
} else {
...
...
@@ -54,7 +53,7 @@ if (board_toolchain != "" && use_board_toolchain) {
ohos_current_as_command = ohos_current_cc_command
ohos_current_ld_command = ohos_current_cc_command
ohos_current_strip_command = "$compile_prefix/llvm-objcopy --strip-all"
default_target_configs
+
= [ "//build/lite/config:clang_opt" ]
default_target_configs = [ "//build/lite/config:clang_opt" ]
}
} else {
# OHOS default toolchain: ohos_clang
...
...
@@ -71,7 +70,7 @@ if (board_toolchain != "" && use_board_toolchain) {
ohos_current_strip_command =
"$ohos_clang_toolchain_dir/llvm-objcopy --strip-all"
set_default_toolchain("//build/lite/toolchain:linux_x86_64_ohos_clang")
default_target_configs = [ "//build/lite/config:clang" ]
default_target_configs = [ "//build/lite/config:
ohos_
clang" ]
default_target_configs += [ "//build/lite/config:clang_opt" ]
}
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录