提交 c30fb29c 编写于 作者: G guzhihao4

Fix x86_64 libc-test build

Fix warning in x86 libc-test build
Issue: #I7152S
Signed-off-by: Nguzhihao4 <guzhihao4@huawei.com>
Change-Id: I16e02a24e72250efe13ffcbdcb7bc51c681f489c
上级 bcdb80f6
......@@ -105,6 +105,7 @@ config("config_unittest") {
"-Wno-error=unused-function",
"-g",
"-D_FILE_OFFSET_BITS=64",
"-Wno-constant-conversion",
]
ldflags = [ "-nostdlib" ]
......
......@@ -144,6 +144,7 @@ if (musl_arch == "arm") {
musl_src_arch_file = [
"src/fenv/x86_64/fenv.s",
"src/ldso/x86_64/dlsym.s",
"src/ldso/x86_64/dlvsym.s",
"src/ldso/x86_64/tlsdesc.s",
"src/math/x86_64/__invtrigl.s",
"src/math/x86_64/acosl.s",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册