diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-05-19 09:13:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-05-19 09:13:34 +0200 |
commit | 610e864ad0cb3c6262d02cc9a0baf33e0b56071c (patch) | |
tree | e01664620812d2ea8daac5027044c75b409f011f /target/config | |
parent | 192eab6847bef50204abe08515ce5e35a23a5cf9 (diff) |
gcc: update
Diffstat (limited to 'target/config')
-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 1d7d76e6a..98640ea17 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -30,7 +30,7 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_NDS32 config ADK_TOOLCHAIN_GCC_9 - bool "9.2.0" + bool "9.3.0" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG @@ -39,7 +39,7 @@ config ADK_TOOLCHAIN_GCC_9 depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_8 - bool "8.3.0" + bool "8.4.0" depends on !ADK_TARGET_ARCH_ARC depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_CSKY |