提交 e8344eab 编写于 作者: Z zhangfanfan2 提交者: Gitee

fix: liteos_a中executable模块默认配置少了static_pie_config引发代码段重定位的写异常

close: #I45Y7H
Signed-off-by: Nzff <zhangfanfan2@huawei.com>
上级 1c11e779
......@@ -151,6 +151,7 @@ default_static_library_configs = default_target_configs
default_executable_configs = default_static_library_configs
if (ohos_kernel_type != "liteos_m") {
default_static_library_configs += [ "//build/lite/config:static_pie_config" ]
default_executable_configs += [ "//build/lite/config:static_pie_config" ]
default_executable_configs += [ "//build/lite/config:pie_executable_config" ]
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册