From b9af8ec237dc55f49d8a929226598050498e999d Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 4 Jun 2014 15:11:31 +0200 Subject: make ld relro and bind now optional --- target/config/Config.in.toolchain | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'target/config') 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 -- cgit v1.2.3