From ee513edbdba9e263bb1dd28f94664c6e11c85159 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 16 Dec 2024 09:00:58 +0100 Subject: add gcc6 --- target/config/Config.in.compiler | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'target') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index d744915dc..2b0e0cc27 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -98,6 +98,17 @@ config ADK_TOOLCHAIN_GCC_7 depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_ARCH_LOONGARCH +config ADK_TOOLCHAIN_GCC_6 + bool "6.5.0" + depends on !ADK_TARGET_ARCH_ARC + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CSKY + depends on !ADK_TARGET_ARCH_HPPA + depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_ARCH_OR1K + depends on !ADK_TARGET_ARCH_LOONGARCH + config ADK_TOOLCHAIN_GCC_ARC bool "arc-2023.09" depends on ADK_TARGET_ARCH_ARC -- cgit v1.2.3