提交 a76dbb11 编写于 作者: D dhy308

mtp=cp15在64位编译时不支持

Signed-off-by: Ndhy308 <tony.gan@huawei.com>
上级 d775d5b0
......@@ -138,6 +138,7 @@ template("musl_libs") {
if (musl_arch == "arm") {
cflags_basic += [ "-march=armv7-a" ]
cflags_basic += [ "-mtp=cp15" ]
} else if (musl_arch == "aarch64") {
cflags_basic += [ "-march=armv8" ]
}
......@@ -146,7 +147,6 @@ template("musl_libs") {
"-D_XOPEN_SOURCE=700",
"-g",
"-pipe",
"-mtp=cp15",
"-fno-omit-frame-pointer",
"-funwind-tables",
"-fasynchronous-unwind-tables",
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册