diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.binutils | 2 | ||||
-rw-r--r-- | target/config/Config.in.compiler | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/target/config/Config.in.binutils b/target/config/Config.in.binutils index 5be431f38..ddefa7af2 100644 --- a/target/config/Config.in.binutils +++ b/target/config/Config.in.binutils @@ -10,13 +10,11 @@ default ADK_TOOLCHAIN_BINUTILS_2_28 config ADK_TOOLCHAIN_BINUTILS_GIT bool "git" - depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_BINUTILS_2_28 bool "2.28" - depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_RISCV32 diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index af549f1c9..5d14c2880 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -30,7 +30,6 @@ default ADK_TOOLCHAIN_GCC_6 config ADK_TOOLCHAIN_GCC_GIT bool "git" - depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 @@ -39,7 +38,6 @@ config ADK_TOOLCHAIN_GCC_GIT config ADK_TOOLCHAIN_GCC_7 bool "7.1.0" - depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG |