diff options
Diffstat (limited to 'target/config/Config.in.toolchain')
-rw-r--r-- | target/config/Config.in.toolchain | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/target/config/Config.in.toolchain b/target/config/Config.in.toolchain index 68c683686..0e0ea507c 100644 --- a/target/config/Config.in.toolchain +++ b/target/config/Config.in.toolchain @@ -71,12 +71,14 @@ config ADK_TARGET_USE_GOLD boolean select ADK_TOOLCHAIN_WITH_GOLD depends on !ADK_LINUX_MIPS + depends on !ADK_LINUX_MIPS64 default n config ADK_TARGET_USE_GNU_HASHSTYLE prompt "Use GNU hashstyle for all packages" boolean depends on !ADK_LINUX_MIPS + depends on !ADK_LINUX_MIPS64 default n help Performance optimization for applications with lot of shared library |