diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-01 07:11:15 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-10-01 07:11:36 +0200 |
commit | 656e1d00ed170415fab45c0baee059e4d35e306d (patch) | |
tree | e774a6c9f5b2154c16e92a05b5179a1a237121f2 /target/config | |
parent | 6b49e03aabf9bb3fe8444798d7d0385554454676 (diff) |
gcc: update to 15.2.0
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 8b5d96ecb..a932de6b8 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -31,7 +31,7 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_GCC_15 - bool "15.1.0" + bool "15.2.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG |