diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-05 23:12:34 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-08-05 23:13:28 +0200 |
commit | c6d4fb2d1ab96623851d9d5a7aaf632ae4a015c9 (patch) | |
tree | 0f36f14bbb186495841d8c43db52f79aaa6ff2f0 /target/config/Config.in.compiler | |
parent | 95b9c2fc264e4b07732667ddd65da8ece5aec59f (diff) |
gcc: add gcc 10
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 148fd2a39..7ddf83686 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -29,6 +29,12 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 +config ADK_TOOLCHAIN_GCC_10 + bool "10.2.0" + depends on !ADK_TARGET_ARCH_AVR32 + depends on !ADK_TARGET_ARCH_METAG + depends on !ADK_TARGET_ARCH_NDS32 + config ADK_TOOLCHAIN_GCC_9 bool "9.3.0" depends on !ADK_TARGET_ARCH_AVR32 |