diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-08 14:50:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-05-08 16:07:36 +0200 |
commit | bee54ed00a29f53e8c7b542ed690fc2eb637e907 (patch) | |
tree | 33fb8bc0150842388449f6465737c2d8567c0d06 /target | |
parent | 362e0a0aeb1b9dbf42e3a46eaf5788d90a9c316b (diff) |
gcc: add 14.1.0
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.compiler | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 4e4f4f7ce..5296d5e78 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -30,6 +30,12 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 +config ADK_TOOLCHAIN_GCC_14 + bool "14.1.0" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_METAG + config ADK_TOOLCHAIN_GCC_13 bool "13.2.0" depends on !ADK_TARGET_ARCH_AVR32 |