diff options
author | Waldemar Brodkorb <wbrodkorb@infonline.de> | 2021-06-11 15:28:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2021-06-11 15:32:57 +0200 |
commit | 1557f0ea6e1ae6c363544b853c805d4ee5900ec3 (patch) | |
tree | cc90ac681bdf941f7218dbc16b2ec5501c2da328 /target | |
parent | b83259f5d8417e231bf261a50954aa4c5709e814 (diff) |
gcc: update 8/9
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 451151cb5..a28dd4b5a 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -36,7 +36,7 @@ config ADK_TOOLCHAIN_GCC_10 depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_GCC_9 - bool "9.3.0" + bool "9.4.0" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG @@ -45,7 +45,7 @@ config ADK_TOOLCHAIN_GCC_9 depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_8 - bool "8.4.0" + bool "8.5.0" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CSKY |