diff options
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.toolchain | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 0e0ea507c..760317429 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -52,6 +52,11 @@ config ADK_TARGET_USE_SSP select ADK_TOOLCHAIN_WITH_SSP default n +config ADK_TARGET_USE_PIE + prompt "Use Position Independent Executable mode for all packages" + boolean + default n + config ADK_TOOLCHAIN_WITH_LTO boolean default n |