summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-12-18 09:44:05 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-12-18 09:44:05 +0100
commit868600c7dae64fb8af62d3914199ffba0dd643fb (patch)
tree2da8044467c202d4cf46cd7a8b16ee3872579674 /target/config
parente493cb4364851345265b8b05948a669774037076 (diff)
gcc: add old versionsHEADmaster
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.compiler22
1 files changed, 22 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 2b0e0cc27..4c07e594e 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -109,6 +109,28 @@ config ADK_TOOLCHAIN_GCC_6
depends on !ADK_TARGET_ARCH_OR1K
depends on !ADK_TARGET_ARCH_LOONGARCH
+config ADK_TOOLCHAIN_GCC_5
+ bool "5.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_4
+ bool "4.9.4"
+ 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