diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-15 09:28:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-15 09:28:34 +0200 |
commit | 4aabf74b4e7d130cf7d3beaa190c7409bd1c5da4 (patch) | |
tree | 7633f3e233f2166fab9d681327a232ebe01d2899 | |
parent | b3c2831474cfe69a56a4562ab49aecb8224fe97e (diff) |
gcc: do not show 4.9
-rw-r--r-- | target/config/Config.in.compiler | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 79987b013..afe945ab4 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -43,22 +43,8 @@ config ADK_TOOLCHAIN_GCC_7 config ADK_TOOLCHAIN_GCC_4_9 bool "4.9.4" - depends on !ADK_TARGET_ARCH_ARC - depends on !ADK_TARGET_ARCH_AVR32 - depends on !ADK_TARGET_ARCH_BFIN - depends on !ADK_TARGET_ARCH_C6X - depends on !ADK_TARGET_ARCH_CR16 - depends on !ADK_TARGET_ARCH_H8300 - depends on !ADK_TARGET_ARCH_METAG - depends on !ADK_TARGET_ARCH_NDS32 - depends on !ADK_TARGET_ARCH_NIOS2 - depends on !ADK_TARGET_ARCH_OR1K - depends on !ADK_TARGET_ARCH_TILE - depends on !ADK_TARGET_ARCH_RISCV32 - depends on !ADK_TARGET_ARCH_RISCV64 - depends on !ADK_TARGET_CPU_MIPS_MIPS32R6 - depends on !ADK_TARGET_CPU_MIPS64_MIPS64R6 - depends on !ADK_TARGET_SYSTEM_NUMATO_MIMASV2 + depends on ADK_TARGET_ARCH_LM32 + depends on ADK_TARGET_SYSTEM_KINETIS_K70 config ADK_TOOLCHAIN_GCC_OR1K bool "or1k" |