diff options
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 5518e0718..a54079154 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -29,12 +29,12 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_GCC_12 - bool "12.2.0" + bool "12.3.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG config ADK_TOOLCHAIN_GCC_11 - bool "11.3.0" + bool "11.4.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_C6X depends on !ADK_TARGET_ARCH_METAG |