diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-29 12:28:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-29 12:28:37 +0200 |
commit | 4983cffee65e3b42bfd9d724d1febcb10b0a8446 (patch) | |
tree | 1f9f1011fd02936426451384a5f374cccb002953 /target/config | |
parent | 9c3525e3b66ea056bc65628c1d95fcceb3488464 (diff) |
gcc: update to 12.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 175cd5afb..b782a1ada 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -29,7 +29,7 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_GCC_12 - bool "12.1.0" + bool "12.2.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG |