提交 d1ff6ab5 编写于 作者: Z zhushengle

fix: When the kernel type is liteos_m, unlink the pie option

Close #I3Z4DT
Signed-off-by: Nzhushengle <zhushengle@huawei.com>
Change-Id: I03519ced31390c7766b77d76368168f14fe96629
上级 294618f5
......@@ -138,11 +138,11 @@ default_target_configs += [
default_shared_library_configs =
default_target_configs + [ "//build/lite/config:shared_library_config" ]
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:pie_executable_config" ]
}
default_executable_configs = default_static_library_configs +
[ "//build/lite/config:pie_executable_config" ]
set_defaults("executable") {
configs = default_executable_configs
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册