Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Prebuilts Lite Sysroot
提交
b0e9ab9d
P
Prebuilts Lite Sysroot
项目概览
OpenHarmony
/
Prebuilts Lite Sysroot
大约 1 年 前同步成功
通知
1
Star
39
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
P
Prebuilts Lite Sysroot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
b0e9ab9d
编写于
7月 01, 2021
作者:
O
openharmony_ci
提交者:
Gitee
7月 01, 2021
浏览文件
操作
浏览文件
下载
差异文件
!43 支持使用内置clang工具链
Merge pull request !43 from Caoruihong/ohos_clang
上级
df1afe2a
438419fe
变更
2
显示空白变更内容
内联
并排
Showing
2 changed file
with
4 addition
and
3 deletion
+4
-3
build/BUILD.gn
build/BUILD.gn
+1
-1
build/Makefile
build/Makefile
+3
-2
未找到文件。
build/BUILD.gn
浏览文件 @
b0e9ab9d
...
@@ -50,7 +50,7 @@ if (!defined(board_configed_sysroot) || board_configed_sysroot == "") {
...
@@ -50,7 +50,7 @@ if (!defined(board_configed_sysroot) || board_configed_sysroot == "") {
arch_cflags = string_join(" ", target_arch_cflags)
arch_cflags = string_join(" ", target_arch_cflags)
command = "make TOPDIR=$ohos_root_path SYSROOTDIR=$sysroot_path TARGETS=$targets -f $makefile"
command = "make TOPDIR=$ohos_root_path SYSROOTDIR=$sysroot_path TARGETS=$targets -f $makefile"
command += " ARCH=$arch TARGET=$target_triple ARCH_CFLAGS=\"$arch_cflags\""
command += " ARCH=$arch TARGET=$target_triple ARCH_CFLAGS=\"$arch_cflags\""
command += " BUILD_DEBUG=false BUILD_ALL_MULTILIB=false"
command += " BUILD_DEBUG=false BUILD_ALL_MULTILIB=false
CLANG=$ohos_current_cc_command
"
# copy standard libraries libc.so and libc++.so to lib out dir
# copy standard libraries libc.so and libc++.so to lib out dir
libcpp = "\$($ohos_current_cxx_command --target=$target_triple --sysroot=$sysroot_path $arch_cflags -print-file-name=libc++.so)"
libcpp = "\$($ohos_current_cxx_command --target=$target_triple --sysroot=$sysroot_path $arch_cflags -print-file-name=libc++.so)"
...
...
build/Makefile
浏览文件 @
b0e9ab9d
...
@@ -29,8 +29,9 @@
...
@@ -29,8 +29,9 @@
ARCH
=
arm
ARCH
=
arm
TARGET
=
$(ARCH)
-liteos
TARGET
=
$(ARCH)
-liteos
CROSS_COMPILE
=
llvm-
CLANG
?=
clang
CC
=
clang
--target
=
$(TARGET)
$(ARCH_CFLAGS)
CROSS_COMPILE
=
$(CLANG:%clang=%)
llvm-
CC
=
$(CLANG)
--target
=
$(TARGET)
$(ARCH_CFLAGS)
MULTILIB
=
$(
patsubst
$(
shell
$(CC)
-print-file-name
=
)
%/,%,
$(
dir
$(
shell
$(CC)
-print-libgcc-file-name
)))
MULTILIB
=
$(
patsubst
$(
shell
$(CC)
-print-file-name
=
)
%/,%,
$(
dir
$(
shell
$(CC)
-print-libgcc-file-name
)))
MUSLBUILDDIR
=
build_
$(ARCH)
$(
subst
$(eval)
,,
$(
patsubst
-%,_%,
$(
sort
$(ARCH_CFLAGS)
)))
MUSLBUILDDIR
=
build_
$(ARCH)
$(
subst
$(eval)
,,
$(
patsubst
-%,_%,
$(
sort
$(ARCH_CFLAGS)
)))
HIDE
=
@
HIDE
=
@
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录