From 82ae0cb11d56c46dd1aa14de98f94106f9dcddbc Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 23 May 2014 21:06:05 +0200 Subject: allow to use hash-style gnu for non-mips targets --- target/config/Config.in.toolchain | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 26232e63a..68c683686 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -73,6 +73,15 @@ config ADK_TARGET_USE_GOLD depends on !ADK_LINUX_MIPS default n +config ADK_TARGET_USE_GNU_HASHSTYLE + prompt "Use GNU hashstyle for all packages" + boolean + depends on !ADK_LINUX_MIPS + default n + help + Performance optimization for applications with lot of shared library + dependencies. See http://www.akkadia.org/drepper/dsohowto.pdf + config ADK_DEBUG bool "Compile applications with debug support by default" default n -- cgit v1.2.3