未验证 提交 bdea5bc7 编写于 作者: 陈杰 提交者: Gitee

update musl_template.gni.

Signed-off-by: N陈杰 <chenjie174@huawei.com>
上级 4850bfd5
......@@ -251,6 +251,8 @@ template("musl_libs") {
cflags += [ "-march=armv7-a" ]
} else if (musl_arch == "aarch64") {
cflags += [ "-march=armv8" ]
} else if (musl_arch == "x86_64") {
cflags += [ "-march=x86-64" ]
}
include_dirs += [
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册