summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--arch/Config.in.mips5
-rw-r--r--package/gcc/Config.in.host2
2 files changed, 6 insertions, 1 deletions
diff --git a/arch/Config.in.mips b/arch/Config.in.mips
index 3881909f7..73be3c9fb 100644
--- a/arch/Config.in.mips
+++ b/arch/Config.in.mips
@@ -71,6 +71,10 @@ config BR2_mips_64r6
bool "Generic MIPS64R6"
depends on BR2_ARCH_IS_64
select BR2_MIPS_CPU_MIPS64R6
+config BR2_mips_i6400
+ bool "I6400"
+ depends on BR2_ARCH_IS_64
+ select BR2_MIPS_CPU_MIPS64R6
endchoice
@@ -123,6 +127,7 @@ config BR2_GCC_TARGET_ARCH
default "mips64r2" if BR2_mips_64r2
default "mips64r5" if BR2_mips_64r5
default "mips64r6" if BR2_mips_64r6
+ default "i6400" if BR2_mips_i6400
config BR2_MIPS_OABI32
bool
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 15b23dbee..f07df7d60 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -101,7 +101,7 @@ choice
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_powerpc64 || BR2_powerpc64el))
# Unsupported MIPS cores
depends on !BR2_mips_interaptiv && !BR2_mips_m5100 && \
- !BR2_mips_m5101
+ !BR2_mips_m5101 && !BR2_mips_i6400
# musl mips64 unsupported
depends on !(BR2_TOOLCHAIN_USES_MUSL && (BR2_mips64 || BR2_mips64el))
select BR2_GCC_NEEDS_MPC