diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-06-08 17:38:17 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-06-08 17:38:17 +0200 |
commit | e167927e50bf188baddc2ff6be2e7f822d328f68 (patch) | |
tree | 05baf426475658230bd1e03f7b2ff0305a38df0e /target | |
parent | 374b5b5dcd6690ee14267d69111fac3b3c8e550c (diff) |
gcc: update to 12.3.0/11.4.0
Diffstat (limited to 'target')
-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 |