summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler5
1 files changed, 5 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index c9d950c1d..ed980f394 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -26,6 +26,7 @@ default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_XTENSA
default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_BFIN
default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_C6X
default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_ARCH_H8300
+default ADK_TOOLCHAIN_GCC_6_1_0 if ADK_TARGET_CPU_MIPS_MIPS32R6 || ADK_TARGET_CPU_MIPS64_MIPS64R6
default ADK_TOOLCHAIN_GCC_5_4_0
config ADK_TOOLCHAIN_GCC_GIT
@@ -60,6 +61,8 @@ config ADK_TOOLCHAIN_GCC_5_4_0
depends on !ADK_TARGET_ARCH_OR1K
depends on !ADK_TARGET_SYSTEM_KINETIS_K70
depends on !(ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_SH)
+ depends on !ADK_TARGET_CPU_MIPS_MIPS32R6
+ depends on !ADK_TARGET_CPU_MIPS64_MIPS64R6
config ADK_TOOLCHAIN_GCC_4_9_3
bool "4.9.3"
@@ -71,6 +74,8 @@ config ADK_TOOLCHAIN_GCC_4_9_3
depends on !ADK_TARGET_ARCH_METAG
depends on !ADK_TARGET_ARCH_OR1K
depends on !ADK_TARGET_ARCH_TILE
+ depends on !ADK_TARGET_CPU_MIPS_MIPS32R6
+ depends on !ADK_TARGET_CPU_MIPS64_MIPS64R6
config ADK_TOOLCHAIN_GCC_5_3_OR1K
bool "5.3-or1k"