diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-07-02 11:32:55 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-07-02 11:32:55 +0200 |
commit | 509d2dc97dd23ff0ba29cc948df0a29c00dd093d (patch) | |
tree | 09756f0ad5866dbbedc45cdd5af3b2bf4c610073 /target/config | |
parent | 75dc78bbb4b5cbd08b7561aaa1fdc5c67e553c52 (diff) |
gcc: update to 12.4.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 2b2303c14..07d719a9a 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -44,7 +44,7 @@ config ADK_TOOLCHAIN_GCC_13 depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_12 - bool "12.3.0" + bool "12.4.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_METAG |