From 5b52fb59575fab6dc3e9e9af8e874289de731611 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 25 May 2014 21:49:05 +0200 Subject: allow to enable PIE --- target/config/Config.in.toolchain | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'target') 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 -- cgit v1.2.3