diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-25 13:19:51 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-25 13:19:51 +0200 |
commit | 391bbbc1efa2e16b6a1ac435fa4a8b4e28794fda (patch) | |
tree | 6f1c1e5082e71e951961d97b7f8d114c38cd69e7 /target/config | |
parent | 72430010b9955bb2ece2c73e675ff0853e7bc794 (diff) |
arc: allow to test upstream support of gcc/binutils
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 |