diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-07-19 15:49:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-07-19 15:49:56 +0200 |
commit | 4acaa3aafd6823856e6797fe5aa52bc974d7856d (patch) | |
tree | 3232e58e8f0337b38ca10d3cc1e812484778f964 /target/config | |
parent | 38c7b093bc5b7b64fffb33770d12daa1c86b76ac (diff) |
gcc: update to 11.5.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 07d719a9a..41091c763 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -51,7 +51,7 @@ config ADK_TOOLCHAIN_GCC_12 depends on !ADK_TARGET_ARCH_LOONGARCH config ADK_TOOLCHAIN_GCC_11 - bool "11.4.0" + bool "11.5.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CRIS depends on !ADK_TARGET_ARCH_C6X |