diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-26 17:12:47 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-26 17:12:47 +0200 |
commit | 043ed3e5812b321bbd8b22b401d5d5765b20432e (patch) | |
tree | 6245dd7433a023f1557e950f42d07cc480e49a86 /target/config | |
parent | aaab05211c04e64fbd36e6943554d1b7f3959292 (diff) |
gcc: add 15.1.0
Diffstat (limited to 'target/config')
-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 93554a715..57dcf54e3 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_15 + bool "15.1.0" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_CRIS + depends on !ADK_TARGET_ARCH_METAG + config ADK_TOOLCHAIN_GCC_14 bool "14.2.0" depends on !ADK_TARGET_ARCH_AVR32 |