diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-29 13:46:25 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2022-08-29 13:46:25 +0200 |
commit | 0d6552986101d66ed93882ec241310a3eaa28163 (patch) | |
tree | 7b69679e68712ef74622bd92caaba0c86ffe182d /target | |
parent | 4983cffee65e3b42bfd9d724d1febcb10b0a8446 (diff) |
gcc: update to 10.4.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 b782a1ada..c0255dfad 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -40,7 +40,7 @@ config ADK_TOOLCHAIN_GCC_11 depends on !ADK_TARGET_ARCH_LOONGARCH config ADK_TOOLCHAIN_GCC_10 - bool "10.3.0" + bool "10.4.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 |