summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-06-12 01:16:07 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-06-13 03:19:15 +0200
commitc6bb8a136a4b39028160b7417a5f2c3be0736c47 (patch)
tree940816604b2a0375172ebc3ff0adb87a97c66d11 /target
parente94e852d2de3a732821277afdd17f9e407a27e94 (diff)
gcc: remove support for gcc5/gcc6
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.compiler35
1 files changed, 0 insertions, 35 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 5473fd472..ebbe164ae 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -42,41 +42,6 @@ config ADK_TOOLCHAIN_GCC_7
depends on !ADK_TARGET_ARCH_OR1K
select ADK_DISABLE_HONOUR_CFLAGS
-config ADK_TOOLCHAIN_GCC_6
- bool "6.3.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
- depends on !ADK_TARGET_ARCH_NDS32
- depends on !ADK_TARGET_ARCH_OR1K
- depends on !ADK_TARGET_ARCH_RISCV32
- depends on !ADK_TARGET_ARCH_RISCV64
- select ADK_DISABLE_HONOUR_CFLAGS
-
-config ADK_TOOLCHAIN_GCC_5
- bool "5.4.0"
- 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_FRV
- depends on !ADK_TARGET_ARCH_H8300
- depends on !ADK_TARGET_ARCH_M32R
- 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_LM32
- depends on !ADK_TARGET_ARCH_RISCV32
- depends on !ADK_TARGET_ARCH_RISCV64
- 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
- depends on !ADK_TARGET_SYSTEM_NUMATO_MIMASV2
-
config ADK_TOOLCHAIN_GCC_4_9
bool "4.9.4"
depends on !ADK_TARGET_ARCH_ARC