diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-12 01:24:03 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-07-12 01:24:03 +0200 |
commit | 82b2e6278160df1475829c0bc25cbaae058553ba (patch) | |
tree | 422ff6298fcf95edeafc26c82da30c0522d76a95 /target/config | |
parent | 61e8fdc5d91998d890c4bf1e1dd24ee5d8d26b1d (diff) |
gcc: update to 12.5.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 57dcf54e3..4dbc75462 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -49,7 +49,7 @@ config ADK_TOOLCHAIN_GCC_13 depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_12 - bool "12.4.0" + bool "12.5.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG |