summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-04 15:11:31 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-04 15:11:38 +0200
commitb9af8ec237dc55f49d8a929226598050498e999d (patch)
tree9b6437cd954d597910585c7a396ca8c5312468d7 /target/config
parent45c200b2a66c3c63e7ed6f31f22958810263e2fd (diff)
make ld relro and bind now optional
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.toolchain10
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