diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 15:11:31 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-04 15:11:38 +0200 |
commit | b9af8ec237dc55f49d8a929226598050498e999d (patch) | |
tree | 9b6437cd954d597910585c7a396ca8c5312468d7 /target/config/Config.in.toolchain | |
parent | 45c200b2a66c3c63e7ed6f31f22958810263e2fd (diff) |
make ld relro and bind now optional
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index f4dc90f5d..739ff6253 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -68,6 +68,16 @@ config ADK_TARGET_USE_LTO select ADK_TOOLCHAIN_WITH_LTO default n +config ADK_TARGET_USE_LD_RELRO + prompt "Use LD read-only (-z relro) relocations for all packages" + boolean + default n + +config ADK_TARGET_USE_LD_BIND_NOW + prompt "Use LD bind now (-z now) for all packages" + boolean + default n + config ADK_TARGET_USE_LD_GC prompt "Use LD garbage collection for all packages" boolean |