diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-07-29 18:52:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-07-29 18:52:07 +0200 |
commit | 10f0a61498e012a7ea041b0fa4a1f40b274f459d (patch) | |
tree | 0e223c249c4eae02d779c961e3d548a2fb519e11 /target | |
parent | b3ba87c0f6d1f45db09f15c653a5125721842a3e (diff) |
gcc: update 10.x/13.x
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 46668896a..c9d5b9547 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_13 - bool "13.1.0" + bool "13.2.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG @@ -46,7 +46,7 @@ config ADK_TOOLCHAIN_GCC_11 depends on !ADK_TARGET_ARCH_LOONGARCH config ADK_TOOLCHAIN_GCC_10 - bool "10.4.0" + bool "10.5.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_C6X depends on !ADK_TARGET_ARCH_METAG |