diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 10:34:06 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-05-24 10:34:06 +0200 |
commit | 328a0648998cd683782c433b22d09f1c60c6c3fb (patch) | |
tree | 426fb37b5f4af347a3b139a95db24e3115cf017e /target/config | |
parent | 5a7b33e61779a5debf599aa0e3705b239b369490 (diff) |
mips finetuning and fixes
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.endian.choice | 1 | ||||
-rw-r--r-- | target/config/Config.in.toolchain | 2 |
2 files changed, 3 insertions, 0 deletions
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 |