diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-05 08:05:01 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-01-05 08:07:07 +0100 |
commit | 6e6f397916cfc3f214cbd0e184ec1f41a0de8289 (patch) | |
tree | c5fafb0cfea406230afdce212f817277cb3f4a56 /target/config | |
parent | 4cc07dabb76d0a66632a32771f885decbaf0252e (diff) |
mips: cleanup and fix mips{32,64}r6 support
uClibc-ng shared library support will be fixed in next
release of uClibc-ng. Preparation fixes for this.
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.cpu | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/config/Config.in.cpu b/target/config/Config.in.cpu index 13716a355..66a29c609 100644 --- a/target/config/Config.in.cpu +++ b/target/config/Config.in.cpu @@ -858,6 +858,7 @@ config ADK_TARGET_CPU_MIPS64_MIPS64 select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU select ADK_TARGET_ARCH_MIPS_WITH_NAN_LEGACY + select ADK_KERNEL_CPU_MIPS64_R1 depends on ADK_TARGET_ARCH_MIPS64 config ADK_TARGET_CPU_MIPS64_MIPS64R2 @@ -868,6 +869,7 @@ config ADK_TARGET_CPU_MIPS64_MIPS64R2 select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU select ADK_TARGET_ARCH_MIPS_WITH_NAN_LEGACY + select ADK_KERNEL_CPU_MIPS64_R2 depends on ADK_TARGET_ARCH_MIPS64 config ADK_TARGET_CPU_MIPS64_MIPS64R6 @@ -878,6 +880,7 @@ config ADK_TARGET_CPU_MIPS64_MIPS64R6 select ADK_TARGET_SUPPORTS_NPTL select ADK_TARGET_WITH_MMU select ADK_TARGET_ARCH_MIPS_WITH_NAN_2008 + select ADK_KERNEL_CPU_MIPS64_R6 depends on ADK_TARGET_ARCH_MIPS64 config ADK_TARGET_CPU_MIPS64_LOONGSON2F |