提交 86fbebbf 编写于 作者: C chenjianwen

Add crtbrand.s file

Signed-off-by: Nchenjianwen <chenjianwen15@huawei.com>
上级 b0f06550
.include "crtbrand.s"
.section .init
.global _init
.type _init,%function
......
.include "crtbrand.s"
.syntax unified
.section .init
......
......@@ -1849,6 +1849,7 @@ musl_src_porting_file = [
"src/thread/arm/syscall_cp.s",
"src/ldso/dlclose.c",
"ldso/dynlink.c",
"crt/crtbrand.s",
]
musl_inc_hook_files = [
......
......@@ -127,6 +127,7 @@ template("musl_libs") {
"${target_out_dir}/${musl_ported_dir}/src/include",
"${target_out_dir}/${musl_ported_dir}/include",
"${target_out_dir}/${musl_inc_out_dir}",
"${target_out_dir}/${musl_ported_dir}/crt",
]
cflags_basic = [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册