未验证 提交 7238de0b 编写于 作者: O openharmony_ci 提交者: Gitee

!824 Fix musl x86_64 ld128

Merge pull request !824 from guzhihao4/fix_musl_x86_ld128
......@@ -143,7 +143,6 @@ if (musl_arch == "arm") {
]
} else if (musl_arch == "x86_64") {
musl_src_arch_file = [
"arch/x86_64/bits/float.h",
"src/fenv/x86_64/fenv.s",
"src/ldso/x86_64/dlsym.s",
"src/ldso/x86_64/tlsdesc.s",
......@@ -2016,6 +2015,7 @@ musl_src_porting_file = [
"arch/arm/bits/fenv.h",
"arch/generic/bits/shm.h",
"arch/generic/crtbrand.s",
"arch/x86_64/bits/float.h",
"include/ctype.h",
"include/info/application_target_sdk_version.h",
"include/info/device_api_version.h",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册