diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-05-02 13:50:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-05-02 13:50:38 +0200 |
commit | b04207c44f64dd7b4e066a24c1abf3d2852cbbb0 (patch) | |
tree | 3221344fa5c84545bb6ade5390b2cf72c6e329bf /target | |
parent | 982f23959b504122e0c8c4272f20a1ee6d7dc9d4 (diff) |
gcc: update to 11.3.0
Diffstat (limited to 'target')
-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 ec558b52c..0bd830188 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_11 - bool "11.2.0" + bool "11.3.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG |