From 328a0648998cd683782c433b22d09f1c60c6c3fb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 24 May 2014 10:34:06 +0200 Subject: mips finetuning and fixes --- target/config/Config.in.endian.choice | 1 + target/config/Config.in.toolchain | 2 ++ 2 files changed, 3 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in.endian.choice b/target/config/Config.in.endian.choice index 303d117c6..3d50b76de 100644 --- a/target/config/Config.in.endian.choice +++ b/target/config/Config.in.endian.choice @@ -6,6 +6,7 @@ prompt "Target Endianess" depends on !ADK_CHOOSE_TARGET_ARCH && !ADK_CHOOSE_TARGET_SYSTEM depends on ADK_LINUX_SH || ADK_LINUX_MIPS || ADK_LINUX_MICROBLAZE || ADK_LINUX_MIPS64 depends on !ADK_TARGET_SYSTEM_MIKROTIK_RB532 +depends on !ADK_TARGET_SYSTEM_LEMOTE_YEELONG config ADK_TARGET_LITTLE_ENDIAN boolean "Little endian" 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 -- cgit v1.2.3