summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-12-16 09:00:58 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-12-16 09:00:58 +0100
commitee513edbdba9e263bb1dd28f94664c6e11c85159 (patch)
tree2fa40fbe8c763a850a35535ee7e6f369d15fc9c0 /target/config
parent1f6b21a512a682d5b58c0a28495857de3ba9f1cf (diff)
add gcc6
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.compiler11
1 files changed, 11 insertions, 0 deletions
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