diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 21:49:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-25 21:49:31 +0200 |
commit | 5b52fb59575fab6dc3e9e9af8e874289de731611 (patch) | |
tree | 28add2169d7ad0c24c386196c4b8a8ff28dc8a3a /target | |
parent | 8777c2141077117f3e5b550accb691ead2d21635 (diff) |
allow to enable PIE
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 |