提交 b2cddfa8 编写于 作者: G guzhihao4

Fix musl x86_64 build

Specify correct float.h in musl_src.gni
Test: self test passed
Issue:I6FOSQ
Signed-off-by: Nguzhihao4 <guzhihao4@huawei.com>
Change-Id: I0d602b149538eb784ab95fee8da6510f671dc8cf
上级 7d3f2920
......@@ -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",
......@@ -1751,7 +1750,6 @@ if (musl_arch == "arm") {
musl_inc_bits_files = [
"arch/x86_64/bits/fcntl.h",
"arch/x86_64/bits/fenv.h",
"arch/x86_64/bits/float.h",
"arch/x86_64/bits/posix.h",
"arch/x86_64/bits/reg.h",
"arch/x86_64/bits/setjmp.h",
......@@ -2016,6 +2014,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.
先完成此消息的编辑!
想要评论请 注册